Skip to content

This project is a simple patient management system designed for hospitals. It allows doctors to efficiently manage patient queues based on specialization and urgency of treatment. Key features include adding new patients, printing current patient lists by specialization, and retrieving the next patient in line. This system helps streamline hospital

Notifications You must be signed in to change notification settings

AhmedHussien10/Hospital_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Hospital_system


Hospital Management System Project in C++ using structs - simple console application. This project implements a simple patient management system for a hospital, allowing doctors to manage patient queues based on their specialization and urgency of treatment.

#Features

  • Add New Patient: Allows adding patients to specific specializations, prioritizing urgent cases.
  • Print All Patients: Displays the current queue of patients for each specialization.
  • Get Next Patient: Retrieves and removes the next patient in line for a specific specialization.
  • Exit: Terminates the program.

Usage


  1. Adding a Patient: Choose option 1 from the menu, enter patient details including specialization, name, and urgency status (0 for regular, 1 for urgent).
  2. Printing Patients: Choose option 2 to see the current patient queues categorized by specialization.
  3. Getting Next Patient: Choose option 3 to fetch and remove the next patient from the queue of a specified specialization.
  4. Exiting the Program: Choose option 4 to exit the program.

##Acknowledgements

Dr. Mostafa Saad course

About

This project is a simple patient management system designed for hospitals. It allows doctors to efficiently manage patient queues based on specialization and urgency of treatment. Key features include adding new patients, printing current patient lists by specialization, and retrieving the next patient in line. This system helps streamline hospital

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages