Free Projects

Hosptital Management System using Java

This tutorial will teach you how to make the Hosptital Management System step by step.This project consist of three roles of login system known as the Doctor and Receptionst and Pharmacist.The system shall be secure enough and only accessiable via valid usernames and passwards for each users.

Features of the Project

Login Form

Receptionst

On discussing the receptionst’s power on the project, the receptionst has full access to the system.

Patient

  • Receptionst shall be able to add the patient details.
  • Receptionst shall be able to retrieve the patient details.
  • Receptionst shall be able to able edit and delete the patient details.

User

  • Receptionst shall be to able create the user types(Doctor,Receptionst,Pharmacist).

Doctor

  • Receptionst shall be to able add the doctor as a user.
  • Receptionst shall be able to retrieve the doctor details.
  • Receptionst shall be able to able edit and delete the doctor details.

Channel

  • Receptionst shall be to able create the channel.
  • Receptionst shall be able to retrieve the create details.
  • Receptionst shall be to able cancel the channel.

Doctors

After created the doctor by user doctor shall be to login in to the system.

  • Doctors shall be able to fill the registation form.
  • Doctors shall be able to retrieve their details.
  • Doctors shall be able to view the channel details.

 

  • After examined the patient  doctor shall be able to click the prescription button. it will take you to the prescription form for  writing the prescription.
  • Doctors shall be able to retrieve the prescription details.

Pharmacist

  • pharmacist shall be able to add the pharmacy items.
  • pharmacist shall be able to view the prescription details upon requested by doctor.

  • pharmacist shall be able to handle the inventory of the items.
  • pharmacist shall be to able generate the report of the sales.

i have attached the video link below. which will do this tutorials step by step.

Souce Code Download

Download

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

admin

Recent Posts

Conditional Statements in Python

Conditional statements in Python allow us to control the flow of execution based on conditions.…

3 weeks ago

Java Beans

A Java Bean is a reusable software component that follows a specific set of conventions.…

3 weeks ago

Java String Methods

Java provides a rich set of built-in methods for handling String operations efficiently. Since strings…

3 weeks ago

Java Developer Jobs

Java remains one of the most in-demand programming languages worldwide, powering everything from enterprise applications…

3 weeks ago

Converting Integer to String in Java

Java provides multiple ways to convert an integer (int) to a string (String). Whether you're…

3 weeks ago

JSP to JSP Communication: A Complete Guide to Dynamic Java Web Development

Java Server Pages (JSP) is a powerful technology used to develop dynamic web applications by…

4 weeks ago