This is a simple Hospital Management C Program, capable of storing, accessing, and modifying records of patients and medical staff, and with properly distributed access permissions to administrator and common staff. It also contains basic encryption for passwords as all the records are saved in text files.
- Made as a Mini Project in Second Semester
- Team Members
- Supervised By Mrs. Savita Kumbhare
- Started On: 20th June 2021
- Completed On: 25th August 2021
This app is for hospitals, where hospital staff manages the patient database through this software. The user base is made of three types of users:
- Admin (with all necessary admin controls, currently restricted to only one admin)
- User (Hospital Staff who manages the data, this userbase is managed by admin)
- Patient (It is the list of information about a patient, added/modified/removed by users)
Admin can modify Hospital Information and add/Remove Users. Users can modify/remove themselves, and add/modify/edit patients' info. To avoid any confusion, this app is not for patients to use. So, there is no login for patients. Instead, hospital staff can access/modify the patients' information.
- Log-in-based and password-protected.
- Users can add Patient Info, delete Patient Info, delete and replace a particular field of a Patient Info, search Patient Info by using filters, and change the Password.
- This program is intended to be used by hospital staff members and seniors who maintain patient records.
- This program can maintain the record of patients. This program is log-in-based and password-protected.
- Users can add Patient Info, delete Patient Info, and delete and replace a particular field of a Patient.