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 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 equivalence : string read Getequivalence write Setequivalence;
Public property equivalenceElement : TConceptMapEquivalence read GetequivalenceElement write SetequivalenceElement;
Public property comment : string read Getcomment write Setcomment;
Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
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 equivalence : string read Getequivalence write Setequivalence;

The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source).

Public property equivalenceElement : TConceptMapEquivalence read GetequivalenceElement write SetequivalenceElement;
 
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 dependsOn : TConceptMapDependsOnArray read GetdependsOnArray;

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

Public property product : TConceptMapDependsOnArray read GetproductArray;

A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on.


Generated by PasDoc 0.15.0.