Skip to content

sharqawycs/healthcare-management-Java-system

Repository files navigation

ℹ️ Overview

The Healthcare Management System is a Java-based application designed to manage doctors, patients, and appointments within a healthcare setting. The system includes functionality to add, edit, and display doctors and patients, as well as manage appointments. It is built using Swing for the GUI and utilizes a text file for data persistence.

💡Features

  • Doctor Management

    • Add new doctors.
    • Edit existing doctor details.
    • Display a list of all doctors.
  • Patient Management

    • Add new patients.
    • Display a list of all patients.
    • Display a list of emergency patients only.
  • Appointment Management

    • Add new appointments.
    • Display all appointments.

🏁 Installation

  1. Clone the repository
git clone https://github.com/SharQawyCS/healthcare-management-Java-system.git
  1. Navigate to the project directory
cd healthcare-management-system
  1. Build the project
    Use your preferred IDE (e.g., IntelliJ, Eclipse) to build and run the project.

☕ Usage

Adding a Doctor

  1. Select the “Add Doctor” option.
  2. Fill in the required details.
  3. Click “Submit” to save the doctor to the system.

Adding a Patient

  1. Select the “Add Patient” option.
  2. Fill in the patient’s details.
  3. Click “Submit” to save the patient to the system.

Managing Appointments

  1. Select “Add Appointment” to create a new appointment.
  2. Choose the doctor and patient, and select the date.
  3. Click “Submit” to finalize the appointment.

🤝🏻‍ Contribution

Feel free to fork this repository, create a new branch, and submit a pull request with your changes. Please ensure that your code follows the existing style and conventions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published