Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammargamal123/hospital_system
https://github.com/ammargamal123/hospital_system
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ammargamal123/hospital_system
- Owner: ammarGamal123
- Created: 2023-04-16T04:55:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T07:13:44.000Z (almost 2 years ago)
- Last Synced: 2023-08-13T13:42:10.867Z (over 1 year ago)
- Language: C++
- Size: 107 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hospital System
---### What is the project about :
1. There are 20 different specializations.
2. for each specialization there are only 5 available spots [queue].
3. Adding a patient ,
*read the request specs [1-20]
*read his name and status (0 = regular , 1 urgant )
*if the user is regular , add in end of queue , otherwise and in begin.4-print patient , for each specs that have waiting patients.
5- Dr pickup a patient.