|
Receive HL7 over TCP/IP |
|
Receiving HL7 messages sent over TCP/IP is really simple.
While the EasyHL7 managed code objects in themselves only deal with reading and writing HL7 message data to / from the file system and RAM. They do not deal at all with message transport over TCP/IP. However, when combined with a piece of HL7 Listener (Receiving) software like the HermeTech UltraPort TCP/IP Listener (or any third party software with equal functionality), you can have a complete TCP/IP 'aware' solution up and running in minutes.
You can have your UltraPort HL7 TCP/IP Listener (or other product) deliver HL7 message files into a folder. Then use the HL7FolderProcessor object in your application for a complete solution which you can develop quickly and easily.
One very exciting feature of the UltraPort HL7 Listener is that there is a FREE API for Visual Studio .Net allowing you to enhance your VS.Net application by having the listener forward HL7 messages directly into your application! It's incredibly easy to use, no TCP/IP or Socket programming experience is necessary it's all done for you with easy to follow code like that shown below. Click HERE to download the UltraPort Proxy Toolkits (ZIP format). For the online documentation for the UltraPort Listener Proxy toolkit click HERE.
|