Class TImmunizationRecommendationDateCriterion

Unit

Declaration

type TImmunizationRecommendationDateCriterion = class(TBackboneElement)

Description

A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : TdateTime_ read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

Date classification of recommendation. For example, earliest date to give, latest date to give, etc.

Public property value : string read Getvalue write Setvalue;

The date whose meaning is specified by dateCriterion.code.

Public property valueElement : TdateTime_ read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.