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_25
Unit
BSHL7Grp25
Declaration
type TbsDFT_P11_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:
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_25 read GetFT1 write SetFT1 ; |
FT1, Usage : R, Min : 1, Max : 1
|
|
property DG1[RepCount:Integer]: TbsDG1_25 read GetDG1; |
DG1, Usage : O, Min : 0, Max : *
|
|
property DRG : TbsDRG_25 read GetDRG write SetDRG ; |
DRG, Usage : O, Min : 0, Max : 1
|
|
property GT1[RepCount:Integer]: TbsGT1_25 read GetGT1; |
GT1, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|