Class TbsOML_O21_24
Unit
BSHL724
Declaration
type TbsOML_O21_24 = class(TbsHL7Message)
Description
Represents a OML_O21(Laboratory order) message structure. This structure contains the following elements:
MSH, required
NTE, optional repeating
PATIENT, optional
ORDER GENERAL, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function NTERepCount : Integer ; |
|
|
function ORDER_GENERALRepCount : 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_GENERAL[RepCount:Integer]: TbsOML_O21_ORDER_GENERAL_24 read GetORDER_GENERAL write SetORDER_GENERAL; |
ORDER_GENERAL, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|