Class TConceptMapUnmapped

Unit

Declaration

type TConceptMapUnmapped = 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 mode : string read Getmode write Setmode;
Public property modeElement : TConceptMapGroupUnmappedMode read GetmodeElement write SetmodeElement;
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 url : string read Geturl write Seturl;
Public property urlElement : Tcanonical read GeturlElement write SeturlElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property mode : string read Getmode write Setmode;

Defines which action to take if there is no match for the source concept in the target system designated for the group. One of 3 actions are possible: use the unmapped code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL).

Public property modeElement : TConceptMapGroupUnmappedMode read GetmodeElement write SetmodeElement;
 
Public property code : string read Getcode write Setcode;

The fixed code to use when the mode = 'fixed' - all unmapped codes are mapped to a single fixed code.

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 url : string read Geturl write Seturl;

The canonical reference to an additional ConceptMap resource instance to use for mapping if this ConceptMap resource contains no matching mapping for the source concept.

Public property urlElement : Tcanonical read GeturlElement write SeturlElement;
 

Generated by PasDoc 0.15.0.