
Uses of Class
ca.uhn.fhir.rest.gclient.ReferenceClientParam
Package | Description |
---|---|
ca.uhn.fhir.rest.gclient |
-
Uses of ReferenceClientParam in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return types with arguments of type ReferenceClientParam Modifier and Type Method Description 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. 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)
Include a chained search.ICriterion<ReferenceClientParam>
ReferenceClientParam. hasChainedProperty(String theResourceType, ICriterion<?> theCriterion)
Include a chained search with a resource type.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)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)