Class TEvidenceReportCharacteristic
Unit
bsFhir_r5
Declaration
type TEvidenceReportCharacteristic = class(TBackboneElement)
Description
The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property code : TCodeableConcept read Getcode write Setcode; |
Characteristic code.
|
 |
property valueReference : TReference read GetvalueReference write SetvalueReference; |
Characteristic value. (choose any one of value*, but only one)
|
 |
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
Characteristic value. (choose any one of value*, but only one)
|
 |
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
Characteristic value. (choose any one of value*, but only one)
|
 |
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
 |
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
Characteristic value. (choose any one of value*, but only one)
|
 |
property valueRange : TRange read GetvalueRange write SetvalueRange; |
Characteristic value. (choose any one of value*, but only one)
|
 |
property exclude : boolean read Getexclude write Setexclude; |
Is used to express not the characteristic.
|
 |
property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement; |
|
 |
property period : TPeriod read Getperiod write Setperiod; |
Timeframe for the characteristic.
|
Generated by PasDoc 0.15.0.
|