Class TbsMFK_M01_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMFK_M01_23 = class(TbsHL7Message)

Description

Represents a MFK_M01(Master file application acknowledgment) message structure. This structure contains the following elements:

  1. MSH, required

  2. MSA, required

  3. MFI, required

  4. ERR, optional

  5. MFA, optional repeating

  6. MFI, required

  7. MF, required repeating

Hierarchy

Overview

Methods

Public function MFARepCount : Integer ;
Public function MFRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;
Public property MSA : TbsMSA_23 read GetMSA write SetMSA;
Public property MFI : TbsMFI_23 read GetMFI write SetMFI;
Public property ERR : TbsERR_23 read GetERR write SetERR;
Public property MFA[RepCount:Integer]: TbsMFA_23 read GetMFA write SetMFA;
Public property MFI2 : TbsMFI_23 read GetMFI2 write SetMFI2;
Public property MF[RepCount:Integer]: TbsMFK_M01_MF_23 read GetMF write SetMF;

Description

Methods

Public function MFARepCount : Integer ;
 
Public function MFRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MSA : TbsMSA_23 read GetMSA write SetMSA;

MSA, Min : 1, Max : 1

Public property MFI : TbsMFI_23 read GetMFI write SetMFI;

MFI, Min : 1, Max : 1

Public property ERR : TbsERR_23 read GetERR write SetERR;

ERR, Min : 0, Max : 1

Public property MFA[RepCount:Integer]: TbsMFA_23 read GetMFA write SetMFA;

MFA, Usage : O, Min : 0, Max : *

Public property MFI2 : TbsMFI_23 read GetMFI2 write SetMFI2;

MFI, Min : 1, Max : 1

Public property MF[RepCount:Integer]: TbsMFK_M01_MF_23 read GetMF write SetMF;

MF, Usage : R, Min : 1, Max : *


Generated by PasDoc 0.14.0.