Class TStructureMapTarget
Unit
bsFhir_r5
Declaration
type TStructureMapTarget = 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 context : string read Getcontext write Setcontext; |
Variable this rule applies to.
|
|
property contextElement : Tstring read GetcontextElement write SetcontextElement; |
|
|
property element : string read Getelement write Setelement; |
Field to create in the context.
|
|
property elementElement : Tstring read GetelementElement write SetelementElement; |
|
|
property variable : string read Getvariable write Setvariable; |
Named context for field, if desired, and a field is specified.
|
|
property variableElement : Tid read GetvariableElement write SetvariableElement; |
|
|
property listRuleId : string read GetlistRuleId write SetlistRuleId; |
Internal rule reference for shared list items.
|
|
property listRuleIdElement : Tid read GetlistRuleIdElement write SetlistRuleIdElement; |
|
|
property transform : string read Gettransform write Settransform; |
How the data is copied / created.
|
Generated by PasDoc 0.15.0.
|