Python-based web interface for VistA roll-and-scroll terminal
frontend | ||
.gitignore | ||
autoproc.py | ||
ext_discovery.py | ||
ext_lab.py | ||
ext_measurement.py | ||
ext_note.py | ||
ext_order.py | ||
ext_patient.py | ||
ext_rcrs.py | ||
ext_scheduling.py | ||
ext_session.py | ||
kvstore.py | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt | ||
util.py | ||
XWBSSOi.py |
vistassh-py
Python-based web interface for VistA roll-and-scroll terminal
Getting started
You will need:
- Python 3.10+ & pip
- Node.js & npm
To install the dependencies and build the frontend, perform the following steps:
pip install -r requirements.txt
cd frontend
npm install
npm run build
To run, invoke main.py
.