The Hospital Management System is a Java-based desktop application designed to manage patient records, doctor appointments, billing, and inventory efficiently. It provides a user-friendly interface for hospital administration and staff to streamline daily operations.
- π Features
- π Technologies Used
- βοΈ Installation & Setup
- π Database Schema
- πΌ Screenshots
- π Future Enhancements
- π¨βπ» Contributors
βοΈ Patient Registration & Management
βοΈ Doctor Scheduling & Appointments
βοΈ Billing System & Payment Management
βοΈ Medicine & Inventory Tracking
βοΈ User Authentication (Admin, Doctor, Receptionist, etc.)
βοΈ Reports & Analytics
πΉ Programming Language: Java
πΉ GUI Framework: JavaFX / Swing
πΉ Database: MySQL
πΉ Server: Apache Tomcat
πΉ IDE: IntelliJ IDEA / Eclipse / NetBeans
- Java Development Kit (JDK 8 or higher)
- MySQL Database Server
- NetBeans / Eclipse / IntelliJ IDEA
git clone https://github.com/yourusername/Hospital-Management.git cd Hospital-Management
- 1οΈβ£ Open Eclipse/IntelliJ/NetBeans
- 2οΈβ£ Import the Java Project
- 3οΈβ£ Configure MySQL Database Connection
javac Main.java java Main
- Username:
admin - Password:
admin123
| Table Name | Description |
|---|---|
patients |
Stores patient details |
doctors |
Stores doctor information |
appointments |
Manages doctor-patient schedules |
bills |
Stores invoices and payments |
inventory |
Tracks hospital medicines |
users |
Stores login credentials |
π§ Screenshots will be added soon...
- πΉ Online Appointment Booking
- πΉ Automated Medicine Restocking Alerts
- πΉ Enhanced Role-Based Access Control
- πΉ Integration with Cloud Database
π€ Your Name β Developer & Maintainer
π GitHub Profile