Class TImmunizationProtocolApplied

Unit

Declaration

type TImmunizationProtocolApplied = 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 series : string read Getseries write Setseries;
Public property seriesElement : Tstring read GetseriesElement write SetseriesElement;
Public property authority : TReference read Getauthority write Setauthority;
Public property targetDisease : TCodeableConceptArray read GettargetDiseaseArray;
Public property doseNumber : TElement read GetdoseNumber write SetdoseNumber;
Public property seriesDoses : TElement read GetseriesDoses write SetseriesDoses;

Description

Methods

Public constructor Create; override;
 

Properties

Public property series : string read Getseries write Setseries;

One possible path to achieve presumed immunity against a disease - within the context of an authority.

Public property seriesElement : Tstring read GetseriesElement write SetseriesElement;
 
Public property authority : TReference read Getauthority write Setauthority;

Indicates the authority who published the protocol (e.g. ACIP) that is being followed.

Public property targetDisease : TCodeableConceptArray read GettargetDiseaseArray;

The vaccine preventable disease the dose is being administered against.

Public property doseNumber : TElement read GetdoseNumber write SetdoseNumber;

Nominal position in a series.

Public property seriesDoses : TElement read GetseriesDoses write SetseriesDoses;

The recommended number of doses to achieve immunity.


Generated by PasDoc 0.15.0.