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