Class TImmunizationRecommendationProtocol

Unit

Declaration

type TImmunizationRecommendationProtocol = class(TBackboneElement)

Description

A patient's point-in-time immunization and recommendation (i.e. forecasting a patient's immunization eligibility according to a published schedule) with optional supporting justification.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property doseSequence : Int64 read GetdoseSequence write SetdoseSequence;
Public property doseSequenceElement : TpositiveInt read GetdoseSequenceElement write SetdoseSequenceElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property authority : TReference read Getauthority write Setauthority;
Public property series : string read Getseries write Setseries;
Public property seriesElement : Tstring read GetseriesElement write SetseriesElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property doseSequence : Int64 read GetdoseSequence write SetdoseSequence;

Indicates the nominal position in a series of the next dose. This is the recommended dose number as per a specified protocol.

Public property doseSequenceElement : TpositiveInt read GetdoseSequenceElement write SetdoseSequenceElement;
 
Public property description : string read Getdescription write Setdescription;

Contains the description about the protocol under which the vaccine was administered.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property authority : TReference read Getauthority write Setauthority;

Indicates the authority who published the protocol. For example, ACIP.

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;
 

Generated by PasDoc 0.15.0.