Class TNutritionOrderSchedule1
Unit
bsFhir_r5
Declaration
type TNutritionOrderSchedule1 = 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 timing : TTimingArray read GettimingArray; |
The time period and frequency at which the supplement should be given. The supplement should be given for the combination of all schedules if more than one schedule is present.
|
|
property asNeeded : boolean read GetasNeeded write SetasNeeded; |
Indicates whether the supplement is only taken when needed within a specific dosing schedule.
|
|
property asNeededElement : Tboolean read GetasNeededElement write SetasNeededElement; |
|
|
property asNeededFor : TCodeableConcept read GetasNeededFor write SetasNeededFor; |
Indicates whether the supplement is only taken based on a precondition for taking the supplement.
|
Generated by PasDoc 0.15.0.
|