Class TConceptMapDependsOn

Unit

Declaration

type TConceptMapDependsOn = 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 attribute : string read Getattribute write Setattribute;
Public property attributeElement : Tcode read GetattributeElement write SetattributeElement;
Public property valueCode : string read GetvalueCode write SetvalueCode;
Public property valueCodeElement : Tcode read GetvalueCodeElement write SetvalueCodeElement;
Public property valueCoding : TCoding read GetvalueCoding write SetvalueCoding;
Public property valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueSet : string read GetvalueSet write SetvalueSet;
Public property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property attribute : string read Getattribute write Setattribute;

A reference to the additional attribute that holds a value the map depends on.

Public property attributeElement : Tcode read GetattributeElement write SetattributeElement;
 
Public property valueCode : string read GetvalueCode write SetvalueCode;

Data element value that the map depends on / produces. (choose any one of value*, but only one)

Public property valueCodeElement : Tcode read GetvalueCodeElement write SetvalueCodeElement;
 
Public property valueCoding : TCoding read GetvalueCoding write SetvalueCoding;

Data element value that the map depends on / produces. (choose any one of value*, but only one)

Public property valueString : string read GetvalueString write SetvalueString;

Data element value that the map depends on / produces. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

Data element value that the map depends on / produces. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

Data element value that the map depends on / produces. (choose any one of value*, but only one)

Public property valueSet : string read GetvalueSet write SetvalueSet;

This mapping applies if the data element value is a code from this value set.

Public property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement;
 

Generated by PasDoc 0.15.0.