Bugs5382 / node-hl7-client

A pure Node.js HL7 Client that allows for communication to a HL7 Broker/Server that can send properly formatted HL7 messages with ease.It can also parse and then you can extract message segments out.
MIT License
15 stars 5 forks source link

feat: build in message ACK automatically formated based off response #7

Closed Bugs5382 closed 11 months ago

Bugs5382 commented 11 months ago

If we get a message, (i.e. from the node-hl7-server) we need to ACK the client. The server does not have the ACK part built in, all it is a server. So we need to build a way for this package to do the ACK part for the server that would go back to the client letting the client know the message was successful.

Bugs5382 commented 11 months ago

This was done in the node-hl7-server package. Closing this out.