Class TbsMFN_M04_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMFN_M04_231 = class(TbsHL7Message)

Description

Represents a MFN_M04(Master files charge description) message structure. This structure contains the following elements:

  1. MSH, required

  2. MFI, required

  3. MF CDM, required repeating

Hierarchy

Overview

Methods

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

Properties

Public property MSH : TbsMSH_231 read GetMSH write SetMSH;
Public property MFI : TbsMFI_231 read GetMFI write SetMFI;
Public property MF_CDM[RepCount:Integer]: TbsMFN_M04_MF_CDM_231 read GetMF_CDM write SetMF_CDM;

Description

Methods

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

Properties

Public property MSH : TbsMSH_231 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MFI : TbsMFI_231 read GetMFI write SetMFI;

MFI, Min : 1, Max : 1

Public property MF_CDM[RepCount:Integer]: TbsMFN_M04_MF_CDM_231 read GetMF_CDM write SetMF_CDM;

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


Generated by PasDoc 0.14.0.