Class TNutritionOrderSupplement

Unit

Declaration

type TNutritionOrderSupplement = 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 schedule : TNutritionOrderSchedule1 read Getschedule write Setschedule;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property instruction : string read Getinstruction write Setinstruction;
Public property instructionElement : Tstring read GetinstructionElement write SetinstructionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableReference read Gettype_ write Settype_;

The kind of nutritional supplement product required such as a high protein or pediatric clear liquid supplement.

Public property productName : string read GetproductName write SetproductName;

The product or brand name of the nutritional supplement such as "Acme Protein Shake".

Public property productNameElement : Tstring read GetproductNameElement write SetproductNameElement;
 
Public property schedule : TNutritionOrderSchedule1 read Getschedule write Setschedule;

Schedule information for a supplement.

Public property quantity : TQuantity read Getquantity write Setquantity;

The amount of the nutritional supplement to be given.

Public property instruction : string read Getinstruction write Setinstruction;

Free text or additional instructions or information pertaining to the oral supplement.

Public property instructionElement : Tstring read GetinstructionElement write SetinstructionElement;
 

Generated by PasDoc 0.15.0.