
Uses of Class
ca.uhn.fhir.model.primitive.IdDt
Packages that use IdDt
Package
Description
-
Uses of IdDt in ca.uhn.fhir.model.api
Fields in ca.uhn.fhir.model.api with type parameters of type IdDtModifier and TypeFieldDescriptionstatic final ResourceMetadataKeyEnum<List<IdDt>> ResourceMetadataKeyEnum.PROFILESThe value for this key represents aListof profile IDs that this resource claims to conform to.static final ResourceMetadataKeyEnum<IdDt> ResourceMetadataKeyEnum.VERSION_IDDeprecated.Methods in ca.uhn.fhir.model.api that return IdDtModifier and TypeMethodDescriptionBaseIdentifiableElement.getId()Deprecated.UseBaseIdentifiableElement.getElementSpecificId()instead.IIdentifiableElement.getId()Deprecated.UseIIdentifiableElement.getElementSpecificId()instead.IResource.getId()Returns the ID of this resource.Methods in ca.uhn.fhir.model.api with parameters of type IdDtModifier and TypeMethodDescriptionvoidDeprecated.UseBaseIdentifiableElement.setElementSpecificId(String)instead.voidDeprecated.UseIIdentifiableElement.setElementSpecificId(String)instead.voidSets the ID of this resource. -
Uses of IdDt in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite that return IdDtMethods in ca.uhn.fhir.model.base.composite with parameters of type IdDtModifier and TypeMethodDescriptionabstract BaseResourceReferenceDtBaseResourceReferenceDt.setReference(IdDt theReference) -
Uses of IdDt in ca.uhn.fhir.model.base.resource
Methods in ca.uhn.fhir.model.base.resource that return IdDt -
Uses of IdDt in ca.uhn.fhir.model.primitive
Methods in ca.uhn.fhir.model.primitive that return IdDtModifier and TypeMethodDescriptionstatic IdDtIdDt.newRandomUuid()Construct a new ID with with form "urn:uuid:[UUID]" where [UUID] is a new, randomly created UUID generated byUUID.randomUUID()static IdDtIdDt.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.Methods in ca.uhn.fhir.model.primitive with parameters of type IdDtModifier and TypeMethodDescriptionbooleanIdDt.equalsIgnoreBase(IdDt theId) Returns true if this IdDt matches the given IdDt in terms of resource type and ID, but ignores the URL basevoidDeprecated.Constructors in ca.uhn.fhir.model.primitive with parameters of type IdDt -
Uses of IdDt in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api with parameters of type IdDtModifier and TypeMethodDescriptionIGenericClient.update(IdDt theId, IBaseResource theResource) Deprecated.Useupdate() fluent methodinstead (deprecated in HAPI FHIR 3.0.0)<T extends IBaseResource>
TDeprecated.Useread() fluent methodinstead (deprecated in HAPI FHIR 3.0.0) -
Uses of IdDt in ca.uhn.fhir.rest.server.exceptions
Constructors in ca.uhn.fhir.rest.server.exceptions with parameters of type IdDtModifierConstructorDescriptionResourceNotFoundException(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