Skip to content

Latest commit

 

History

History

Projcet - Hospital Management System

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hospital Management System

This project is from the OOP course of L1T2 at BUET.

Created an application using JavaFX where patients can take doctor appointments from the hospital. The doctors can see and manage their upcoming appointments.

Used:

  • Java OOP concepts
  • Socket Programming
  • Multi-threading
  • JavaFX library

Server

The server stores all the data and the logs. Server.png


Login

Users log in through this form to the server. Login.png


Registration

To create new accounts. ![Registration.png]/1-2/CSE108%20-%20Object%20Oriented%20Programming%20Language%20Sessional/Projcet%20-%20Hospital%20Management%20System(/images/Registration.png "To create new accounts.")


Registration Form

RegForm.png


App UI for Doctor

UI_Doc.png


App UI for Patient

UI_Patient.png