Skip to content

hospital management system project is developed using SpringMVC and Hibernate frameworks, Bootstrap for UI, MySQL database for data storage and Maven as project management tool.

Notifications You must be signed in to change notification settings

rid17pawar/HospitalManagement

Repository files navigation

Hospital Management System

YouTube Video Link: https://youtu.be/SwE4mxQxhEI

Description-

In this Project we aim to solve the traditional issues of hospital management. The existing system provided paper based solution for keeping OPD records of patients and hospital staff, but it gives overload to Doctor, Receptionist and Administrator. The main issues were inappropriate data keeping, time wastage in storage, retrieval also patients were unable to understand the prescription etc. These issues are solved by providing a separate user account for doctors and other staff. Keeping each patient’s data separate and track previous visits in a single click.

This project uses MYSQL as backend and is developed in Java so it provides features such as platform independence, high performance and security. It is a web application which mainly uses SpringMVC and Hibernate frameworks.

It provides some enhanced features such as: an easy interface to add, remove employees as well as it provides PDF of prescription. Thus, reducing need to manually write and sign by doctor.

PPT Presentation: click here

Project SRS: click here

Project Report: click here

Steps to configure this HMS web-application on your system:

  1. To import this project to your system, you need to first install below softwares:

  2. Then get the code from this GitHub repository on your system. You can clone this repository or download as zip file.

  3. Choose 'import existing maven project' option in eclipse.
    You can search for those steps online, just search 'how to import existing maven project in eclipse'.

  4. Then import the database files in your MySQL database. Database files are provided here.
    You can refer this video: https://youtu.be/9icY7xwXbJo

  5. You can then run this web-application on your Tomcat server. For login use the credentials provided in this file. (Select correct role and fill the Username and Password)
    If you want to add more users just login as admin and choose 'add employee' option and fill all the details. It will create new employee with his own login credentials. The Aadhar no. will be the default password and Empid will be the username.

Technologies Used-

techStack

1. Front end Technologies:

  • HTML
  • CSS
  • Bootstrap
  • JavaScript

2. Back end Technologies:

  • SpringMVC
  • Hibernate

3. Database:

  • MySQL

4. Project management tool:

  • Maven

5. Webserver:

  • Apache Tomcat

Issues that proposed system overcomes-

  • It is digital system rather than paper based.
  • Inappropriate data keeping (receptionist used register for patients entry and doctor used prescription pad).
  • Time wastage in data storage and retrieval.
  • Human error possibility in maintainance.
  • Patient's were unable to understand prescriptions due to handwriting issue.
  • Durability issues (data may lost if prescriptions goes missing).

Features-

  1. Doctor module:

    • Seperate accounts for doctors
    • Each patients previous visits history is easily to access.
    • Doctor can generate prescription and it will be automatically sent to receptionist.
    • Doctor can remove patient from OPD queue.
  2. Receptionist module:

    • Register/add new patient's info.
    • Modify patients personal details
    • Search existing patient by name/ mobile no./ PID/ aadhar no.
    • Remove patient from OPD queue.
    • Take print of prescriptions.
  3. Administrator module:

    • Add new employee for following roles, i) Doctor ii) Receptionist iii) Admin (another one)
    • Remove/edit existing employee.
    • Displays currently active employees in system.
  4. Password Encryption:

    • Bcrypt Encoding is used for password encryption. Bcrypt is a password hashing function designed by Niels Provos and David Mazières. It is based on the Blowfish cipher. Bcrypt uses adaptive hash algorithm to store password. BCrypt internally generates a random salt while encoding passwords and hence it is obvious to get different encoded results for the same string. But one common thing is that everytime it generates a String of length 60.

Snapshots-

  1. Homepage

homepg

  1. Login page

loginpg

  1. Administrator Dashboard

adminDashboard

adminAll

  1. Doctor Dashboard

doctorObservation

doctorPrescription

  1. Receptionist Dashboard

receptionistSearch

receptionistAdd

System Diagrams

  1. Usecase Diagram

Usecase Diagram

  1. Activity Diagram

Activity Diagram

  1. Class Diagram

Class Diagram

  1. Sequence Diagram

Sequence Diagram

  1. State Diagram

State Diagram

Thank You !

About

hospital management system project is developed using SpringMVC and Hibernate frameworks, Bootstrap for UI, MySQL database for data storage and Maven as project management tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages