Class TNutritionOrderAdditive

Unit

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

Public constructor Create; override;

Properties

Public property type_ : TCodeableReference read Gettype_ write Settype_;
Public property productName : string read GetproductName write SetproductName;
Public property productNameElement : Tstring read GetproductNameElement write SetproductNameElement;
Public property quantity : TQuantity read Getquantity write Setquantity;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property productName : string read GetproductName write SetproductName;

The product or brand name of the type of modular component to be added to the formula.

Public property productNameElement : Tstring read GetproductNameElement write SetproductNameElement;
 
Public 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.