Uses of Class
ca.uhn.fhir.rest.gclient.UriClientParam
-
Packages that use UriClientParam Package Description ca.uhn.fhir.rest.gclient -
-
Uses of UriClientParam in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return types with arguments of type UriClientParam Modifier and Type Method Description ICriterion<UriClientParam>UriClientParam.IUriMatch. value(StringDt theValue)Requests that resources be returned which match the given valueICriterion<UriClientParam>UriClientParam.IUriMatch. value(String theValue)Requests that resources be returned which match the given valueICriterion<UriClientParam>UriClientParam.IUriMatch. values(List<String> theValues)Requests that resources be returned which match ANY of the given values (this is an OR search).
-