Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsMFK_M01_23
Unit
BSHL723
Declaration
type TbsMFK_M01_23 = class(TbsHL7Message)
Description
Represents a MFK_M01(Master file application acknowledgment) message structure. This structure contains the following elements:
MSH, required
MSA, required
MFI, required
ERR, optional
MFA, optional repeating
MFI, required
MF, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function MFARepCount : Integer ; |
|
|
function MFRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_23 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property MSA : TbsMSA_23 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property MFI : TbsMFI_23 read GetMFI write SetMFI; |
MFI, Min : 1, Max : 1
|
|
property ERR : TbsERR_23 read GetERR write SetERR; |
ERR, Min : 0, Max : 1
|
|
property MFA[RepCount:Integer]: TbsMFA_23 read GetMFA write SetMFA; |
MFA, Usage : O, Min : 0, Max : *
|
|
property MFI2 : TbsMFI_23 read GetMFI2 write SetMFI2; |
MFI, Min : 1, Max : 1
|
|
property MF[RepCount:Integer]: TbsMFK_M01_MF_23 read GetMF write SetMF; |
MF, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|