Class TbsMFR_M04_26

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMFR_M04_26 = class(TbsHL7Message)

Description

Represents a MFR_M04(Master files response) message structure. This structure contains the following elements:

  1. QRD, required

  2. QRF, optional

  3. MFI, required

  4. MF QUERY, required repeating

  5. DSC, optional

Hierarchy

Overview

Methods

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

Properties

Public property QRD : TbsQRD_26 read GetQRD write SetQRD;
Public property QRF : TbsQRF_26 read GetQRF write SetQRF;
Public property MFI : TbsMFI_26 read GetMFI write SetMFI;
Public property MF_QUERY[RepCount:Integer]: TbsMFR_M04_MF_QUERY_26 read GetMF_QUERY write SetMF_QUERY;
Public property DSC : TbsDSC_26 read GetDSC write SetDSC;

Description

Methods

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

Properties

Public property QRD : TbsQRD_26 read GetQRD write SetQRD;

QRD, Min : 1, Max : 1

Public property QRF : TbsQRF_26 read GetQRF write SetQRF;

QRF, Min : 0, Max : 1

Public property MFI : TbsMFI_26 read GetMFI write SetMFI;

MFI, Min : 1, Max : 1

Public property MF_QUERY[RepCount:Integer]: TbsMFR_M04_MF_QUERY_26 read GetMF_QUERY write SetMF_QUERY;

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

Public property DSC : TbsDSC_26 read GetDSC write SetDSC;

DSC, Min : 0, Max : 1


Generated by PasDoc 0.14.0.