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<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<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<TokenClientParam> identifier(String theIdentifier)
theIdentifier - The identifierICriterion<TokenClientParam> code(String theIdentifier)
theIdentifier - The identifierICriterion<TokenClientParam> identifier(BaseIdentifierDt theIdentifier)
theIdentifier - The identifierICriterion<TokenClientParam> identifiers(List<BaseIdentifierDt> theIdentifiers)
theIdentifiers - The identifierICriterion<TokenClientParam> identifiers(BaseIdentifierDt... theIdentifiers)
theIdentifiers - The identifierCopyright © 2014–2016 University Health Network. All rights reserved.