Patient Care Management System Developed for BU EC 530 Software Engineering
Documentation for the Users module resides on here on the main README.
The Users module provide applications access to user related information. Applications can request the following data:
This module also supports a mobile app.
- This is basic plaintext authentication. Production version will utilize proper encryption methods.
- Login json has the following format:
{"user_id":20544,"password":"ec544"}
Successful Response
Successful Response
Successful Response
- The assignments are in an array.
Successful Response
Successful Response
Successful Response
Patients and doctors of the healthcare organization using our Patient Care Management System can interact with each other via a mobile Android app. This mobile app enables patients and doctors to easily see their most recent health data. It also facilitates direct 1-to-1 chat.
TelHealth.mp4
- On this screen a patient sees all of the doctors assigned to them. If a doctor is using the app, then they will see all of the patients assigned to them.
- Clicking on a name on the assignments screen brings the user to the patient's record screen.
- On this screen there is a summary of the patient and a listing of the most recent measurements.
- The most recent measurements section is scrollable.
Patient Sending Chat Message to Doctor
Doctor Sending Chat Message to Patient
Documentation for the Device and Chat modules is maintained in this repository's wiki section.
Device Measurement Data Packet Structure
Full progress report is located in the wiki.