Class TNutritionOrderAdministration

Unit

Declaration

type TNutritionOrderAdministration = 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 schedule : TNutritionOrderSchedule2 read Getschedule write Setschedule;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property rateQuantity : TQuantity read GetrateQuantity write SetrateQuantity;
Public property rateRatio : TRatio read GetrateRatio write SetrateRatio;

Description

Methods

Public constructor Create; override;
 

Properties

Public property schedule : TNutritionOrderSchedule2 read Getschedule write Setschedule;

Schedule information for an enteral formula.

Public property quantity : TQuantity read Getquantity write Setquantity;

The volume of formula to provide to the patient per the specified administration schedule.

Public property rateQuantity : TQuantity read GetrateQuantity write SetrateQuantity;

The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule. (choose any one of rate*, but only one)

Public property rateRatio : TRatio read GetrateRatio write SetrateRatio;

The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule. (choose any one of rate*, but only one)


Generated by PasDoc 0.15.0.