Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/dib0/HL7Fuse
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/dib0/HL7Fuse
- Owner: dib0
- License: mit
- Created: 2014-11-19T11:30:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T06:56:28.000Z (5 months ago)
- Last Synced: 2024-06-28T20:54:35.193Z (4 months ago)
- Language: C#
- Size: 11.4 MB
- Stars: 75
- Watchers: 26
- Forks: 48
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-medsec - HL7-fuse - HL7Fuse (C#) (Libraries)
README
# 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
message hub, so you can receive one message and send this (using filters) to many client systems.**Key Benefits**
- Open Source (thus free)
- Uses HL7 standards
- Can be used as a test server for your HL7 development environment
- Can function as message hub for HL7 communication
- Can be used as a full featured basis for any HL7 program that you need to build in .Net
- Security: Provides security through TLS/SSL
- Integration: Provides MLLP/TCP (secure connection possible) start point
- Integration: Provides SSL/HTTP/MLLP/File end points, and allows custom backend protocol implementations**Requirements**
Hl7Fuse currently targets version 4.5 of the .NET Framework.