Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

making3/hl7-sender

Repository files navigation

HL7 Sender

Archived

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!

About

Desktop GUI tool for pasting and sending an HL7 message to a port. Mostly useful testing in-house systems or re-running individual messages.

Project Board & Updates

For tracking future updates, view the Trello board.

Feel free to view the Trello board for your own ideas for updates!

Preview

This a work in progress, but here is a preview of the current state of the application. preview

Development

HL7 Sender is in Electron and Elm.

Installing

After NodeJS is installed:

npm install

Building

// build elm views
npm run build

// build elm views & watch for changes
npm run watch

Running

npm run start

// starts + shows dev tools
npm run debug

Testing

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

Reference