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_ : TCodeableConcept read Gettype_ write Settype_;
Public property productName : string read GetproductName write SetproductName;
Public property productNameElement : Tstring read GetproductNameElement write SetproductNameElement;
Public property schedule : TTimingArray read GetscheduleArray;
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_ : TCodeableConcept 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 : TTimingArray read GetscheduleArray;

The time period and frequency at which the supplement(s) should be given. The supplement should be given for the combination of all schedules if more than one schedule is present.

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.