EndTransfer Event

Fires after incoming HL7 data finishes transferring.

Syntax

class MLLPClientEndTransferEventParams {
public:
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void EndTransfer(MLLPClientEndTransferEventParams *e);
// Or, subclass MLLPClient and override this emitter function. virtual int FireEndTransfer(MLLPClientEndTransferEventParams *e) {...}

Remarks

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Qt Edition - Version 20.0 [Build 8203]