Class TbsORR_O02_26
Unit
BSHL726
Declaration
type TbsORR_O02_26 = class(TbsHL7Message)
Description
Represents a ORR_O02(Order response) message structure. This structure contains the following elements:
MSA, required
ERR, optional repeating
NTE, optional repeating
RESPONSE, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ERRRepCount : Integer ; |
|
|
function NTERepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSA : TbsMSA_26 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property ERR[RepCount:Integer]: TbsERR_26 read GetERR write SetERR; |
ERR, Usage : O, Min : 0, Max : *
|
|
property NTE[RepCount:Integer]: TbsNTE_26 read GetNTE write SetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|