Uses of Class
ca.uhn.fhir.model.primitive.IdDt
Package
Description
-
Uses of IdDt in ca.uhn.fhir.model.api
Modifier and TypeFieldDescriptionstatic final ResourceMetadataKeyEnum
<List<IdDt>> ResourceMetadataKeyEnum.PROFILES
The value for this key represents aList
of profile IDs that this resource claims to conform to.static final ResourceMetadataKeyEnum
<IdDt> ResourceMetadataKeyEnum.VERSION_ID
Deprecated.Modifier and TypeMethodDescriptionBaseIdentifiableElement.getId()
Deprecated.UseBaseIdentifiableElement.getElementSpecificId()
instead.IIdentifiableElement.getId()
Deprecated.UseIIdentifiableElement.getElementSpecificId()
instead.IResource.getId()
Returns the ID of this resource.Modifier and TypeMethodDescriptionvoid
Deprecated.UseBaseIdentifiableElement.setElementSpecificId(String)
instead.void
Deprecated.UseIIdentifiableElement.setElementSpecificId(String)
instead.void
Sets the ID of this resource. -
Uses of IdDt in ca.uhn.fhir.model.base.composite
Modifier and TypeMethodDescriptionabstract BaseResourceReferenceDt
BaseResourceReferenceDt.setReference
(IdDt theReference) -
Uses of IdDt in ca.uhn.fhir.model.base.resource
-
Uses of IdDt in ca.uhn.fhir.model.primitive
Modifier and TypeMethodDescriptionstatic IdDt
IdDt.newRandomUuid()
Construct a new ID with with form "urn:uuid:[UUID]" where [UUID] is a new, randomly created UUID generated byUUID.randomUUID()
static IdDt
IdDt.of
(IBaseResource theResouce) Retrieves the ID from the given resource instanceSet the valueIdDt.toUnqualified()
Returns a new IdDt containing this IdDt's values but with no server base URL if one is present in this IdDt.IdDt.toUnqualifiedVersionless()
IdDt.toVersionless()
IdDt.withResourceType
(String theResourceName) 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.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 TypeMethodDescriptionboolean
IdDt.equalsIgnoreBase
(IdDt theId) Returns true if this IdDt matches the given IdDt in terms of resource type and ID, but ignores the URL basevoid
Deprecated. -
Uses of IdDt in ca.uhn.fhir.rest.client.api
Modifier and TypeMethodDescriptionIGenericClient.update
(IdDt theId, IBaseResource theResource) Deprecated.Useupdate() fluent method
instead (deprecated in HAPI FHIR 3.0.0)<T extends IBaseResource>
TDeprecated.Useread() fluent method
instead (deprecated in HAPI FHIR 3.0.0) -
Uses of IdDt in ca.uhn.fhir.rest.server.exceptions
ModifierConstructorDescriptionResourceNotFoundException
(IdDt theId) ResourceNotFoundException
(Class<? extends IResource> theClass, IdDt theId) ResourceNotFoundException
(Class<? extends IResource> theClass, IdDt theId, IBaseOperationOutcome theOperationOutcome)
IResource.getId()
resource ID will now be populated with the version ID via thegetVersionIdPart()
method