Class TConceptMapDependsOn

Unit

Declaration

type TConceptMapDependsOn = 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 property_ : string read Getproperty_ write Setproperty_;
Public property property_Element : Turi read Getproperty_Element write Setproperty_Element;
Public property system : string read Getsystem write Setsystem;
Public property systemElement : Tcanonical read GetsystemElement write SetsystemElement;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
Public property display : string read Getdisplay write Setdisplay;
Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property property_ : string read Getproperty_ write Setproperty_;

A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.

Public property property_Element : Turi read Getproperty_Element write Setproperty_Element;
 
Public property system : string read Getsystem write Setsystem;

An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).

Public property systemElement : Tcanonical read GetsystemElement write SetsystemElement;
 
Public property value : string read Getvalue write Setvalue;

Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 
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;
 

Generated by PasDoc 0.15.0.