In the context of our work, the following clinical decision support system with graphical facilities was produced.
Python 3+
All dependencies defined in requirements.txt. You can install them by:
$ conda config --append channels conda-forge
$ conda create --name <env> --file requirements.txt
$ conda activate <env>
After installing the required dependencies and activating your freshly created environment you should be able to run our app.
You can see our interface for the clinical decision support system by running and accessing http://127.0.0.1:8050/:
$ python main.py
You can test our solution by filling the following fields of the patient profile:
- Stage at which the patient is, namely, after testing positive, after hospitalization, or after ICU internment.
- Age
- Gender
- Comorbidities
Press "RUN QUERY", and the probabilities of the various events will be shown, with the distinction of which classifier made them.
Patricio, A., Costa, R.S.* and Henriques, R.* Predictability of COVID-19 hospitalizations, intensive care unit admissions, and respiratory assistance in Portugal: Longitudinal Cohort study. JMIR, (2021) | doi: https://doi.org/10.2196/26075
Guidelines to access data are available upon request.