Class TConceptMapGroup

Unit

Declaration

type TConceptMapGroup = 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 source : string read Getsource write Setsource;
Public property sourceElement : Tcanonical read GetsourceElement write SetsourceElement;
Public property target : string read Gettarget write Settarget;
Public property targetElement : Tcanonical read GettargetElement write SettargetElement;
Public property element : TConceptMapElementArray read GetelementArray;
Public property unmapped : TConceptMapUnmapped read Getunmapped write Setunmapped;

Description

Methods

Public constructor Create; override;
 

Properties

Public property source : string read Getsource write Setsource;

An absolute URI that identifies the source system where the concepts to be mapped are defined.

Public property sourceElement : Tcanonical read GetsourceElement write SetsourceElement;
 
Public property target : string read Gettarget write Settarget;

An absolute URI that identifies the target system that the concepts will be mapped to.

Public property targetElement : Tcanonical read GettargetElement write SettargetElement;
 
Public property element : TConceptMapElementArray read GetelementArray;

Mappings for an individual concept in the source to one or more concepts in the target.

Public property unmapped : TConceptMapUnmapped read Getunmapped write Setunmapped;

What to do when there is no mapping to a target concept from the source concept and ConceptMap.group.element.noMap is not true. This provides the "default" to be applied when there is no target concept mapping specified or the expansion of ConceptMap.group.element.target.valueSet is empty.


Generated by PasDoc 0.15.0.