Git Product home page Git Product logo

microkis's Introduction

Was ist es?

Ein Frontend zur Aufnahme von Patienten und senden einer HL7 ADT Nachricht an ein Gateway. Ebenso zum Import von Trenddaten über HL7 Inbound.

Installation

  1. Erzeuge eine virtuelle Umgebung (venv) zur Entwicklung
python -m venv path\to\microkis\venv
  1. Mit Packetmanager benötigte Pakete installieren pip
pip install flask hl7 websockets asyncio aiorun 
  1. In der Config File (config.py) die Server Adresse und Port des HL7 Gateways eintragen und ggf. die IN / OUTBOUND Schnittstelle deaktivieren.

  2. Im Gateway des Vista120 Gateways die IP des sendenden Systemes eintragen.

Screenshot GW

Start der Applikation

Aktivieren der Virtuellen Umgebung:

#>    .\venv\Scripts\activate.bat / activate.ps / activate

#> (venv):

Windows :

SET FLASK_APP=main
flask run 

Unix/Linux/ Mac

export FLASK_APP=main
flask run 

Für einen Produktivbetrieb ist der in Flask eingebaute Webserver nicht geeignet! Dafür einen WSGI kompatiblen Server einsetzen ( Gunicorn oder ähnlich).

Verwendung

Übersichtsseite

Hier werden Patienten Aufgenommen und Entlassen, sowie die Details aufgerufen.

Homescreen

Bei der Patientenaufnahme müssen alle Felder ausgefüllt sein. Aktuell keine Umlaute / Sonderzeichen

Admit Patient

Trendanzeige unter Details. Aktuell ohne Filter / Skalierungsmöglichkeiten

Admit Patient

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

microkis's People

Contributors

dankredues avatar

Stargazers

Benn Blessing avatar

Watchers

 avatar Benn Blessing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.