Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsADT_A13_INSURANCE_28
Unit
BSHL7Grp28
Declaration
type TbsADT_A13_INSURANCE_28 = class(TBSHL7Object)
Description
Represents the INSURANCE 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:
IN1, required
IN2, optional
IN3, optional repeating
ROL, optional repeating
AUT, optional repeating
RF1, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function IN3RepCount : Integer; |
|
|
function ROLRepCount : Integer; |
|
|
function AUTRepCount : Integer; |
|
|
function RF1RepCount : Integer; |
|
Properties
|
property IN1 : TbsIN1_28 read GetIN1 write SetIN1 ; |
IN1, Usage : R, Min : 1, Max : 1
|
|
property IN2 : TbsIN2_28 read GetIN2 write SetIN2 ; |
IN2, Usage : O, Min : 0, Max : 1
|
|
property IN3[RepCount:Integer]: TbsIN3_28 read GetIN3; |
IN3, Usage : O, Min : 0, Max : *
|
|
property ROL[RepCount:Integer]: TbsROL_28 read GetROL; |
ROL, Usage : O, Min : 0, Max : *
|
|
property AUT[RepCount:Integer]: TbsAUT_28 read GetAUT; |
AUT, Usage : O, Min : 0, Max : *
|
|
property RF1[RepCount:Integer]: TbsRF1_28 read GetRF1; |
RF1, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|