Class TStructureMapGroup
Unit
bsFhir_r5
Declaration
type TStructureMapGroup = class(TBackboneElement)
Description
A Map of relationships between 2 structures that can be used to transform data.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
A unique name for the group for the convenience of human readers.
|
|
property name_Element : Tid read Getname_Element write Setname_Element; |
|
|
property extends : string read Getextends write Setextends; |
Another group that this group adds rules to.
|
|
property extendsElement : Tid read GetextendsElement write SetextendsElement; |
|
|
property typeMode : string read GettypeMode write SettypeMode; |
If this is the default rule set to apply for the source type or this combination of types.
|
|
property documentation : string read Getdocumentation write Setdocumentation; |
Additional supporting documentation that explains the purpose of the group and the types of mappings within it.
|
|
property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement; |
|
|
property input : TStructureMapInputArray read GetinputArray; |
A name assigned to an instance of data. The instance must be provided when the mapping is invoked.
|
Generated by PasDoc 0.15.0.
|