| Class TImmunizationReactionUnit
bsFhir_r5 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.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | 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 manifestation : TCodeableReference read Getmanifestation write Setmanifestation; |  | 
 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.
 |