Skip to content

Subrahmanya-c-py/Hospital-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ₯ Hospital Management System

A Console-Based Hospital Management System developed using Core Java.

πŸ“Œ Features

  • 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)

πŸ›  Technologies Used

  • Core Java
  • OOP Concepts
  • File Handling
  • Collections Framework
  • Git & GitHub

πŸ“‚ Project Structure

πŸ“ Project Structure

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

β–Ά How to Run

  1. Compile: javac Main.java
  2. Run: java Main

Next Update or Improvement of Project

20/03/2026 JDBC + MySQL Full Integration (Industry Style).

πŸ‘¨β€πŸ’» Author

SUBRAHMANYA

About

Console-Based Hospital Management System using Core Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages