Hospital Management System
Hospital Management System
Database : My SQL
Hospital Management System is web application for hospital which manages doctors and patients. In
this project, we use PHP and MySQL database.
Admin module
User module
Doctor module
Admin module:
1. Dashboard: In this section, admin can view the Patients, Doctors, Appointments and New
queries.
2. Doctors: In this section, admin can add doctor’s specialization and mange doctors
(Add/Update).
3. Users: In this section, admin can view users detail(who take online appointment) and also
have right to delete irrelevant user.
4. Patients: In this section, admin can view patient’s details.
5. Appointment History: In this section, admin can view appointment history.
6. Contact us Queries: In this section, admin can view queries which are send by users.
7. Doctor Session Logs: In this section, admin can see login and logout time of doctor.
8. User Session Logs: In this section, admin can see login and logout time of user.
1. Reports: In this section, admin can view reports of patients in particular periods.
2. Patient Search: In this section, admin can search patient with the help of patient name and
mobile number.
Admin can also change his/her own password.
Doctor module:
1. Dashboard: In this section, doctor can view his/her own profile and online appointments.
2. Appointment History: In this section, Doctor can see patient’s appointment history.
3. Patients: In this section, doctor can manage patients (Add/Update).
4. Search: In this section, doctor can search patient with the help of patient name and mobile
number.
Doctor can also update his profile, change the password and recover the password.
Login Details
Login Details for admin : admin/Test@12345
Login Details for Patient: [email protected]/Test@123
Login Details for Doctor: [email protected]/Test@123