Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRSP_K31_28
Unit
BSHL728
Declaration
type TbsRSP_K31_28 = class(TbsHL7Message)
Description
Represents a RSP_K31(Dispense History Response) message structure. This structure contains the following elements:
MSH, required
MSA, required
ERR, optional repeating
SFT, optional repeating
UAC, optional
QAK, required
QPD, required
RCP, required
RESPONSE, required repeating
DSC, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ERRRepCount : Integer ; |
|
|
function SFTRepCount : Integer ; |
|
|
function RESPONSERepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_28 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property MSA : TbsMSA_28 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property ERR[RepCount:Integer]: TbsERR_28 read GetERR write SetERR; |
ERR, Usage : O, Min : 0, Max : *
|
|
property SFT[RepCount:Integer]: TbsSFT_28 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_28 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property QAK : TbsQAK_28 read GetQAK write SetQAK; |
QAK, Min : 1, Max : 1
|
|
property QPD : TbsQPD_28 read GetQPD write SetQPD; |
QPD, Min : 1, Max : 1
|
|
property RCP : TbsRCP_28 read GetRCP write SetRCP; |
RCP, Min : 1, Max : 1
|
|
property RESPONSE[RepCount:Integer]: TbsRSP_K31_RESPONSE_28 read GetRESPONSE write SetRESPONSE; |
RESPONSE, Usage : R, Min : 1, Max : *
|
|
property DSC : TbsDSC_28 read GetDSC write SetDSC; |
DSC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|