Class TNutritionOrderSchedule2

Unit

Declaration

type TNutritionOrderSchedule2 = class(TBackboneElement)

Description

A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property timing : TTimingArray read GettimingArray;
Public property asNeeded : boolean read GetasNeeded write SetasNeeded;
Public property asNeededElement : Tboolean read GetasNeededElement write SetasNeededElement;
Public property asNeededFor : TCodeableConcept read GetasNeededFor write SetasNeededFor;

Description

Methods

Public constructor Create; override;
 

Properties

Public property timing : TTimingArray read GettimingArray;

The time period and frequency at which the enteral formula should be given. The enteral formula should be given for the combination of all schedules if more than one schedule is present.

Public property asNeeded : boolean read GetasNeeded write SetasNeeded;

Indicates whether the enteral formula is only taken when needed within a specific dosing schedule.

Public property asNeededElement : Tboolean read GetasNeededElement write SetasNeededElement;
 
Public property asNeededFor : TCodeableConcept read GetasNeededFor write SetasNeededFor;

Indicates whether the enteral formula is only taken based on a precondition for taking the enteral formula.


Generated by PasDoc 0.15.0.