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
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.
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.