Class TNutritionOrderAdditive
Unit
bsFhir_r5
Declaration
type TNutritionOrderAdditive = 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 type_ : TCodeableReference read Gettype_ write Settype_; |
Indicates the type of modular component such as protein, carbohydrate, fat or fiber to be provided in addition to or mixed with the base formula.
|
|
property productName : string read GetproductName write SetproductName; |
The product or brand name of the type of modular component to be added to the formula.
|
|
property productNameElement : Tstring read GetproductNameElement write SetproductNameElement; |
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The amount of additive to be given in addition or to be mixed in with the base formula.
|
Generated by PasDoc 0.15.0.
|