A Console-Based Hospital Management System developed using Core Java.
- Add Patient
- View Patients
- Update Patient
- Delete Patient
- Search Patient
- Add Doctor
- View Doctors
- Book Appointment
- View Appointments
- Admin Login System
- File Handling (Data Persistence)
- Core Java
- OOP Concepts
- File Handling
- Collections Framework
- Git & GitHub
Hospital-Management-System/
β
βββ model/
β βββ Patient.java
β βββ Doctor.java
β βββ Appointment.java
β
βββ service/
β βββ PatientService.java
β βββ DoctorService.java
β βββ AppointmentService.java
β βββ AdminService.java
β
βββ util/
β βββ FileUtil.java
β
βββ data/
β βββ patients.txt
β βββ doctors.txt
β
βββ Main.java
βββ README.md
βββ .gitignore
- Compile:
javac Main.java - Run:
java Main
20/03/2026 JDBC + MySQL Full Integration (Industry Style).
SUBRAHMANYA