Class TImmunizationEducation

Unit

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

Public constructor Create; override;

Properties

Public property documentType : string read GetdocumentType write SetdocumentType;
Public property documentTypeElement : Tstring read GetdocumentTypeElement write SetdocumentTypeElement;
Public property reference : string read Getreference write Setreference;
Public property referenceElement : Turi read GetreferenceElement write SetreferenceElement;
Public property publicationDate : string read GetpublicationDate write SetpublicationDate;
Public property publicationDateElement : TdateTime_ read GetpublicationDateElement write SetpublicationDateElement;
Public property presentationDate : string read GetpresentationDate write SetpresentationDate;
Public property presentationDateElement : TdateTime_ read GetpresentationDateElement write SetpresentationDateElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property documentType : string read GetdocumentType write SetdocumentType;

Identifier of the material presented to the patient.

Public property documentTypeElement : Tstring read GetdocumentTypeElement write SetdocumentTypeElement;
 
Public property reference : string read Getreference write Setreference;

Reference pointer to the educational material given to the patient if the information was on line.

Public property referenceElement : Turi read GetreferenceElement write SetreferenceElement;
 
Public property publicationDate : string read GetpublicationDate write SetpublicationDate;

Date the educational material was published.

Public property publicationDateElement : TdateTime_ read GetpublicationDateElement write SetpublicationDateElement;
 
Public property presentationDate : string read GetpresentationDate write SetpresentationDate;

Date the educational material was given to the patient.

Public property presentationDateElement : TdateTime_ read GetpresentationDateElement write SetpresentationDateElement;
 

Generated by PasDoc 0.15.0.