Class TImmunizationEducation
Unit
bsFhir_r4
Declaration
type TImmunizationEducation = 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 documentType : string read GetdocumentType write SetdocumentType; |
Identifier of the material presented to the patient.
|
|
property documentTypeElement : Tstring read GetdocumentTypeElement write SetdocumentTypeElement; |
|
|
property reference : string read Getreference write Setreference; |
Reference pointer to the educational material given to the patient if the information was on line.
|
|
property referenceElement : Turi read GetreferenceElement write SetreferenceElement; |
|
|
property publicationDate : string read GetpublicationDate write SetpublicationDate; |
Date the educational material was published.
|
|
property publicationDateElement : TdateTime_ read GetpublicationDateElement write SetpublicationDateElement; |
|
|
property presentationDate : string read GetpresentationDate write SetpresentationDate; |
Date the educational material was given to the patient.
|
|
property presentationDateElement : TdateTime_ read GetpresentationDateElement write SetpresentationDateElement; |
|
Generated by PasDoc 0.15.0.
|