/heron-admin

Primary LanguagePython

HERON regulatory enforcement web interface

The Healthcare Enterprise Repository for Ontological Narration (HERON) is a method to integrate clinical and biomedical data for translational research. The bulk of the functionality is provided by i2b2; this code is the regulatory enforcement web interface.

Copyright:Copyright 2010-2019 University of Kansas Medical Center

Usage

To start a server in development mode, follow pyramid norms (with python2.7 rather than python3):

 cd heron-admin
 virtualenv env
 ./env/bin/pip install -e ".[testing]"
 # Reset our environment variable for a new virtual environment.
 export VENV=~/heron_admin/env

-- if runnig with python3
 cd heron-admin
 python3 -m venv env
 env/bin/pip install --upgrade pip setuptools
 env/bin/pip install -e . OR ./env/bin/pip install -e ".[testing]"
 ... more steps to come

 $VENV/bin/pserve development.ini

In production, more extensive configuration is required.

Testing, Design, Development

See setup.py, devdoc for details.

Citing HERON

Please cite us as:

AMIA CRI Poster with Screenshots

Acknowledgements

This work was supported by a CTSA grant from NCRR and NCATS awarded to the University of Kansas Medical Center for Frontiers: The Heartland Institute for Clinical and Translational Research # UL1TR000001 (formerly #UL1RR033179). The contents are solely the responsibility of the authors and do not necessarily represent the official views of the NIH, NCRR, or NCATS.