Class TStructureMapStructure
Unit
bsFhir_stu3
Declaration
type TStructureMapStructure = 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 url : string read Geturl write Seturl; |
The canonical URL that identifies the structure.
|
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
|
property mode : string read Getmode write Setmode; |
How the referenced structure is used in this mapping.
|
|
property alias_ : string read Getalias_ write Setalias_; |
The name used for this type in the map.
|
|
property alias_Element : Tstring read Getalias_Element write Setalias_Element; |
|
|
property documentation : string read Getdocumentation write Setdocumentation; |
Documentation that describes how the structure is used in the mapping.
|
|
property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement; |
|
Generated by PasDoc 0.15.0.
|