Class TObservationTriggeredBy

Unit

Declaration

type TObservationTriggeredBy = class(TBackboneElement)

Description

Measurements and simple assertions made about a patient, device or other subject.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property observation : TReference read Getobservation write Setobservation;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TTriggeredBytype read Gettype_Element write Settype_Element;
Public property reason : string read Getreason write Setreason;
Public property reasonElement : Tstring read GetreasonElement write SetreasonElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property observation : TReference read Getobservation write Setobservation;

Reference to the triggering observation.

Public property type_ : string read Gettype_ write Settype_;

The type of trigger. Reflex | Repeat | Re-run.

Public property type_Element : TTriggeredBytype read Gettype_Element write Settype_Element;
 
Public property reason : string read Getreason write Setreason;

Provides the reason why this observation was performed as a result of the observation(s) referenced.

Public property reasonElement : Tstring read GetreasonElement write SetreasonElement;
 

Generated by PasDoc 0.15.0.