Class TImmunizationReaction
Unit
bsFhir_r4
Declaration
type TImmunizationReaction = class(TBackboneElement)
Description
Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property date_ : string read Getdate_ write Setdate_; |
Date of reaction to the immunization.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property detail : TReference read Getdetail write Setdetail; |
Details of the reaction.
|
|
property reported : boolean read Getreported write Setreported; |
Self-reported indicator.
|
|
property reportedElement : Tboolean read GetreportedElement write SetreportedElement; |
|
Generated by PasDoc 0.15.0.
|