| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasAnyOfIds(Collection<String> theIds)
Match the referenced resource if the resource has ANY of the given IDs
(this is an OR search, not an AND search), (this can be the logical ID or
the absolute URL of the resource).
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasChainedProperty(ICriterion<?> theCriterion) |
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasId(IdDt theId)
Match the referenced resource if the resource has the given ID (this can be
the logical ID or the absolute URL of the resource)
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasId(String theId)
Match the referenced resource if the resource has the given ID (this can be
the logical ID or the absolute URL of the resource)
|
Copyright © 2014–2017 University Health Network. All rights reserved.