Hospital Management System In PHP
Hospital Management System In PHP
Project Name : Hospital Management System
Technology Implemented : Apache Server
Language Used : PHP 5.62 (Developed in Core PHP)
Database : My SQL
User Interface Design : HTML, AJAX,JQUERY,JAVASCRIPT
Web Browser : Mozilla, Google Chrome, IE8,OPERA
Software : XAMPP Server
Hospital Management System is a web application for the hospital which manages doctors and patients. In this project, we use PHP and MySQL database.
The entire project mainly consists of 3 modules, which are
- Admin module
- User module
- Doctor module
Admin module:
- Dashboard: In this section, admin can view the Patients, Doctors, Appointments and New queries.
- Doctors: In this section, admin can add doctor’s specialization and mange doctors (Add/Update).
- Users: In this section, admin can view users detail(who take online appointment) and also have right to delete irrelevant user..
- Patients: In this section, admin can view patient’s details.
- Appointment History: In this section, admin can view appointment history.
- Contact us Queries: In this section, admin can view queries which are send by users.
- Doctor Session Logs: In this section, admin can see login and logout time of doctor.
- User Session Logs: In this section, admin can see login and logout time of user.
- Reports: In this section, admin can view reports of patients in particular periods.
- Patient Search: In this section, admin can search patient with the help of patient name and mobile number.
- Dashboard: In this section, patients can view the his/her profile, Appointments and Book Appointment.
- Book Appointment: In this section, Patient can book his/her appointment.
- Appointment History: In this section, Patients can see his/her own appointment history.
- Medical History: In this section, Patients can see his/her own appointment history.
- Dashboard: In this section, doctor can view his/her own profile and online appointments.
- Appointment History: In this section, Doctor can see patient’s appointment history.
- Patients: In this section, doctor can manage patients (Add/Update).
- Search: In this section, doctor can search patient with the help of patient name and mobile number.
Admin can also change his/her own password.
User module (patient):
User can update his/her profile, change the password and recover the password.
Doctor module:
Doctor can also update his profile, change the password and recover the password.
How to run the Hospital Management System (HMS) Project
1. Download the zip file
2. Extract the file and copy hospital folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4. Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name hms
6. Import hms.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/hospital (frontend)
Login Details
Login Details for admin : admin/Test@12345
Login Details for Patient: test@gmail.com/Test@123
Login Details for Doctor: test@demo.com/Test@123
0 Response to "Hospital Management System In PHP"
Post a Comment