Class TbsDFT_P03_FINANCIAL_28

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsDFT_P03_FINANCIAL_28 = class(TBSHL7Object)

Description

Represents the FINANCIAL 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. FT1, required

  2. PRT, required repeating

  3. ROL, required repeating

  4. NTE, optional

  5. FINANCIAL_PROCEDURE, optional repeating

  6. FINANCIAL_COMMON_ORDER, optional repeating

Hierarchy

Overview

Methods

Public function PRTRepCount : Integer;
Public function ROLRepCount : Integer;
Public function FINANCIAL_PROCEDURERepCount : Integer;
Public function FINANCIAL_COMMON_ORDERRepCount : Integer;

Properties

Public property FT1 : TbsFT1_28 read GetFT1 write SetFT1 ;
Public property PRT[RepCount:Integer]: TbsPRT_28 read GetPRT;
Public property ROL[RepCount:Integer]: TbsROL_28 read GetROL;
Public property NTE : TbsNTE_28 read GetNTE write SetNTE ;
Public property FINANCIAL_PROCEDURE[RepCount:Integer]: TbsDFT_P03_FINANCIAL_FINANCIAL_PROCEDURE_28 read GetFINANCIAL_PROCEDURE;
Public property FINANCIAL_COMMON_ORDER[RepCount:Integer]: TbsDFT_P03_FINANCIAL_FINANCIAL_COMMON_ORDER_28 read GetFINANCIAL_COMMON_ORDER;

Description

Methods

Public function PRTRepCount : Integer;
 
Public function ROLRepCount : Integer;
 
Public function FINANCIAL_PROCEDURERepCount : Integer;
 
Public function FINANCIAL_COMMON_ORDERRepCount : Integer;
 

Properties

Public property FT1 : TbsFT1_28 read GetFT1 write SetFT1 ;

FT1, Usage : R, Min : 1, Max : 1

Public property PRT[RepCount:Integer]: TbsPRT_28 read GetPRT;

PRT, Usage : B, Min : 1, Max : *

Public property ROL[RepCount:Integer]: TbsROL_28 read GetROL;

ROL, Usage : B, Min : 0, Max : *

Public property NTE : TbsNTE_28 read GetNTE write SetNTE ;

NTE, Usage : O, Min : 0, Max : 1

Public property FINANCIAL_PROCEDURE[RepCount:Integer]: TbsDFT_P03_FINANCIAL_FINANCIAL_PROCEDURE_28 read GetFINANCIAL_PROCEDURE;

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

Public property FINANCIAL_COMMON_ORDER[RepCount:Integer]: TbsDFT_P03_FINANCIAL_FINANCIAL_COMMON_ORDER_28 read GetFINANCIAL_COMMON_ORDER;

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


Generated by PasDoc 0.14.0.