Class TbsMFN_M05_MF_LOCATION_27

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMFN_M05_MF_LOCATION_27 = class(TBSHL7Object)

Description

Represents the MF_LOCATION 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_LOC_DEPT, required repeating

Hierarchy

Overview

Methods

Public function LCHRepCount : Integer;
Public function LRLRepCount : Integer;
Public function MF_LOC_DEPTRepCount : Integer;

Properties

Public property MFE : TbsMFE_27 read GetMFE write SetMFE ;
Public property LOC : TbsLOC_27 read GetLOC write SetLOC ;
Public property LCH[RepCount:Integer]: TbsLCH_27 read GetLCH;
Public property LRL[RepCount:Integer]: TbsLRL_27 read GetLRL;
Public property MF_LOC_DEPT[RepCount:Integer]: TbsMFN_M05_MF_LOCATION_MF_LOC_DEPT_27 read GetMF_LOC_DEPT;

Description

Methods

Public function LCHRepCount : Integer;
 
Public function LRLRepCount : Integer;
 
Public function MF_LOC_DEPTRepCount : Integer;
 

Properties

Public property MFE : TbsMFE_27 read GetMFE write SetMFE ;

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

Public property LOC : TbsLOC_27 read GetLOC write SetLOC ;

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

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

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

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

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

Public property MF_LOC_DEPT[RepCount:Integer]: TbsMFN_M05_MF_LOCATION_MF_LOC_DEPT_27 read GetMF_LOC_DEPT;

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


Generated by PasDoc 0.14.0.