- Vitals Monitoring: Track and display vital signs (e.g., heart rate, blood pressure, breathing rate, temperature) with a graphical representation over time.
- Prescription Management: View and manage prescribed medications.
- Reports Access: Access medical reports and diagnostic results.
- Treatment Plan: An overview of the current treatment plan, including steps and objectives.
- Treatment History: A detailed history of past treatments and interventions.
- Emergency Contact System:
- Video Call, Voice Call, and Chat: Direct communication with emergency doctors.
- Email: An alternative method for contacting medical professionals in emergencies.
- Patient Data Monitoring: Access and review patient vitals, reports, and treatment histories.
- Treatment Planning: Prescribe medications, plan treatment steps, and add new reports.
- Collaboration Tools: Communicate and collaborate with other doctors and nurses.
- Patient Data Monitoring: View and track patient vitals and data.
- Vitals Update: Regularly update patient vitals and monitor changes.
- System Oversight: Monitor and manage overall system data and ensure smooth operation.
- Integrated Care: Facilitates seamless interaction and data sharing between patients, doctors, and nurses.
- Real-Time Monitoring: This ensures up-to-date patient information is always accessible.
- Emergency Readiness: Quick and easy access to emergency care through multiple communication channels.
- Comprehensive Treatment Management: Provides a holistic view of patient care from admission to discharge.
This app aims to enhance the efficiency and quality of inpatient care by leveraging technology for better monitoring, communication, and treatment planning.
-
Clone the repo
git clone https://github.com/Sadmin23/HealSync.git
-
Go to Frontend
cd Frontend
-
Install NPM packages
npm install
-
Go to Calling App
cd .. cd Calling App
-
Create a
.env
file -
Enter your ZEGOCLOUD app Id and server secret key
REACT_APP_ZEGO_APP_ID='YOUR APP ID' REACT_APP_ZEGO_SERVER_SECRET='YOUR SERVER SECRET KEY'
-
Install NPM packages
npm install
-
Go to Backend
cd .. cd Backend
-
Create a .env file and enter your Mongodb url
DATABASE_URL='YOUR MONGODB URL'
-
Intsall python packages
pip install -r requirements.txt