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 code systems or data elements, 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 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 target : TConceptMapTargetArray read GettargetArray;

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


Generated by PasDoc 0.15.0.