Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsEHC_E10_INVOICE_PROCESSING_RESULTS_INFO_28
Unit
BSHL7Grp28
Declaration
type TbsEHC_E10_INVOICE_PROCESSING_RESULTS_INFO_28 = class(TBSHL7Object)
Description
Represents the INVOICE_PROCESSING_RESULTS_INFO 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:
IPR, required
NTE, optional repeating
PYE, required
IN1, required
IN2, optional
IVC, required
PRODUCT_SERVICE_SECTION, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function NTERepCount : Integer; |
|
|
function PRODUCT_SERVICE_SECTIONRepCount : Integer; |
|
Properties
|
property IPR : TbsIPR_28 read GetIPR write SetIPR ; |
IPR, Usage : R, Min : 1, Max : 1
|
|
property NTE[RepCount:Integer]: TbsNTE_28 read GetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
|
property PYE : TbsPYE_28 read GetPYE write SetPYE ; |
PYE, Usage : R, Min : 1, Max : 1
|
|
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 IVC : TbsIVC_28 read GetIVC write SetIVC ; |
IVC, Usage : R, Min : 1, Max : 1
|
Generated by PasDoc 0.14.0.
|