https://github.com/mrsaeeddev/patient-tracking-app-mongo
This is a Patient Tracking Application using MERN stack on React-Native
https://github.com/mrsaeeddev/patient-tracking-app-mongo
Last synced: about 1 year ago
JSON representation
This is a Patient Tracking Application using MERN stack on React-Native
- Host: GitHub
- URL: https://github.com/mrsaeeddev/patient-tracking-app-mongo
- Owner: mrsaeeddev
- Created: 2017-09-07T06:09:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T12:56:08.000Z (over 8 years ago)
- Last Synced: 2025-03-24T22:34:31.873Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 163 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# patient-tracking-app-mongo
This is a Patient Tracking Application using MERN stack on React-Native
Patient Tracking App
## Description
The system is aimed to help doctors to enter as well as view patient history as well as other patient details. Our system is a standalone system that can be installed on doctor Android or iOS phone to be used for further login. On installation the application allows a doctor to open application and enter the details of any patient that used his service. The application allows doctor to insert various data fields regarding a patient including patient name, disease, medication provided, date of arrival, cost etc.
## Modules:
# Patient entry:
Doctor may enter details of any patient with related data.
# Entry saving:
The system saves this entry in its mobile data base for later viewing.
# History viewing:
The system allows doctor to view patient history as and when needed.
# Search by name:
The application allows doctor to search any patient by name.
# Search by date:
The application allows doctor to search patients by appointment date.
## Technologies used:
React-Native(both iOS and Android)
Firebase (for Authentication)
MongoDB (as Database)