Class TbsMFK_M01_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMFK_M01_231 = 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. ERR, optional

  4. MFI, required

  5. MFA, optional repeating

Hierarchy

Overview

Methods

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

Properties

Public property MSH : TbsMSH_231 read GetMSH write SetMSH;
Public property MSA : TbsMSA_231 read GetMSA write SetMSA;
Public property ERR : TbsERR_231 read GetERR write SetERR;
Public property MFI : TbsMFI_231 read GetMFI write SetMFI;
Public property MFA[RepCount:Integer]: TbsMFA_231 read GetMFA write SetMFA;

Description

Methods

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

Properties

Public property MSH : TbsMSH_231 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MSA : TbsMSA_231 read GetMSA write SetMSA;

MSA, Min : 1, Max : 1

Public property ERR : TbsERR_231 read GetERR write SetERR;

ERR, Min : 0, Max : 1

Public property MFI : TbsMFI_231 read GetMFI write SetMFI;

MFI, Min : 1, Max : 1

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

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


Generated by PasDoc 0.14.0.