JDBC Project

A Java program which implements select features of a hospital management system using JDBC programming.

This is a simple project which implements a base structure and select features of a hospital management system with special emphasis on enabling JDBC programming to develop this system. It contains the following features:

  • A Receptionist can register new Patients into the system.
  • A Receptionsit can assign Patients to a free Doctor.
  • A Doctor can visit a Patient to finish consultation and become free.
  • A Manager can see the list of rooms in the hospital that are free

An important point to note here is that Rooms are assigned automatically by the system when the Receptionist assign a Patient to a Doctor. The report that details the entire project can be found here