-
This is a cpp project to maintain a hospital system.
-
ADMIN maintains all the data, doctors can give tests to the patients under him.
-
And SUPER ADMIN maintains all data including admin data also. New Admin has to add from the super admin part. Super Admin creattion and deletion have to do manually from the super_admin.txt file.
-
The system uses .txt files to store the information of people (doctors, patients, nurses, admin).
-
There are archive files for all of the users, that keep the details of the persons who were in the hospital. As an example: previous doctors, past patients, previous nurses.
-
Doctors have their own secure profile, that also shows the patients under them.
-
Users as a patient can search for patient information by giving patient ID.
-
There is an auto ID generator for doctors, patients, and nurses. The patient also gets a room number automatically.
Just download the zip and run the main.cpp on your IDE, and you will get a main.exe file. That is the actual software.
- To download the file click here
In the Admin module admin user ID is "admin1" and the pass is "admin2".
In the Super Admin module super admin user ID is "super1" and the pass is "super2".
🚫 Disclaimer: DON'T TOUCH AND CHANGE last_patient.txt, last_doctor.txt, last_nurse.txt . They are for ID generators.