public static interface TokenClientParam.IMatches
| Modifier and Type | Method and Description |
|---|---|
ICriterion<TokenClientParam> |
code(String theIdentifier)
Creates a search criterion that matches against the given code, with no code system specified
|
ICriterion<?> |
codes(Collection<String> theCodes)
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with any system value.
|
ICriterion<?> |
codes(String... theCodes)
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with any system value.
|
ICriterion<?> |
codings(IBaseCoding... theCodings)
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with the given
Coding.system and Coding.value values. |
ICriterion<TokenClientParam> |
identifier(BaseIdentifierDt theIdentifier)
Creates a search criterion that matches against the given identifier (system and code if both are present, or whatever is present)
|
ICriterion<TokenClientParam> |
identifier(String theIdentifier)
Creates a search criterion that matches against the given identifier, with no system specified
|
ICriterion<TokenClientParam> |
identifiers(BaseIdentifierDt... theIdentifiers)
Creates a search criterion that matches against the given collection of identifiers (system and code if both are present, or whatever is present).
|
ICriterion<TokenClientParam> |
identifiers(List<BaseIdentifierDt> theIdentifiers)
Creates a search criterion that matches against the given collection of identifiers (system and code if both are present, or whatever is present).
|
ICriterion<TokenClientParam> |
systemAndCode(String theSystem,
String theCode)
Creates a search criterion that matches against the given code system and code
|
ICriterion<TokenClientParam> |
systemAndIdentifier(String theSystem,
String theIdentifier)
Creates a search criterion that matches against the given system and identifier
|
ICriterion<?> |
systemAndValues(String theSystem,
Collection<String> theValues)
Creates a search criterion that matches a given system with a collection of possible
values (this will be used to form a comma-separated OR query)
|
ICriterion<?> |
systemAndValues(String theSystem,
String... theValues)
Creates a search criterion that matches a given system with a collection of possible
values (this will be used to form a comma-separated OR query)
|
ICriterion<TokenClientParam> code(String theIdentifier)
theIdentifier - The identifierICriterion<?> codes(Collection<String> theCodes)
parameter=code1,code2theCodes - The codesICriterion<?> codes(String... theCodes)
parameter=code1,code2theCodes - The codesICriterion<?> codings(IBaseCoding... theCodings)
Coding.system and Coding.value values.
The URL form of this method will create a parameter like
parameter=system1|code1,system2|code2
theCodings - The codingsICriterion<TokenClientParam> identifier(BaseIdentifierDt theIdentifier)
theIdentifier - The identifierICriterion<TokenClientParam> identifier(String theIdentifier)
theIdentifier - The identifierICriterion<TokenClientParam> identifiers(BaseIdentifierDt... theIdentifiers)
theIdentifiers - The identifierICriterion<TokenClientParam> identifiers(List<BaseIdentifierDt> theIdentifiers)
theIdentifiers - The identifierICriterion<TokenClientParam> systemAndCode(String theSystem, String theCode)
theSystem - The code system (should be a URI)theCode - The codeICriterion<TokenClientParam> systemAndIdentifier(String theSystem, String theIdentifier)
theSystem - The code system (should be a URI)theIdentifier - The identifierICriterion<?> systemAndValues(String theSystem, Collection<String> theValues)
theSystem - The system, which will be used with each valuetheValues - The valuesICriterion<?> systemAndValues(String theSystem, String... theValues)
theSystem - The system, which will be used with each valuetheValues - The valuesCopyright © 2014–2019 University Health Network. All rights reserved.