Class TConceptMapProperty

Unit

Declaration

type TConceptMapProperty = 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 uri : string read Geturi write Seturi;
Public property uriElement : Turi read GeturiElement write SeturiElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TConceptMapPropertyType read Gettype_Element write Settype_Element;
Public property system : string read Getsystem write Setsystem;
Public property systemElement : Tcanonical read GetsystemElement write SetsystemElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

A code that is used to identify the property. The code is used internally (in ConceptMap.group.element.target.property.code) and also in the $translate operation.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property uri : string read Geturi write Seturi;

Reference to the formal meaning of the property.

Public property uriElement : Turi read GeturiElement write SeturiElement;
 
Public property description : string read Getdescription write Setdescription;

A description of the property - why it is defined, and how its value might be used.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property type_ : string read Gettype_ write Settype_;

The type of the property value.

Public property type_Element : TConceptMapPropertyType read Gettype_Element write Settype_Element;
 
Public property system : string read Getsystem write Setsystem;

The CodeSystem that defines the codes from which values of type ```code``` in property values.

Public property systemElement : Tcanonical read GetsystemElement write SetsystemElement;
 

Generated by PasDoc 0.15.0.