Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsDFT_P11_FINANCIAL_27
Unit
BSHL7Grp27
Declaration
type TbsDFT_P11_FINANCIAL_27 = 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:
FT1, required
FINANCIAL_PROCEDURE, optional repeating
FINANCIAL_COMMON_ORDER, optional repeating
DG1, optional repeating
DRG, optional
GT1, optional repeating
FINANCIAL_INSURANCE, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function FINANCIAL_PROCEDURERepCount : Integer; |
|
|
function FINANCIAL_COMMON_ORDERRepCount : Integer; |
|
|
function DG1RepCount : Integer; |
|
|
function GT1RepCount : Integer; |
|
|
function FINANCIAL_INSURANCERepCount : Integer; |
|
Properties
|
property FT1 : TbsFT1_27 read GetFT1 write SetFT1 ; |
FT1, Usage : R, Min : 1, Max : 1
|
|
property DG1[RepCount:Integer]: TbsDG1_27 read GetDG1; |
DG1, Usage : O, Min : 0, Max : *
|
|
property DRG : TbsDRG_27 read GetDRG write SetDRG ; |
DRG, Usage : O, Min : 0, Max : 1
|
|
property GT1[RepCount:Integer]: TbsGT1_27 read GetGT1; |
GT1, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|