| Package | Description |
|---|---|
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.param | |
| ca.uhn.fhir.rest.server.exceptions |
| Modifier and Type | Method and Description |
|---|---|
abstract BaseIdentifierDt |
BaseIdentifierDt.setSystem(String theUri)
Sets the value for system (The namespace for the identifier)
|
abstract BaseIdentifierDt |
BaseIdentifierDt.setValue(String theString)
Sets the value for value (The value that is unique)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseIdentifierDt.matchesSystemAndValue(BaseIdentifierDt theIdentifier)
|
| Modifier and Type | Method and Description |
|---|---|
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.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).
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenOrListParam.add(BaseIdentifierDt theIdentifierDt)
Convenience method which adds a token to this OR list using the system and value from an identifier
|
| Constructor and Description |
|---|
TokenParam(BaseIdentifierDt theIdentifierDt)
Constructor which copies the
system and
value from a BaseIdentifierDt instance and adds it as a
parameter |
| Constructor and Description |
|---|
ResourceGoneException(Class<? extends IBaseResource> theClass,
BaseIdentifierDt thePatientId)
Deprecated.
This constructor has a dependency on a specific model version and will be removed. Deprecated in HAPI
1.6 - 2016-07-02
|
ResourceNotFoundException(Class<? extends IResource> theClass,
BaseIdentifierDt theId)
Deprecated.
This doesn't make sense, since an identifier is not a resource ID and shouldn't generate a 404 if it isn't found - Should be removed
|
Copyright © 2014–2017 University Health Network. All rights reserved.