-
Web Application for E-Partogram System to aid and improve the technology support for Partogram Digitally.
-
A partogram is used to record all observations made when the woman is in labor. It records the following points. The progress of labor is monitored by cervical dilatation, descent of head and uterine contractions.
-
The ePartogram project aims to address this challenge by developing a digital platform for recording and monitoring partograms.
-
The ePartogram project aligns with SDG 3, which aims to improve global health and wellbeing by reducing mortality rates, increasing access to healthcare, and promoting healthy lifestyles. In India and Africa, this is particularly important as both regions face significant maternal and child health challenges.
-
The ePartogram platform also includes various Google technologies, such as
Firebase
,PWA
,TWA
,Google Maps API
,Google Translatation API
andGoogle Cloud Platform
. These technologies can help to streamline app development and improve app performance, scalability, and security. -
For More Details, Refer Product Documentation
-
For User Instructions, Refer User Documentation
-
Install NodeJS. Instructions are given in the official NodeJS website.
-
Running instance of E-PARTOGRAM API e-partogram-server. Instructions to set up the API developed by us is given in the API repository.
-
Android App Version of the Client is available as E-PARTOGRAM-TWA(Trusted Web Activity) e-partogram-TWA. Instructions to install the android app is available in the respository.
-
Periodic Scheduler CronJob is used to scan through the patient records and alert the
Nurse
via notification if the Nurse misses to take aPatient
's Reading e-partogram-scheduler. Instructions to install the CronJob is available in the resposittory.
- Install dependencies
yarn
- Create config.js and fill in the config values.
cp src/config.example.js src/config.js
- Start React app
yarn start