Class TStructureMapConst
Unit
bsFhir_r5
Declaration
type TStructureMapConst = class(TBackboneElement)
Description
A Map of relationships between 2 structures that can be used to transform data.
Hierarchy
Overview
Methods
Properties
|
property name_ : string read Getname_ write Setname_; |
|
property name_Element : Tid read Getname_Element write Setname_Element; |
|
property value : string read Getvalue write Setvalue; |
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
Other maps used by this map (canonical URLs).
|
|
property name_Element : Tid read Getname_Element write Setname_Element; |
|
|
property value : string read Getvalue write Setvalue; |
A FHIRPath expression that is the value of this variable.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|