A tiny web app to generate barcodes linking to REDCap data entry pages
The idea is to take a patient's name, look them up in a REDCap database and present a QR code embedding a link to a data entry form in that database. This should reduce data entry errors in which data is entered into the wrong record.
$ pip install -r requirements.txt
In development:
$ make run
In production:
$ gunicorn -c gunicorn.py.ini rcqr:app
$ make test