Class TEvidenceVariableDefinitionByTypeAndValue
Unit
bsFhir_r5
Declaration
type TEvidenceVariableDefinitionByTypeAndValue = class(TBackboneElement)
Description
The EvidenceVariable resource describes an element that knowledge (Evidence) is about.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Used to express the type of characteristic.
|
|
property method : TCodeableConceptArray read GetmethodArray; |
Method for how the characteristic value was determined.
|
|
property device : TReference read Getdevice write Setdevice; |
Device used for determining characteristic.
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)
|
|
property valueReference : TReference read GetvalueReference write SetvalueReference; |
Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)
|
|
property valueId : string read GetvalueId write SetvalueId; |
Defines the characteristic when paired with characteristic.type. (choose any one of value*, but only one)
|
|
property valueIdElement : Tid read GetvalueIdElement write SetvalueIdElement; |
|
|
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.
|