Class TImmunizationReaction

Unit

Declaration

type TImmunizationReaction = class(TBackboneElement)

Description

Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property detail : TReference read Getdetail write Setdetail;
Public property reported : boolean read Getreported write Setreported;
Public property reportedElement : Tboolean read GetreportedElement write SetreportedElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property date_ : string read Getdate_ write Setdate_;

Date of reaction to the immunization.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property detail : TReference read Getdetail write Setdetail;

Details of the reaction.

Public property reported : boolean read Getreported write Setreported;

Self-reported indicator.

Public property reportedElement : Tboolean read GetreportedElement write SetreportedElement;
 

Generated by PasDoc 0.15.0.