| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.model.base.resource | |
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.rest.server.exceptions |
| Modifier and Type | Field and Description |
|---|---|
static ResourceMetadataKeyEnum<IdDt> |
ResourceMetadataKeyEnum.PREVIOUS_ID
The value for this key represents a previous ID used to identify this resource.
|
static ResourceMetadataKeyEnum<List<IdDt>> |
ResourceMetadataKeyEnum.PROFILES
The value for this key represents a
List of profile IDs that this resource claims to conform to. |
static ResourceMetadataKeyEnum<IdDt> |
ResourceMetadataKeyEnum.VERSION_ID
Deprecated.
The
IResource.getId() resource ID will now be populated with the version ID via the getVersionIdPart() method |
| Modifier and Type | Method and Description |
|---|---|
IdDt |
BaseBundle.getId() |
IdDt |
IResource.getId()
Returns the ID of this resource.
|
IdDt |
BaseIdentifiableElement.getId()
Deprecated.
Use
BaseIdentifiableElement.getElementSpecificId() instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
IdDt |
IIdentifiableElement.getId()
Deprecated.
Use
IIdentifiableElement.getElementSpecificId() instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseBundle.setId(IdDt theId) |
void |
IResource.setId(IdDt theId)
Sets the ID of this resource.
|
void |
BaseIdentifiableElement.setId(IdDt theId)
Deprecated.
Use
BaseIdentifiableElement.setElementSpecificId(String) instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
void |
IIdentifiableElement.setId(IdDt theId)
Deprecated.
Use
IIdentifiableElement.setElementSpecificId(String) instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
abstract IdDt |
BaseResourceReferenceDt.getReference() |
| Modifier and Type | Method and Description |
|---|---|
abstract BaseResourceReferenceDt |
BaseResourceReferenceDt.setReference(IdDt theReference) |
| Modifier and Type | Method and Description |
|---|---|
IdDt |
BaseConformance.getFhirVersionElement() |
| Modifier and Type | Method and Description |
|---|---|
static IdDt |
IdDt.newRandomUuid()
Construct a new ID with with form "urn:uuid:[UUID]" where [UUID] is a new, randomly
created UUID generated by
UUID.randomUUID() |
static IdDt |
IdDt.of(IBaseResource theResouce)
Retrieves the ID from the given resource instance
|
IdDt |
IdDt.setValue(String theValue)
Set the value
|
IdDt |
IdDt.toUnqualified()
Returns a new IdDt containing this IdDt's values but with no server base URL if one is present in this IdDt.
|
IdDt |
IdDt.toUnqualifiedVersionless() |
IdDt |
IdDt.toVersionless() |
IdDt |
IdDt.withResourceType(String theResourceName) |
IdDt |
IdDt.withServerBase(String theServerBase,
String theResourceType)
Returns a view of this ID as a fully qualified URL, given a server base and resource name (which will only be used if the ID does not already contain those respective parts).
|
IdDt |
IdDt.withVersion(String theVersion)
Creates a new instance of this ID which is identical, but refers to the specific version of this resource ID noted by theVersion.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IdDt.equalsIgnoreBase(IdDt theId)
Returns true if this IdDt matches the given IdDt in terms of resource type and ID, but ignores the URL base
|
void |
IdDt.setId(IdDt theId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MethodOutcome |
IGenericClient.update(IdDt theId,
IBaseResource theResource)
Deprecated.
Use
update() fluent method instead (deprecated in HAPI FHIR 3.0.0) |
<T extends IBaseResource> |
IGenericClient.vread(Class<T> theType,
IdDt theId)
Deprecated.
Use
read() fluent method instead (deprecated in HAPI FHIR 3.0.0) |
| Constructor and Description |
|---|
ResourceNotFoundException(Class<? extends IResource> theClass,
IdDt theId) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IdDt theId,
IBaseOperationOutcome theOperationOutcome) |
ResourceNotFoundException(IdDt theId) |
Copyright © 2014–2019 University Health Network. All rights reserved.