Class TbsDFT_P03_FINANCIAL_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsDFT_P03_FINANCIAL_25 = 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. NTE, optional

  3. FINANCIAL PROCEDURE, optional repeating

  4. FINANCIAL COMMON ORDER, optional repeating

Hierarchy

Overview

Methods

Public function FINANCIAL_PROCEDURERepCount : Integer;
Public function FINANCIAL_COMMON_ORDERRepCount : Integer;

Properties

Public property FT1 : TbsFT1_25 read GetFT1 write SetFT1 ;
Public property NTE : TbsNTE_25 read GetNTE write SetNTE ;
Public property FINANCIAL_PROCEDURE[RepCount:Integer]: TbsDFT_P03_FINANCIAL_FINANCIAL_PROCEDURE_25 read GetFINANCIAL_PROCEDURE;
Public property FINANCIAL_COMMON_ORDER[RepCount:Integer]: TbsDFT_P03_FINANCIAL_FINANCIAL_COMMON_ORDER_25 read GetFINANCIAL_COMMON_ORDER;

Description

Methods

Public function FINANCIAL_PROCEDURERepCount : Integer;
 
Public function FINANCIAL_COMMON_ORDERRepCount : Integer;
 

Properties

Public property FT1 : TbsFT1_25 read GetFT1 write SetFT1 ;

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

Public property NTE : TbsNTE_25 read GetNTE write SetNTE ;

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

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

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

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

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


Generated by PasDoc 0.14.0.