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 : TTiming read Getschedule write Setschedule;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property rate : TElement read Getrate write Setrate;

Description

Methods

Public constructor Create; override;
 

Properties

Public property schedule : TTiming read Getschedule write Setschedule;

The time period and frequency at which the enteral formula should be delivered to the patient.

Public property quantity : TQuantity read Getquantity write Setquantity;

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

Public property rate : TElement read Getrate write Setrate;

The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule.


Generated by PasDoc 0.15.0.