Class TConceptMapUnmapped
Unit
bsFhir_stu3
Declaration
type TConceptMapUnmapped = 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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property mode : string read Getmode write Setmode; |
Defines which action to take if there is no match in the group. One of 3 actions is 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).
|
|
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.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
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.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
|
property url : string read Geturl write Seturl; |
The canonical URL of the map to use if this map contains no mapping.
|
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
Generated by PasDoc 0.15.0.
|