Class TStructureMapParameter
Unit
bsFhir_r5
Declaration
type TStructureMapParameter = 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 valueId : string read GetvalueId write SetvalueId; |
Parameter value - variable or literal. (choose any one of value*, but only one)
|
|
property valueIdElement : Tid read GetvalueIdElement write SetvalueIdElement; |
|
|
property valueString : string read GetvalueString write SetvalueString; |
Parameter value - variable or literal. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
Parameter value - variable or literal. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueInteger : integer read GetvalueInteger write SetvalueInteger; |
Parameter value - variable or literal. (choose any one of value*, but only one)
|
|
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
|
property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal; |
Parameter value - variable or literal. (choose any one of value*, but only one)
|
|
property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement; |
|
|
property valueDate : string read GetvalueDate write SetvalueDate; |
Parameter value - variable or literal. (choose any one of value*, but only one)
|
|
property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement; |
|
|
property valueTime : string read GetvalueTime write SetvalueTime; |
Parameter value - variable or literal. (choose any one of value*, but only one)
|
|
property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement; |
|
|
property valueDateTime : string read GetvalueDateTime write SetvalueDateTime; |
Parameter value - variable or literal. (choose any one of value*, but only one)
|
|
property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement; |
|
Generated by PasDoc 0.15.0.
|