Class TbsOMD_O01_23
Unit
BSHL723
Declaration
type TbsOMD_O01_23 = class(TbsHL7Message)
Description
Represents a OMD_O01(Dietary order) message structure. This structure contains the following elements:
MSH, required
NTE, optional repeating
PATIENT, optional
ORDER DIET, required repeating
ORDER TRAY, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function NTERepCount : Integer ; |
|
 |
function ORDER_DIETRepCount : Integer ; |
|
 |
function ORDER_TRAYRepCount : Integer ; |
|
 |
procedure Init; override; |
|
Properties
 |
property MSH : TbsMSH_23 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
 |
property NTE[RepCount:Integer]: TbsNTE_23 read GetNTE write SetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
 |
property ORDER_DIET[RepCount:Integer]: TbsOMD_O01_ORDER_DIET_23 read GetORDER_DIET write SetORDER_DIET; |
ORDER_DIET, Usage : R, Min : 1, Max : *
|
 |
property ORDER_TRAY[RepCount:Integer]: TbsOMD_O01_ORDER_TRAY_23 read GetORDER_TRAY write SetORDER_TRAY; |
ORDER_TRAY, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|