Package ca.uhn.fhir.rest.gclient
Interface StringClientParam.IStringMatch
- Enclosing class:
StringClientParam
public static interface StringClientParam.IStringMatch
-
Method Summary
Modifier and TypeMethodDescriptionRequests that resources be returned which match the given valuevalue
(IPrimitiveType<String> theValue) Requests that resources be returned which match the given valueICriterion
<?> Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search).Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search).
-
Method Details
-
value
Requests that resources be returned which match the given value -
values
Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search). Note that to specify an AND search, simply add a subsequentwhere
criteria with the same parameter. -
value
Requests that resources be returned which match the given value -
values
Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search). Note that to specify an AND search, simply add a subsequentwhere
criteria with the same parameter.
-