node-hl7 icon indicating copy to clipboard operation
node-hl7 copied to clipboard

NodeJS HL7 Processor and Event Emitter

Results 2 node-hl7 issues
Sort by recently updated
recently updated
newest added

## First Test ### Code ``` hl7 = require('node-hl7') socketio = require('socket.io') hl7Server = new hl7.Server() hl7Server.on('hl7', (msg)-> console.log msg ) ``` ### Error ``` Sending ACK for messageNumber [object...

this should fix known issue #2: ``` 2) repetitions aren't enabled (another loop needed within the k loop) ```