Class TConceptMapTarget

Unit

Declaration

type TConceptMapTarget = class(TBackboneElement)

Description

A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property display : string read Getdisplay write Setdisplay;
Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
Public property valueSet : string read GetvalueSet write SetvalueSet;
Public property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement;
Public property relationship : string read Getrelationship write Setrelationship;
Public property relationshipElement : TConceptMapRelationship read GetrelationshipElement write SetrelationshipElement;
Public property comment : string read Getcomment write Setcomment;
Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
Public property property_ : TConceptMapProperty1Array read Getproperty_Array;
Public property dependsOn : TConceptMapDependsOnArray read GetdependsOnArray;
Public property product : TConceptMapDependsOnArray read GetproductArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

Identity (code or path) or the element/item that the map refers to.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property display : string read Getdisplay write Setdisplay;

The display for the code. The display is only provided to help editors when editing the concept map.

Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
 
Public property valueSet : string read GetvalueSet write SetvalueSet;

The set of concepts from the ConceptMap.group.target code system which are all being mapped to as part of this mapping rule. The effect of using this data element is the same as having multiple ConceptMap.group.element.target elements with one for each concept in the ConceptMap.group.element.target.valueSet value set.

Public property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement;
 
Public property relationship : string read Getrelationship write Setrelationship;

The relationship between the source and target concepts. The relationship is read from source to target (e.g. source-is-narrower-than-target).

Public property relationshipElement : TConceptMapRelationship read GetrelationshipElement write SetrelationshipElement;
 
Public property comment : string read Getcomment write Setcomment;

A description of status/issues in mapping that conveys additional information not represented in the structured data.

Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
 
Public property property_ : TConceptMapProperty1Array read Getproperty_Array;

A property value for this source -> target mapping.

Public property dependsOn : TConceptMapDependsOnArray read GetdependsOnArray;

A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified data attribute can be resolved, and it has the specified value.

Public property product : TConceptMapDependsOnArray read GetproductArray;

Product is the output of a ConceptMap that provides additional values that go in other attributes / data elemnts of the target data.


Generated by PasDoc 0.15.0.