An open API service indexing awesome lists of open source software.

https://github.com/3ein39/hospital_system

Hospital Management System Project in C++ using structs - simple console application. This program is open to all hospital users without the need for login information in this program. The system user can select the specialization in which they specialize by simply entering a series of numeric keys[1 - 20].
https://github.com/3ein39/hospital_system

console-application cpp hospital-management management-system software-development

Last synced: 27 days ago
JSON representation

Hospital Management System Project in C++ using structs - simple console application. This program is open to all hospital users without the need for login information in this program. The system user can select the specialization in which they specialize by simply entering a series of numeric keys[1 - 20].

Awesome Lists containing this project

README

          

# Hospital System

Hospital Management System Project in C++ using structs - simple console application.

This program is open to all hospital users without the need for login information in this program.

The system user can select the specialization in which they specialize by simply entering a series of numeric keys[1 - 20].

## Features

- Add patients to queue (regular/urgent)
- Print all patients data
- Assign the first patient to a Dr

## Screenshots

![App Screenshot](https://res.cloudinary.com/ein39/image/upload/v1650326464/Screenshot_from_2022-04-19_02-00-38_vole2j.png)

## Run Locally

Clone the project

```bash
git clone https://github.com/3ein39/Hospital_System.git
```

Go to the project directory

```bash
cd Hospital_System
```

Run the .cpp file as a console application

## Acknowledgements

- [Dr. Mostafa Saad course](https://www.udemy.com/course/cpp-4skills/)