Class TNutritionOrderOralDiet

Unit

Declaration

type TNutritionOrderOralDiet = 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_ : TCodeableConceptArray read Gettype_Array;
Public property schedule : TNutritionOrderSchedule read Getschedule write Setschedule;
Public property nutrient : TNutritionOrderNutrientArray read GetnutrientArray;
Public property texture : TNutritionOrderTextureArray read GettextureArray;
Public property fluidConsistencyType : TCodeableConceptArray read GetfluidConsistencyTypeArray;
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_ : TCodeableConceptArray read Gettype_Array;

The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet.

Public property schedule : TNutritionOrderSchedule read Getschedule write Setschedule;

Schedule information for an oral diet.

Public property nutrient : TNutritionOrderNutrientArray read GetnutrientArray;

Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet.

Public property texture : TNutritionOrderTextureArray read GettextureArray;

Class that describes any texture modifications required for the patient to safely consume various types of solid foods.

Public property fluidConsistencyType : TCodeableConceptArray read GetfluidConsistencyTypeArray;

The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.

Public property instruction : string read Getinstruction write Setinstruction;

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

Public property instructionElement : Tstring read GetinstructionElement write SetinstructionElement;
 

Generated by PasDoc 0.15.0.