Class TbsEHC_E02_271
Unit
BSHL7271
Declaration
type TbsEHC_E02_271 = class(TbsHL7Message)
Description
Represents a EHC_E02(Cancel HealthCare Services Invoice) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional repeating
IVC, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function UACRepCount : Integer ; |
|
|
function IVCRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_271 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC[RepCount:Integer]: TbsUAC_271 read GetUAC write SetUAC; |
UAC, Usage : O, Min : 0, Max : *
|
|
property IVC[RepCount:Integer]: TbsIVC_271 read GetIVC write SetIVC; |
IVC, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|