Class TStructureMapTarget

Unit

Declaration

type TStructureMapTarget = class(TBackboneElement)

Description

A Map of relationships between 2 structures that can be used to transform data.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property context : string read Getcontext write Setcontext;
Public property contextElement : Tid read GetcontextElement write SetcontextElement;
Public property contextType : string read GetcontextType write SetcontextType;
Public property contextTypeElement : TStructureMapContextType read GetcontextTypeElement write SetcontextTypeElement;
Public property element : string read Getelement write Setelement;
Public property elementElement : Tstring read GetelementElement write SetelementElement;
Public property variable : string read Getvariable write Setvariable;
Public property variableElement : Tid read GetvariableElement write SetvariableElement;
Public property listMode : TBSFHIRPrimitiveStringArray read GetlistModeArray;
Public property listRuleId : string read GetlistRuleId write SetlistRuleId;
Public property listRuleIdElement : Tid read GetlistRuleIdElement write SetlistRuleIdElement;
Public property transform : string read Gettransform write Settransform;
Public property transformElement : TStructureMapTransform read GettransformElement write SettransformElement;
Public property parameter : TStructureMapParameterArray read GetparameterArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property context : string read Getcontext write Setcontext;

Type or variable this rule applies to.

Public property contextElement : Tid read GetcontextElement write SetcontextElement;
 
Public property contextType : string read GetcontextType write SetcontextType;

How to interpret the context.

Public property contextTypeElement : TStructureMapContextType read GetcontextTypeElement write SetcontextTypeElement;
 
Public property element : string read Getelement write Setelement;

Field to create in the context.

Public property elementElement : Tstring read GetelementElement write SetelementElement;
 
Public property variable : string read Getvariable write Setvariable;

Named context for field, if desired, and a field is specified.

Public property variableElement : Tid read GetvariableElement write SetvariableElement;
 
Public property listMode : TBSFHIRPrimitiveStringArray read GetlistModeArray;

If field is a list, how to manage the list.

Public property listRuleId : string read GetlistRuleId write SetlistRuleId;

Internal rule reference for shared list items.

Public property listRuleIdElement : Tid read GetlistRuleIdElement write SetlistRuleIdElement;
 
Public property transform : string read Gettransform write Settransform;

How the data is copied / created.

Public property transformElement : TStructureMapTransform read GettransformElement write SettransformElement;
 
Public property parameter : TStructureMapParameterArray read GetparameterArray;

Parameters to the transform.


Generated by PasDoc 0.15.0.