| Class TbsOMD_O03_24Unit
BSHL724 Declaration
type TbsOMD_O03_24 = class(TbsHL7Message) Description
 Represents a OMD_O03(Diet order) message structure. This structure contains the following elements:  
  MSH, required NTE, optional repeating PATIENT, optional ORDER DIET, required repeating ORDER TRAY, optional repeating    HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | function NTERepCount : Integer ; |  |  |  
|  | function ORDER_DIETRepCount : Integer ; |  |  |  
|  | function ORDER_TRAYRepCount : Integer ; |  |  |  
|  | procedure Init; override; |  |  |  Properties
|  | property MSH : TbsMSH_24 read GetMSH write SetMSH; |  | 
 MSH, Min : 1, Max : 1  |  
|  | property NTE[RepCount:Integer]: TbsNTE_24 read GetNTE write SetNTE; |  | 
 NTE, Usage : O, Min : 0, Max : *  |  
|  | property ORDER_DIET[RepCount:Integer]: TbsOMD_O03_ORDER_DIET_24 read GetORDER_DIET write SetORDER_DIET; |  | 
 ORDER_DIET, Usage : R, Min : 1, Max : *  |  
|  | property ORDER_TRAY[RepCount:Integer]: TbsOMD_O03_ORDER_TRAY_24 read GetORDER_TRAY write SetORDER_TRAY; |  | 
 ORDER_TRAY, Usage : O, Min : 0, Max : *  |  Generated by PasDoc 0.14.0.
 |