Controlling chronic diseases in Africa: Development and evaluation of an integrated community-based management model for HIV, Diabetes and Hypertension in Tanzania and Uganda
|pypi| |actions| |codecov| |downloads| |clinicedc|
intecomm-edc
------------
Controlling chronic diseases in Africa: Development and evaluation of an integrated community-based management model for HIV, Diabetes and Hypertension in Tanzania and Uganda (INTE-COMM study)
Liverpool School of Tropical Medicine
University College London (UCL)
isrctn.com
This research was funded by the NIHR (Global Health Policy and Systems Research Programme grant NIHR131273) using UK international development funding from the UK Government to support global health research.
See also
github.com
* Django 5.1+ / python 3.12+
* Clinic EDC (see setup.cfg for version)
* nginx/gunicorn/mysql 8.1
**FINAL LIVE VERSION: 0.2.36**
Install
-------
.. code-block:: bash
conda create -n edc python=3.12
conda activate edc
git clone
github.com ~/apps
git checkout 0.2.36 # final version
cd ~/apps
pip install -U .
python manage.py migrate --settings=intecomm_edc.settings.live # or uat
Post 0.2.36 install
-------------------
The analytics require newer edc- versions
.. code-block:: bash
conda create -n edc python=3.12
conda activate edc
git clone
github.com ~/apps
git checkout develop
cd ~/apps
pip install -U .
python manage.py migrate --settings=intecomm_edc.settings.live # or uat
# changed during analysis, you'll get a compatability warning
# but it can be ignored.
pip install -U edc==1.1.2
pip install -U edc-analytics==1.0.2
.. |pypi| image::
img.shields.io
:target:
pypi.python.org
.. |actions| image::
github.com
:target:
github.com
.. |codecov| image::
codecov.io
:target:
codecov.io …