Hospital Management System
Hospital Management System
1
TABLE OF THE CONTENTS
2
ABSTRACT:
3
INTRODUCTION:
The Hospital Management System can be entered using a username and password. It is
accessible either by an administrator or receptionist. Only they can add data into the database.
The data can be retrieved easily. The interface is very user-friendly. The data are well
protected for personal use and makes the data processing very fast.
Hospital Management System is powerful, flexible, and easy to use and is designed and
developed to deliver real conceivable benefits to hospitals.
Hospital Management System is designed for multi speciality hospitals, to cover a wide
range of hospital administration and management processes. It is an integrated end-to-end
Hospital Management System that provides relevant information across the hospital to
support effective decision making for patient care, hospital administration and critical
financial accounting, in a seamless flow.
Hospital Management System is a software product suite designed to improve the quality
and management of hospital management in the areas of clinical process analysis and activity-
based costing. Hospital Management System enables you to develop your organization and
improve its effectiveness and quality of work. Managing the key processes efficiently is critical to
the success of the hospital helps you manage your processes.
4
OBJECTIVE:
1) Define hospital.
3) Generating bills.
6) Keeping information about various diseases and medicines available to cure them.
5
MODULES:
6
SYSTEM ANALYSIS:
EXISTING SYSTEM:
Hospitals currently use a manual system for the management and maintainance of critical
information. The current system requires numerous paper forms, with data stores spread through
out the hospital management infrastructure.
Often information is incomplete or does not follow management standards. Forms are often lost
in transit between departments requiring a comprehensive auditing process to ensure that no vital
information is lost. Multiple copies of the same information exist in the hospital and may lead to
inconsistencies in data in various data stores.
PROPOSED SYSTEM:
The Hospital Management System is designed for any hospital to replace their existing manual
paper based system. The new system is to control the information of patients. Room availability,
staff and operating room schedules and patient invoices. These services are to be provided in an
efficient, cost effective manner, with the goal of reducing the time and resources currently
required for such tasks .
7
BENEFITS:
Appointment booking : Helps patients cut the long queue and saves their time.
Overall cost reductions : Cuts down paper costs all the data are computerized .
Data accuracy : Remove human errors; alerts when there is a shortage of stock.
8
SOFTWARE REQUIREMENTS :
Windows 7
JRE 1.8
Mysql server
HTML ,CSS,PHP
HARDWARE REQUIREMENTS :
Core i5 processor
2GB RAM
20GB hard disk in terminal machines.
1TB hard disk space in server machine
9
PROGRAM:
<form class="form-signin" method="post" action="auth/login">
<h2 class="login form-signin-heading">Hospital Management System</br></br>
<img alt="" src="uploads/favicon.png"></h2>
<div id="infoMessage"><?php echo $message; ?></div>
<div class="login-wrap">
<input type="text" class="form-control" name="identity"
placeholder="User Email" autofocus>
<input type="password" class="form-control" name="password"
placeholder="Password">
<p><a data-toggle="modal" href="#myModal"> Forgot Password?</a></p>
<!--
<label class="checkbox">
<input type="checkbox" value="remember-me"> Remember me
<span class="pull-right">
<a data-toggle="modal" href="#myModal"> Forgot Password?</a>
</span>
</label>
-->
<button class="btn btn-lg btn-login btn-block" type="submit">Sign in</button>
</div>
</form>
10
Book Appointment Module :
cout<<Mode;
cout<<1.Cash;
cout<<2.Debit Card/Credit Card
cout<<3.Net Banking
cout<<Enter mode of payment;
cin>>mode;
if(mode==1)
{
Generate a Receipt and send confirmation message;
}
else if(mode == 2)
{
Enter Card Details
Make Payment
Send confirmation message
}
else
{
Enter Account Details
11
Make Payment
Send confirmation message
} //end if
if(ch==1)
{
Appointment = Confirm;
Send a Confirm Message to the patient.
}
else
{
Send a Cancel Message to the patient.
}//end if
12
LOGIN PAGE:
13
CONCLUSION:
Working on the project was an excellent experience. It helped us to understand the
importance of planning, designing and implementation so far we have learnt in our theory
books. It helped us unleashing our creativity while working in a team. It also realized the
importance of team working, communication as a part of this project.
The project was successfully completed after a lot of efforts and work hours. This project
underwent number of compiling, debugging, removing errors, making it bug free, adding
more facilities in Hospital Management System and interactivity making it more reliable and
useful.
This project focused that scheduling a project and adhering to that schedule creates a hard
sense of time- management. It has also let us known that co-operative teamwork always
produce effective results.
14