The mobile Helping Babies Survive (mHBS) app is a digital health tool, developed by collaborators at Indiana University (School of Medicine and School of Informatics and Computing), which consists of 3 separate apps, serving functions related to data collection and reporting, access to educational resources, including other apps and data visualization. The mHBS apps are powered by the District Health Information Software (DHIS 2) in the back-end for data storage and tracking of health workers.
The mHBS Training App is a community health worker training app focused on training for neonatal resuscitation, through videos, guide and other kinds of training material. As part of the mHBS suite of apps, after community health workers have been trained, then can test and their follow-up scores are tracked through the mHBS tracker, a fork of the DHIS2 tracker app.
- Framework 7
- Cordova
git clone https://github.com/iupui-soic/mHBS_tracker
For Android: Go to the downloaded repository folder and run:
cordova platform add android
(plugins will be automatically built)
cordova build
To run the app on android (... assuming that an Android device is connected)
cordova run android
OR to emulate on the Android emulator (... assuming that the Android SDK/Android Emulator has been installed)
cordova emulate android