Class TStructureMapRule
Unit
bsFhir_r4
Declaration
type TStructureMapRule = 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_; |
Name of the rule for internal references.
|
|
property name_Element : Tid read Getname_Element write Setname_Element; |
|
|
property documentation : string read Getdocumentation write Setdocumentation; |
Documentation for this instance of data.
|
|
property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement; |
|
Generated by PasDoc 0.15.0.
|