Class TConceptMapTarget
Unit
bsFhir_stu3
Declaration
type TConceptMapTarget = 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 code : string read Getcode write Setcode; |
Identity (code or path) or the element/item that the map refers to.
|
|
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 equivalence : string read Getequivalence write Setequivalence; |
The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source).
|
|
property comment : string read Getcomment write Setcomment; |
A description of status/issues in mapping that conveys additional information not represented in the structured data.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
|
property dependsOn : TConceptMapDependsOnArray read GetdependsOnArray; |
A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value.
|
|
property product : TConceptMapDependsOnArray read GetproductArray; |
A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on.
|
Generated by PasDoc 0.15.0.
|