EDI Integrator 2016 C++ Edition
EDI Integrator 2016 C++ Edition
Questions / Feedback?

EndTransfer Event

Fires after incoming HL7 data finishes transferring.

Syntax

 virtual int FireEndTransfer(MLLPServerEndTransferEventParams *e);

 
typedef struct {
int ConnectionId;
int reserved;
} MLLPServerEndTransferEventParams;

Remarks

This event fires after incoming HL7 data finishes transferring, immediately before the AckOut event is fired.

ConnectionId is the Id of the connection on which the data was received.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Edition - Version 16.0 [Build 7240]