Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsEHC_E13_271
Unit
BSHL7271
Declaration
type TbsEHC_E13_271 = class(TbsHL7Message)
Description
Represents a EHC_E13(Additional Information Response) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional repeating
MSA, required
ERR, optional repeating
RFI, required
CTD, optional repeating
IVC, required
PSS, required
PSG, required
PID, optional
PSL, optional
REQUEST, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function UACRepCount : Integer ; |
|
|
function ERRRepCount : Integer ; |
|
|
function CTDRepCount : Integer ; |
|
|
function REQUESTRepCount : 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 MSA : TbsMSA_271 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property ERR[RepCount:Integer]: TbsERR_271 read GetERR write SetERR; |
ERR, Usage : O, Min : 0, Max : *
|
|
property RFI : TbsRFI_271 read GetRFI write SetRFI; |
RFI, Min : 1, Max : 1
|
|
property CTD[RepCount:Integer]: TbsCTD_271 read GetCTD write SetCTD; |
CTD, Usage : O, Min : 0, Max : *
|
|
property IVC : TbsIVC_271 read GetIVC write SetIVC; |
IVC, Min : 1, Max : 1
|
|
property PSS : TbsPSS_271 read GetPSS write SetPSS; |
PSS, Min : 1, Max : 1
|
|
property PSG : TbsPSG_271 read GetPSG write SetPSG; |
PSG, Min : 1, Max : 1
|
|
property PID : TbsPID_271 read GetPID write SetPID; |
PID, Min : 0, Max : 1
|
|
property PSL : TbsPSL_271 read GetPSL write SetPSL; |
PSL, Min : 0, Max : 1
|
|
property REQUEST[RepCount:Integer]: TbsEHC_E13_REQUEST_271 read GetREQUEST write SetREQUEST; |
REQUEST, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|