Uses of Class
ca.uhn.fhir.model.primitive.IdDt
-
Packages that use IdDt 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 -
-
Uses of IdDt in ca.uhn.fhir.model.api
Fields in ca.uhn.fhir.model.api with type parameters of type IdDt Modifier and Type Field Description static ResourceMetadataKeyEnum<List<IdDt>>ResourceMetadataKeyEnum. PROFILESThe value for this key represents aListof profile IDs that this resource claims to conform to.static ResourceMetadataKeyEnum<IdDt>ResourceMetadataKeyEnum. VERSION_IDDeprecated.TheIResource.getId()resource ID will now be populated with the version ID via thegetVersionIdPart()methodMethods in ca.uhn.fhir.model.api that return IdDt Modifier and Type Method Description IdDtBaseIdentifiableElement. getId()Deprecated.UseBaseIdentifiableElement.getElementSpecificId()instead.IdDtIIdentifiableElement. getId()Deprecated.UseIIdentifiableElement.getElementSpecificId()instead.IdDtIResource. getId()Returns the ID of this resource.Methods in ca.uhn.fhir.model.api with parameters of type IdDt Modifier and Type Method Description voidBaseIdentifiableElement. setId(IdDt theId)Deprecated.UseBaseIdentifiableElement.setElementSpecificId(String)instead.voidIIdentifiableElement. setId(IdDt theId)Deprecated.UseIIdentifiableElement.setElementSpecificId(String)instead.voidIResource. setId(IdDt theId)Sets 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 IdDt Modifier and Type Method Description abstract IdDtBaseResourceReferenceDt. getReference()Methods in ca.uhn.fhir.model.base.composite with parameters of type IdDt Modifier and Type Method Description abstract 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 Modifier and Type Method Description IdDtBaseConformance. getFhirVersionElement() -
Uses of IdDt in ca.uhn.fhir.model.primitive
Methods in ca.uhn.fhir.model.primitive that return IdDt Modifier and Type Method Description static 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 instanceIdDtIdDt. setValue(String theValue)Set the valueIdDtIdDt. toUnqualified()Returns a new IdDt containing this IdDt's values but with no server base URL if one is present in this IdDt.IdDtIdDt. toUnqualifiedVersionless()IdDtIdDt. toVersionless()IdDtIdDt. withResourceType(String theResourceName)IdDtIdDt. 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).IdDtIdDt. 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 IdDt Modifier and Type Method Description booleanIdDt. equalsIgnoreBase(IdDt theId)Returns true if this IdDt matches the given IdDt in terms of resource type and ID, but ignores the URL basevoidIdDt. setId(IdDt theId)Deprecated. -
Uses of IdDt in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api with parameters of type IdDt Modifier and Type Method Description MethodOutcomeIGenericClient. update(IdDt theId, IBaseResource theResource)Deprecated.Useupdate() fluent methodinstead (deprecated in HAPI FHIR 3.0.0)<T extends IBaseResource>
TIGenericClient. vread(Class<T> theType, IdDt theId)Deprecated.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 IdDt Constructor Description ResourceNotFoundException(IdDt theId)ResourceNotFoundException(Class<? extends IResource> theClass, IdDt theId)ResourceNotFoundException(Class<? extends IResource> theClass, IdDt theId, IBaseOperationOutcome theOperationOutcome)
-