SocketReader is a program capable of sending and receiving messages via the TCP/IP protocol.
The program is also able to read write messages from and to files on the local hard disk using specially designed connectors for each task.
SocketReader supports m:n routing between the supported connectors which effectively enables parallel multi-channel message transfer.
Here are some key features of "SocketReader":
· MLLP wrapped message transfer via TCP/IP socket
· Messages can also be read from and written to files on the local hard disk
· HL7-ACK for HL7 messages, MLLP-ACK for non-HL7 messages
· Capable of running multiple independent socket servers and clients
· Configurable via config file
What's New in This Release: [ read full changelog ]
· A bug where socketReader would send HL7-ACKs with incorrect content in MSH-9 has been fixed.