Class TbsQBP_E22_27
Unit
BSHL727
Declaration
type TbsQBP_E22_27 = class(TbsHL7Message)
Description
Represents a QBP_E22(Authorization Request Status) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional repeating
QPD, optional repeating
Hierarchy
Overview
Methods
Properties
|
property MSH : TbsMSH_27 read GetMSH write SetMSH; |
|
property SFT[RepCount:Integer]: TbsSFT_27 read GetSFT write SetSFT; |
|
property UAC[RepCount:Integer]: TbsUAC_27 read GetUAC write SetUAC; |
|
property QPD[RepCount:Integer]: TbsQPD_27 read GetQPD write SetQPD; |
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function UACRepCount : Integer ; |
|
|
function QPDRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_27 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_27 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC[RepCount:Integer]: TbsUAC_27 read GetUAC write SetUAC; |
UAC, Usage : O, Min : 0, Max : *
|
|
property QPD[RepCount:Integer]: TbsQPD_27 read GetQPD write SetQPD; |
QPD, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|