Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsDSR_Q01_22
Unit
BSHL722
Declaration
type TbsDSR_Q01_22 = class(TbsHL7Message)
Description
Represents a DSR_Q01(Display Response Message) message structure. This structure contains the following elements:
MSH, required
MFA, required
ERR, optional
QRD, required
QRF, optional
DSP, required repeating
DSC, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function DSPRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_22 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property MFA : TbsMFA_22 read GetMFA write SetMFA; |
MFA, Min : 1, Max : 1
|
|
property ERR : TbsERR_22 read GetERR write SetERR; |
ERR, Min : 0, Max : 1
|
|
property QRD : TbsQRD_22 read GetQRD write SetQRD; |
QRD, Min : 1, Max : 1
|
|
property QRF : TbsQRF_22 read GetQRF write SetQRF; |
QRF, Min : 0, Max : 1
|
|
property DSP[RepCount:Integer]: TbsDSP_22 read GetDSP write SetDSP; |
DSP, Usage : R, Min : 1, Max : *
|
|
property DSC : TbsDSC_22 read GetDSC write SetDSC; |
DSC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|