Class TbsMFD_M02_22

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMFD_M02_22 = class(TbsHL7Message)

Description

Represents a MFD_M02(Staff Practitioneer) message structure. This structure contains the following elements:

  1. MSH, required

  2. MFI, required

  3. MFA, optional repeating

Hierarchy

Overview

Methods

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

Properties

Public property MSH : TbsMSH_22 read GetMSH write SetMSH;
Public property MFI : TbsMFI_22 read GetMFI write SetMFI;
Public property MFA[RepCount:Integer]: TbsMFA_22 read GetMFA write SetMFA;

Description

Methods

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

Properties

Public property MSH : TbsMSH_22 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MFI : TbsMFI_22 read GetMFI write SetMFI;

MFI, Min : 1, Max : 1

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

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


Generated by PasDoc 0.14.0.