Uses of Class
org.hl7.fhir.dstu2.model.IdType
-
Packages that use IdType Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of IdType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return IdType Modifier and Type Method Description protected IdTypeJsonParser. parseId(String v)protected IdTypeXmlParser. parseId(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type IdType Modifier and Type Method Description protected voidXmlParser. composeId(String name, IdType value)protected 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.model
Fields in org.hl7.fhir.dstu2.model declared as IdType Modifier and Type Field Description protected 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 IdType Modifier and Type Field Description protected List<IdType>ElementDefinition. 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 IdType Modifier and Type Method Description IdTypeElementDefinition. addConditionElement()IdTypeBase. castToId(Base b)IdTypeIdType. copy()IdTypeConformance. getFhirVersionElement()IdTypeImplementationGuide. getFhirVersionElement()IdTypeStructureDefinition. getFhirVersionElement()IdTypeElement. getIdElement()IdTypeResource. getIdElement()IdTypeMessageHeader.MessageHeaderResponseComponent. getIdentifierElement()IdTypeDataElement.DataElementMappingComponent. getIdentityElement()IdTypeElementDefinition.ElementDefinitionMappingComponent. getIdentityElement()IdTypeStructureDefinition.StructureDefinitionMappingComponent. getIdentityElement()IdTypeElementDefinition.ElementDefinitionConstraintComponent. getKeyElement()IdTypeTestScript.TestScriptSetupActionOperationComponent. getResponseIdElement()IdTypeTestScript.TestScriptSetupActionAssertComponent. getSourceIdElement()IdTypeTestScript.TestScriptSetupActionOperationComponent. getSourceIdElement()IdTypeTestScript.TestScriptVariableComponent. getSourceIdElement()IdTypeTestScript.TestScriptSetupActionOperationComponent. getTargetIdElement()IdTypeTestScript.TestScriptSetupActionAssertComponent. getValidateProfileIdElement()IdTypeMeta. getVersionIdElement()static IdTypeFactory. newId(String value)static 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 instanceIdTypeIdType. setValue(String theValue)Set the valueIdTypeIdType. toUnqualified()Returns a new IdType containing this IdType's values but with no server base URL if one is present in this IdType.IdTypeIdType. toUnqualifiedVersionless()IdTypeIdType. toVersionless()IdTypeIdType. withResourceType(String theResourceName)IdTypeIdType. 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).IdTypeIdType. 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 IdType Modifier and Type Method Description List<IdType>ElementDefinition. getCondition()Constructors in org.hl7.fhir.dstu2.model with parameters of type IdType Constructor Description BaseReference(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)Reference(IdType theReference)ConstructorStructureDefinitionMappingComponent(IdType identity)
-