Class TEvidenceVariableDefinitionByTypeAndValue

Unit

Declaration

type TEvidenceVariableDefinitionByTypeAndValue = class(TBackboneElement)

Description

The EvidenceVariable resource describes an element that knowledge (Evidence) is about.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property method : TCodeableConceptArray read GetmethodArray;
Public property device : TReference read Getdevice write Setdevice;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
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 valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueReference : TReference read GetvalueReference write SetvalueReference;
Public property valueId : string read GetvalueId write SetvalueId;
Public property valueIdElement : Tid read GetvalueIdElement write SetvalueIdElement;
Public property offset : TCodeableConcept read Getoffset write Setoffset;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Used to express the type of characteristic.

Public property method : TCodeableConceptArray read GetmethodArray;

Method for how the characteristic value was determined.

Public property device : TReference read Getdevice write Setdevice;

Device used for determining characteristic.

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)

Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)

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

Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)

Public property valueRange : TRange read GetvalueRange write SetvalueRange;

Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)

Public property valueReference : TReference read GetvalueReference write SetvalueReference;

Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)

Public property valueId : string read GetvalueId write SetvalueId;

Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)

Public property valueIdElement : Tid read GetvalueIdElement write SetvalueIdElement;
 
Public property offset : TCodeableConcept read Getoffset write Setoffset;

Defines the reference point for comparison when valueQuantity or valueRange is not compared to zero.


Generated by PasDoc 0.15.0.