Class TbsMFR_M05_MF_QUERY_26

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMFR_M05_MF_QUERY_26 = 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. LOC, required

  3. LCH, optional repeating

  4. LRL, optional repeating

  5. MF LOCATION, required repeating

Hierarchy

Overview

Methods

Public function LCHRepCount : Integer;
Public function LRLRepCount : Integer;
Public function MF_LOCATIONRepCount : Integer;

Properties

Public property MFE : TbsMFE_26 read GetMFE write SetMFE ;
Public property LOC : TbsLOC_26 read GetLOC write SetLOC ;
Public property LCH[RepCount:Integer]: TbsLCH_26 read GetLCH;
Public property LRL[RepCount:Integer]: TbsLRL_26 read GetLRL;
Public property MF_LOCATION[RepCount:Integer]: TbsMFR_M05_MF_QUERY_MF_LOCATION_26 read GetMF_LOCATION;

Description

Methods

Public function LCHRepCount : Integer;
 
Public function LRLRepCount : Integer;
 
Public function MF_LOCATIONRepCount : Integer;
 

Properties

Public property MFE : TbsMFE_26 read GetMFE write SetMFE ;

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

Public property LOC : TbsLOC_26 read GetLOC write SetLOC ;

LOC, Usage : R, Min : 1, Max : 1

Public property LCH[RepCount:Integer]: TbsLCH_26 read GetLCH;

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

Public property LRL[RepCount:Integer]: TbsLRL_26 read GetLRL;

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

Public property MF_LOCATION[RepCount:Integer]: TbsMFR_M05_MF_QUERY_MF_LOCATION_26 read GetMF_LOCATION;

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


Generated by PasDoc 0.14.0.