Class TbsMFK_M05_231
Unit
BSHL7231
Declaration
type TbsMFK_M05_231 = class(TbsHL7Message)
Description
Represents a MFK_M05(Master file application acknowledgment) message structure. This structure contains the following elements:
MSH, required
MSA, required
MFI, required
MFA, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function MFARepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_231 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property MSA : TbsMSA_231 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property MFI : TbsMFI_231 read GetMFI write SetMFI; |
MFI, Min : 1, Max : 1
|
|
property MFA[RepCount:Integer]: TbsMFA_231 read GetMFA write SetMFA; |
MFA, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|