Uses of Class
org.hl7.fhir.dstu2.model.IdType
Packages that use IdType
Package
Description
-
Uses of IdType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return IdTypeModifier and TypeMethodDescriptionprotected IdTypeprotected IdTypeXmlParser.parseId(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type IdTypeModifier and TypeMethodDescriptionprotected voidprotected voidJsonParser.composeIdCore(String name, IdType value, boolean inArray)protected voidJsonParser.composeIdExtras(String name, IdType value, boolean inArray)protected voidJsonParserBase.parseElementProperties(com.google.gson.JsonObject theAsJsonObject, IdType theReferenceElement) -
Uses of IdType in org.hl7.fhir.dstu2.hapi.rest.server
Methods in org.hl7.fhir.dstu2.hapi.rest.server with parameters of type IdTypeModifier and TypeMethodDescriptionServerConformanceProvider.readOperationDefinition(IdType theId, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
Uses of IdType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as IdTypeModifier and TypeFieldDescriptionprotected IdTypeConformance.fhirVersionThe version of the FHIR specification on which this conformance statement is based.protected IdTypeImplementationGuide.fhirVersionThe version of the FHIR specification on which this ImplementationGuide is based - this is the formal version of the specification, without the revision number, e.g.protected IdTypeStructureDefinition.fhirVersionThe version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g.protected IdTypeElement.idunique id for the element within a resource (for internal references).protected IdTypeResource.idThe logical id of the resource, as used in the URL for the resource.protected IdTypeMessageHeader.MessageHeaderResponseComponent.identifierThe id of the message that this message is a response to.protected IdTypeDataElement.DataElementMappingComponent.identityAn internal id that is used to identify this mapping set when specific mappings are made on a per-element basis.protected IdTypeElementDefinition.ElementDefinitionMappingComponent.identityAn internal reference to the definition of a mapping.protected IdTypeStructureDefinition.StructureDefinitionMappingComponent.identityAn Internal id that is used to identify this mapping set when specific mappings are made.protected IdTypeElementDefinition.ElementDefinitionConstraintComponent.keyAllows identification of which elements have their cardinalities impacted by the constraint.protected IdTypeTestScript.TestScriptSetupActionOperationComponent.responseIdThe fixture id (maybe new) to map to the response.protected IdTypeTestScript.TestScriptSetupActionAssertComponent.sourceIdFixture to evaluate the XPath/JSONPath expression or the headerField against.protected IdTypeTestScript.TestScriptSetupActionOperationComponent.sourceIdThe id of the fixture used as the body of a PUT or POST request.protected IdTypeTestScript.TestScriptVariableComponent.sourceIdFixture to evaluate the XPath/JSONPath expression or the headerField against within this variable.protected IdTypeTestScript.TestScriptSetupActionOperationComponent.targetIdId of fixture used for extracting the [id], [type], and [vid] for GET requests.protected IdTypeTestScript.TestScriptSetupActionAssertComponent.validateProfileIdThe ID of the Profile to validate against.protected IdTypeMeta.versionIdThe version specific identifier, as it appears in the version portion of the URL.Fields in org.hl7.fhir.dstu2.model with type parameters of type IdTypeModifier and TypeFieldDescriptionElementDefinition.conditionA reference to an invariant that may make additional statements about the cardinality or value in the instance.Methods in org.hl7.fhir.dstu2.model that return IdTypeModifier and TypeMethodDescriptionElementDefinition.addConditionElement()IdType.copy()Conformance.getFhirVersionElement()ImplementationGuide.getFhirVersionElement()StructureDefinition.getFhirVersionElement()Element.getIdElement()Resource.getIdElement()MessageHeader.MessageHeaderResponseComponent.getIdentifierElement()DataElement.DataElementMappingComponent.getIdentityElement()ElementDefinition.ElementDefinitionMappingComponent.getIdentityElement()StructureDefinition.StructureDefinitionMappingComponent.getIdentityElement()ElementDefinition.ElementDefinitionConstraintComponent.getKeyElement()TestScript.TestScriptSetupActionOperationComponent.getResponseIdElement()TestScript.TestScriptSetupActionAssertComponent.getSourceIdElement()TestScript.TestScriptSetupActionOperationComponent.getSourceIdElement()TestScript.TestScriptVariableComponent.getSourceIdElement()TestScript.TestScriptSetupActionOperationComponent.getTargetIdElement()TestScript.TestScriptSetupActionAssertComponent.getValidateProfileIdElement()Meta.getVersionIdElement()static IdTypestatic IdTypeIdType.newRandomUuid()Construct a new ID with with form "urn:uuid:[UUID]" where [UUID] is a new, randomly created UUID generated byUUID.randomUUID()static IdTypeIdType.of(org.hl7.fhir.instance.model.api.IBaseResource theResouce)Retrieves the ID from the given resource instanceSet the valueIdType.toUnqualified()Returns a new IdType containing this IdType's values but with no server base URL if one is present in this IdType.IdType.toUnqualifiedVersionless()IdType.toVersionless()IdType.withResourceType(String theResourceName)IdType.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).IdType.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 org.hl7.fhir.dstu2.model that return types with arguments of type IdTypeMethods in org.hl7.fhir.dstu2.model with parameters of type IdTypeModifier and TypeMethodDescriptionbooleanIdType.equalsIgnoreBase(IdType theId)Returns true if this IdType matches the given IdType in terms of resource type and ID, but ignores the URL baseConformance.setFhirVersionElement(IdType value)ImplementationGuide.setFhirVersionElement(IdType value)StructureDefinition.setFhirVersionElement(IdType value)abstract BaseResourceBaseResource.setIdElement(IdType theIdType)Element.setIdElement(IdType value)Resource.setIdElement(IdType value)MessageHeader.MessageHeaderResponseComponent.setIdentifierElement(IdType value)DataElement.DataElementMappingComponent.setIdentityElement(IdType value)ElementDefinition.ElementDefinitionMappingComponent.setIdentityElement(IdType value)StructureDefinition.StructureDefinitionMappingComponent.setIdentityElement(IdType value)ElementDefinition.ElementDefinitionConstraintComponent.setKeyElement(IdType value)TestScript.TestScriptSetupActionOperationComponent.setResponseIdElement(IdType value)TestScript.TestScriptSetupActionAssertComponent.setSourceIdElement(IdType value)TestScript.TestScriptSetupActionOperationComponent.setSourceIdElement(IdType value)TestScript.TestScriptVariableComponent.setSourceIdElement(IdType value)TestScript.TestScriptSetupActionOperationComponent.setTargetIdElement(IdType value)TestScript.TestScriptSetupActionAssertComponent.setValidateProfileIdElement(IdType value)Meta.setVersionIdElement(IdType value)Constructors in org.hl7.fhir.dstu2.model with parameters of type IdTypeModifierConstructorDescriptionBaseReference(IdType theReference)Conformance(DateTimeType date, Enumeration<Conformance.ConformanceStatementKind> kind, IdType fhirVersion, Enumeration<Conformance.UnknownContentCode> acceptUnknown)DataElementMappingComponent(IdType identity)ElementDefinitionConstraintComponent(IdType key, Enumeration<ElementDefinition.ConstraintSeverity> severity, StringType human, StringType xpath)ElementDefinitionMappingComponent(IdType identity, StringType map)MessageHeaderResponseComponent(IdType identifier, Enumeration<MessageHeader.ResponseType> code)ConstructorStructureDefinitionMappingComponent(IdType identity)