| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient | |
| org.hl7.fhir.instance.model.api |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
static TokenClientParam |
IAnyResource.RES_ID
Fluent Client search parameter constant for _id
|
Copyright © 2014–2019 University Health Network. All rights reserved.