Hospital Management System

15
Want to Learn Free Tutorials On Technology or Others?

description

Free download source code https://huboftutorials.com/hospital-management-system-open-source/ Hospital Management System Open Source is to manage the online appointment for the patient. The patient can book the appointment according to the doctor’s specialization. The doctor can see the appointment according to date and time. Admin can manage the patient and doctor detail.

Transcript of Hospital Management System

Page 1: Hospital Management System

Want to Learn Free TutorialsOn Technology or Others?

Page 2: Hospital Management System

ABOUT USHub of Tutorials serve you many tutorials on various topics like technology,recipes, web hosting providers and many more. One can also download free source code on various projects.

Here, We are sharing a brief tutorial on HOSPITAL MANAGEMENT SYSTEM - OPEN SOURCE. It is developed using PHP.

Page 3: Hospital Management System

HOSPITAL MANAGEMENT SYSTEM

Page 4: Hospital Management System

INTRODUCTION

Hospital Management System Open Source is to manage the online appointment for the patient. The patient can book the appointment according to the doctor’s specialization. The doctor can see the appointment according to date and time. Admin can manage the patient and doctor detail.

Page 5: Hospital Management System

ABOUT THE PROJECT

Language Used: PHP

Database: My SQL

User Interface Design : HTML, AJAX,JQUERY,JAVASCRIPT

Web Browser: Mozilla, Google Chrome, etc.

Software: XAMPP/wamp Server

Page 6: Hospital Management System

Modules of Hospital Management System Open Source

● Admin● Doctor● User (Patient)

Page 7: Hospital Management System

ADMIN

Page 8: Hospital Management System

● Dashboard● Manage Doctors Detail● Admin can Manage Patients● Manage appointments● Manage Queries● Doctor Session Logs● User Session Logs● Change Password

Page 9: Hospital Management System

DOCTOR

Page 10: Hospital Management System

● Dashboard● Appointments● Profile● Change Password

Page 11: Hospital Management System

User(Patient)

Page 12: Hospital Management System

● Dashboard● Book Appointment● Appointment History● Profile● Change Password

Page 13: Hospital Management System

How to run Hospital Management System

1. Download the zip file

2. Extract the file and copy the 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 the name hms

6. Import cms.sql file(given inside the zip package)

7.Run the script http://localhost/hospital (frontend)

Page 14: Hospital Management System

Admin DetailsUser DetailUsername: [email protected]

Password: [email protected]

Username: admin

Password: Test @12345

Doctor DetailUsername: [email protected]

Password: [email protected]

Page 15: Hospital Management System

Download the Source Code From here -

https://huboftutorials.com/hospital-management-system-open-source/