DelDash during its ideation and initial development phase(in the GE Healthcare Hackathon)was envisioned as a layer over a traditional EMR that would help clinicians to prepare for child delivery better.
- Frequency domain analysis of labor onset.
- Prediction of True or False Labor Pain.
- Recommendation of the administration of antenatal corticosteroid dosage.
- Comparative analysis of vital parameter trends between two subjects.
- Timeline: Provides a timeline of the change in trends of vitals over the days.[enhancement needed]
- NTSV-C sections: keeps a record of the performance of the institute based on the NTSV-C sections.[enhancement needed]
- Prediction of neonatal health conditions from vital parameters of the mother recorded over months
NOTE: last page is a dummy page for an additional feature to be added which is under research.
- Make a light weight EMR to test DelDash
- Testing on EMR
- Make a wiki including roadmap
- Add under a single organization
- Add incomplete functionalities(as mentioned in wiki)
DelDash is an award winning idea prototype and we are constantly working to take it to production. You can contribute to be a part of this voluntarily. You may contribute for learning or if you are serious for this you can become the maintainer of this project and take part in decision making process of its future with us. Also, if you are a beginner and trying out with open source software development, its a great starting point!
We assume you have python 3.0+ installed.
- Create a python virtual environment:
pip install virtualenv
Then create a directory where you can keep all your virtual environments.(like venvs) thencd
to that directory and:virtualenv deldash
: this will be your virtual enviroment for all DelDash related packages.- activate virtual environment:
source deldash/bin/activate
: this will only work if you are in venvs directory.
git clone [email protected]:ShaswatLenka/DelDash.git
cd
to the cloned repository- run
pip install requirements.txt
NOTE: activate your virtual environment before this so that it gets installed in that environment. - run
python3 index.py
and DelDash will run in your browser locally.