Class TObservationTriggeredBy
Unit
bsFhir_r5
Declaration
type TObservationTriggeredBy = class(TBackboneElement)
Description
Measurements and simple assertions made about a patient, device or other subject.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property observation : TReference read Getobservation write Setobservation; |
Reference to the triggering observation.
|
|
property type_ : string read Gettype_ write Settype_; |
The type of trigger. Reflex | Repeat | Re-run.
|
|
property type_Element : TTriggeredBytype read Gettype_Element write Settype_Element; |
|
|
property reason : string read Getreason write Setreason; |
Provides the reason why this observation was performed as a result of the observation(s) referenced.
|
|
property reasonElement : Tstring read GetreasonElement write SetreasonElement; |
|
Generated by PasDoc 0.15.0.
|