Class TNutritionOrderTexture
Unit
bsFhir_stu3
Declaration
type TNutritionOrderTexture = 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 modifier : TCodeableConcept read Getmodifier write Setmodifier; |
Any texture modifications (for solid foods) that should be made, e.g. easy to chew, chopped, ground, and pureed.
|
|
property foodType : TCodeableConcept read GetfoodType write SetfoodType; |
The food type(s) (e.g. meats, all foods) that the texture modification applies to. This could be all foods types.
|
Generated by PasDoc 0.15.0.
|