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 code systems or data elements, 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 : Turi read GetsystemElement write SetsystemElement;
Public property code : string read Getcode write Setcode;
Public property codeElement : Tstring read GetcodeElement write SetcodeElement;
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 somwhere 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 : Turi read GetsystemElement write SetsystemElement;
 
Public property code : string read Getcode write Setcode;

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

Public property codeElement : Tstring 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;
 

Generated by PasDoc 0.15.0.