Class TbsNMQ_N01_251
Unit
BSHL7251
Declaration
type TbsNMQ_N01_251 = class(TbsHL7Message)
Description
Represents a NMQ_N01(Application management query message) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
QRY WITH DETAIL, optional
CLOCK AND STATISTICS, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function CLOCK_AND_STATISTICSRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_251 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_251 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property CLOCK_AND_STATISTICS[RepCount:Integer]: TbsNMQ_N01_CLOCK_AND_STATISTICS_251 read GetCLOCK_AND_STATISTICS write SetCLOCK_AND_STATISTICS; |
CLOCK_AND_STATISTICS, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|