Class TNutritionOrderAdministration
Unit
bsFhir_r5
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 : TNutritionOrderSchedule2 read Getschedule write Setschedule; |
Schedule information for an enteral formula.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The volume of formula to provide to the patient per the specified administration schedule.
|
|
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)
|
|
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.
|