Class TEvidenceVariableTimeFromStart
Unit
bsFhir_r4b
Declaration
type TEvidenceVariableTimeFromStart = 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 description : string read Getdescription write Setdescription; |
A short, natural language description.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
Used to express the observation at a defined amount of time after the study start.
|
|
property range : TRange read Getrange write Setrange; |
Used to express the observation within a period after the study start.
|
|
property note : TAnnotationArray read GetnoteArray; |
A human-readable string to clarify or explain concepts about the resource.
|
Generated by PasDoc 0.15.0.
|