| 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.hasAnyOfIds(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)
Include a chained search.
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasChainedProperty(String theResourceType,
ICriterion<?> theCriterion)
Include a chained search with a resource type.
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasId(IIdType 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–2019 University Health Network. All rights reserved.