Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ammargamal123/hospital_system


https://github.com/ammargamal123/hospital_system

Last synced: 13 days ago
JSON representation

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.