Class TbsRDE_O01_231
Unit
BSHL7231
Declaration
type TbsRDE_O01_231 = class(TbsHL7Message)
Description
Represents a RDE_O01(Pharmacy/treatment encoded order message) message structure. This structure contains the following elements:
MSH, required
NTE, optional repeating
PATIENT, optional
ORDER, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function NTERepCount : Integer ; |
|
|
function ORDERRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_231 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property NTE[RepCount:Integer]: TbsNTE_231 read GetNTE write SetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
|
property ORDER[RepCount:Integer]: TbsRDE_O01_ORDER_231 read GetORDER write SetORDER; |
ORDER, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|