Class TbsODT_231
Unit
BSHL7DT231
Declaration
type TbsODT_231 = class(TbsHL7Segment)
Description
Diet tray instructions segment This segment addresses tray instructions. These are independent of diet codes, supplements, and preferences and therefore get separate order numbers.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ServicePeriodRepCount : Integer; |
|
Properties
|
property TrayType : TbsCE_231 read GetTrayType write SetTrayType; |
Tray Type, Min : 1, Max : 1
|
|
property ServicePeriod[RepCount:Integer]: TbsCE_231 read GetServicePeriod write SetServicePeriod; |
Service Period, Min : 0, Max : 10
|
|
property TextInstruction : TbsST_231 read GetTextInstruction write SetTextInstruction; |
Text Instruction, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|