Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRSP_E03_26
Unit
BSHL726
Declaration
type TbsRSP_E03_26 = class(TbsHL7Message)
Description
Represents a RSP_E03(Segment pattern response) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional repeating
MSA, required
ERR, optional repeating
QUERY ACK, required
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function UACRepCount : Integer ; |
|
|
function ERRRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_26 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_26 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC[RepCount:Integer]: TbsUAC_26 read GetUAC write SetUAC; |
UAC, Usage : O, Min : 0, Max : *
|
|
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 : *
|
Generated by PasDoc 0.14.0.
|