You are on page 1of 12

Hospital Management System

Presented By

ASHIK H R
4AL19CS013
INTRODUCTION

● Any hospital can use the Hospital Management System (HMS) to replace
their current manual, paper-based system.
● The goal of this system is to offer a remedy for hospital and healthcare
services.
● Any hospital can use this system to keep track of information of doctors
and patients. It unifies all of a hospital resources into a single, integrated
software programme.
TECHNOLOGIES USED

● Frontend:-Html, CSS, JavaScript, Bootstrap.


● Backend:-Servlet, JDBC.
● Database:-MySQL.
● Server:-Apache tomcat server.
● Tools:-Eclipse Ide, MySQL workbench.
FILES USED
● Web.xml:-The mappings between URL paths and the servlets that
process requests with those URLs are defined in web.xml.
● Jsp files:-Both scripting and element-based dynamic content are
supported by JSP, and programmers can create their own tag libraries to
meet application-specific requirements.
● Doctor.java:-a java class that have properties and setter and getter
methods.
● DoctorController.java:-To create the controller class, we are using
two annotations @Controller and @RequestMapping.
● DoctorDao.java:-A DAO class that is responsible to get access to the
database.
Features

Registration and Login:


● Users can register by giving their name, email address, and phone
number.
● Physicians can register by supplying their professional details,
such as their medical training and areas of expertise.
● Following that, users and doctors can log in using their individual
credentials.
Adding doctors:
● Doctors should be able to be added to the system by the admin by
supplying their details.
● All doctors in the system should be visible to and manageable by
the admin.
Appointment Booking:
● Users can schedule appointments with doctors by viewing their
availability.
● Doctors should be able to monitor their appointment calendars and
remark on appointment status using the system.
Viewing Details:
● The administrator should have access to all information regarding
doctors, users, total appointments, and patient information.
● Also, the admin should be able to modify and delete doctor records
and manage their information.
Snapshots
THANK YOU

You might also like