Class TbsMFR_M06_MF_QUERY_251

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMFR_M06_MF_QUERY_251 = class(TBSHL7Object)

Description

Represents the MF_QUERY Group. A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

  1. MFE, required

  2. CM0, required

  3. CM1, optional repeating

  4. CM2, optional repeating

Hierarchy

Overview

Methods

Public function CM1RepCount : Integer;
Public function CM2RepCount : Integer;

Properties

Public property MFE : TbsMFE_251 read GetMFE write SetMFE ;
Public property CM0 : TbsCM0_251 read GetCM0 write SetCM0 ;
Public property CM1[RepCount:Integer]: TbsCM1_251 read GetCM1;
Public property CM2[RepCount:Integer]: TbsCM2_251 read GetCM2;

Description

Methods

Public function CM1RepCount : Integer;
 
Public function CM2RepCount : Integer;
 

Properties

Public property MFE : TbsMFE_251 read GetMFE write SetMFE ;

MFE, Usage : R, Min : 1, Max : 1

Public property CM0 : TbsCM0_251 read GetCM0 write SetCM0 ;

CM0, Usage : R, Min : 1, Max : 1

Public property CM1[RepCount:Integer]: TbsCM1_251 read GetCM1;

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

Public property CM2[RepCount:Integer]: TbsCM2_251 read GetCM2;

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


Generated by PasDoc 0.14.0.