IPWorks EDI 2020 Node.js Edition

Questions / Feedback?

EndTransfer Event

Fires after incoming HL7 data finishes transferring.

Syntax

mllpserver.on('EndTransfer', [callback])

Callback

The 'callback' is called when the 'EndTransfer' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.connectionId

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) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Node.js Edition - Version 20.0 [Build 8203]