Class TNutritionOrderAdministration
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property schedule : TTiming read Getschedule write Setschedule; |
The time period and frequency at which the enteral formula should be delivered to the patient.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The volume of formula to provide to the patient per the specified administration schedule.
|
|
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.
|