dib0 / HL7Fuse

HL7Fuse is a "Swiss pocketknife" for your HL7 development needs in the .Net framework. HL7Fuse is based on SuperSocket in combination with NHapi and NHapiTools. This combination provides a powerful and solid base to build you HL7 application or HL7 test framework. In fact, if you use HL7Fuse as is, it can function as a mesasge hub, so you can receive one message and send this (using filters) to many client systems.
MIT License
77 stars 48 forks source link

MLLP Implementation #1

Closed Gehlot closed 9 years ago

Gehlot commented 9 years ago

Hello , very very thanks for this code , very useful and very clean code. i am working on HL7 message i saw in this code file server and file session implement but i want MLLP server and session,please give me any suggestion, i want to see how to work MLLP .

Thanks, Pramod.

dib0 commented 9 years ago

Hi!

Thank you! Good to hear!

The MLLP server/session implementation is right there in the configuration:

Take a look at the App.config. This shows you how to start an MLLP server. Did you read the documentation, that might be helpful too. Please let me know if these suggestions help! Bas