Hospital Management System

Post on 02-Dec-2020

6 views 0 download

Tags:

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

Want to Learn Free TutorialsOn Technology or Others?

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.

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.

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

Modules of Hospital Management System Open Source

● Admin● Doctor● User (Patient)

ADMIN

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

DOCTOR

● Dashboard● Appointments● Profile● Change Password

User(Patient)

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

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)

Admin DetailsUser DetailUsername: rajinder@rajinder.com

Password: rajinder@rajinder.com

Username: admin

Password: Test @12345

Doctor DetailUsername: aman@aman.com

Password: aman@aman.com

Download the Source Code From here -

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