EDI Integrator 2016 Node.js Edition
EDI Integrator 2016 Node.js Edition
Questions / Feedback?

StartTransfer Event

Fires before incoming HL7 data begins transferring.

Syntax

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

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.connectionId

Remarks

This event fires before incoming HL7 data begins transferring.

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

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