YouTube Video Link: https://youtu.be/SwE4mxQxhEI
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
- HTML
- CSS
- Bootstrap
- JavaScript
- SpringMVC
- Hibernate
- MySQL
- Maven
- Apache Tomcat
- 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).
-
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.
-
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.
-
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.
-
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.
- Homepage
- Login page
- Administrator Dashboard
- Doctor Dashboard
- Receptionist Dashboard
- Usecase Diagram
- Activity Diagram
- Class Diagram
- Sequence Diagram
- State Diagram