This repository was originally a tool I frequently used for testing HL7 messages with projects at a previous company. While it may still be useful, I have not and do not plan to provide any further development for this project. Please feel very free to fork this tool as you wish. If you'd like to take ownership over a fork in the future, feel free to drop me a note!
Desktop GUI tool for pasting and sending an HL7 message to a port. Mostly useful testing in-house systems or re-running individual messages.
For tracking future updates, view the Trello board.
Feel free to view the Trello board for your own ideas for updates!
This a work in progress, but here is a preview of the current state of the application.
HL7 Sender is in Electron and Elm.
- Node.js v8+, v8 LTS is used for development.
- NVM is recommended on linux.
- Official installers are recommended on Windows
- Or nvm-windows
After NodeJS is installed:
npm install
// build elm views
npm run build
// build elm views & watch for changes
npm run watch
npm run start
// starts + shows dev tools
npm run debug
For a test port, you may run the server. This server starts a TCP listener at IP 127.0.0.1 and port 1337
npm run server