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].
- Host: GitHub
- URL: https://github.com/3ein39/hospital_system
- Owner: 3ein39
- Created: 2022-04-16T12:21:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T00:03:59.000Z (about 4 years ago)
- Last Synced: 2025-02-28T04:58:24.332Z (over 1 year ago)
- Topics: console-application, cpp, hospital-management, management-system, software-development
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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/)