ICriterion<TokenClientParam> |
TokenClientParam.IMatches.code(String theIdentifier) |
Creates a search criterion that matches against the given code, with no code system specified
|
ICriterion<TokenClientParam> |
TokenClientParam.hasSystemWithAnyCode(String theSystem) |
Create a search criterion that matches against the given system
value but does not specify a code.
|
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.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> |
TokenClientParam.IMatches.identifier(String theIdentifier) |
Creates a search criterion that matches against the given identifier, with no system specified
|
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.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> |
TokenClientParam.IMatches.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> |
TokenClientParam.IMatches.systemAndCode(String theSystem,
String theCode) |
Creates a search criterion that matches against the given code system and code
|
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.systemAndIdentifier(String theSystem,
String theIdentifier) |
Creates a search criterion that matches against the given system and identifier
|