Class TbsOMN_O07_24
Unit
BSHL724
Declaration
type TbsOMN_O07_24 = class(TbsHL7Message)
Description
Represents a OMN_O07(Non-stock requisition order) 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_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[RepCount:Integer]: TbsOMN_O07_ORDER_24 read GetORDER write SetORDER; |
ORDER, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|