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 valueSet : string read GetvalueSet write SetvalueSet;
Public property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement;
Public property relationship : string read Getrelationship write Setrelationship;
Public property relationshipElement : TConceptMapRelationship read GetrelationshipElement write SetrelationshipElement;
Public property otherMap : string read GetotherMap write SetotherMap;
Public property otherMapElement : Tcanonical read GetotherMapElement write SetotherMapElement;

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 source 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 valueSet : string read GetvalueSet write SetvalueSet;

The set of fixed codes to use when the mode = 'fixed' - all unmapped codes are mapped to each of the fixed codes.

Public property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement;
 
Public property relationship : string read Getrelationship write Setrelationship;

The default relationship value to apply between the source and target concepts when the source code is unmapped and the mode is 'fixed' or 'use-source-code'.

Public property relationshipElement : TConceptMapRelationship read GetrelationshipElement write SetrelationshipElement;
 
Public property otherMap : string read GetotherMap write SetotherMap;

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 otherMapElement : Tcanonical read GetotherMapElement write SetotherMapElement;
 

Generated by PasDoc 0.15.0.