HS.FHIR.vSTU3.Model.Resource.ConceptMap.Group
deprecated class HS.FHIR.vSTU3.Model.Resource.ConceptMap.Group extends HS.FHIR.vSTU3.Model.Base.BackboneElement
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.
Property Inventory
Method Inventory
Parameters
parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML.
The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the
schema that defines the type.
To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export
and will default to 0 (false) for encoded or encoded12 format export.
These were the values always previously assumed for the elementFormDefault attribute.
NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.
parameter JSONTYPEFIELD;
Inherited description: Type property name for JSON export.
parameter XMLNAME = ConceptMap.Group;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the
order of the class properties. This allows us to deal with XML where the
same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = ConceptMap.Group;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is
empty then the class name will be used to construct a default XML type.
The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.
Properties
property element as list of HS.FHIR.vSTU3.Model.Resource.ConceptMap.Element (XMLNAME = "element", XMLPROJECTION = "ELEMENT");
Mappings for an individual concept in the source to one or more concepts in the target.
Property methods: elementBuildValueArray(), elementCollectionToDisplay(), elementCollectionToOdbc(), elementDisplayToCollection(), elementGet(), elementGetObject(), elementGetObjectId(), elementGetSwizzled(), elementIsValid(), elementOdbcToCollection(), elementSet(), elementSetObject(), elementSetObjectId()
property source as HS.FHIR.vSTU3.Model.Datatype.Uri (XMLNAME = "source", XMLPROJECTION = "ELEMENT");
An absolute URI that identifies the Code System (if the source is a value set that crosses more than one code system).
Property methods: sourceGet(), sourceGetSwizzled(), sourceIsValid(), sourceNewObject(), sourceSet()
property sourceVersion as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "sourceVersion", XMLPROJECTION = "ELEMENT");
The specific version of the code system, as determined by the code system authority.
Property methods: sourceVersionGet(), sourceVersionGetSwizzled(), sourceVersionIsValid(), sourceVersionNewObject(), sourceVersionSet()
property target as HS.FHIR.vSTU3.Model.Datatype.Uri (XMLNAME = "target", XMLPROJECTION = "ELEMENT");
An absolute URI that identifies the code system of the target code (if the target is a value set that cross code systems).
Property methods: targetGet(), targetGetSwizzled(), targetIsValid(), targetNewObject(), targetSet()
property targetVersion as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "targetVersion", XMLPROJECTION = "ELEMENT");
The specific version of the code system, as determined by the code system authority.
Property methods: targetVersionGet(), targetVersionGetSwizzled(), targetVersionIsValid(), targetVersionNewObject(), targetVersionSet()
property unmapped as HS.FHIR.vSTU3.Model.Resource.ConceptMap.Unmapped (XMLNAME = "unmapped", XMLPROJECTION = "ELEMENT");
What to do when there is no match in the mappings in the group.
Property methods: unmappedGet(), unmappedGetSwizzled(), unmappedIsValid(), unmappedNewObject(), unmappedSet()
Methods
deprecated method SetSource(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "source" property.
Set method for the "source" property.
deprecated method SetSourceVersion(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "sourceVersion" property.
Set method for the "sourceVersion" property.
deprecated method SetTarget(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "target" property.
Set method for the "target" property.
deprecated method SetTargetVersion(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "targetVersion" property.
Set method for the "targetVersion" property.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %CreateProxy()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %FHIRObjectHasValue()
- %FromFHIRJSON()
- %FromFHIRXML()
- %GetClassName()
- %GetJSONType()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ToFHIRJSON()
- %ToFHIRXML()
- %ValidateObject()
- GetReferenceMap()
- UpdateReferences()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()