Class TConceptMapElement

Unit

Declaration

type TConceptMapElement = 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 noMap : boolean read GetnoMap write SetnoMap;
Public property noMapElement : Tboolean read GetnoMapElement write SetnoMapElement;
Public property target : TConceptMapTargetArray read GettargetArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

Identity (code or path) or the element/item being mapped.

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.source code system which are all being mapped to the target as part of this mapping rule.

Public property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement;
 
Public property noMap : boolean read GetnoMap write SetnoMap;

If noMap = true this indicates that no mapping to a target concept exists for this source concept.

Public property noMapElement : Tboolean read GetnoMapElement write SetnoMapElement;
 
Public property target : TConceptMapTargetArray read GettargetArray;

A concept from the target value set that this concept maps to.


Generated by PasDoc 0.15.0.