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

https://github.com/m7moudgadallah/hospitalsystem

This is a project of Hospital System implemented with java using OOP & Concepts of OOD
https://github.com/m7moudgadallah/hospitalsystem

java ood oop

Last synced: 10 months ago
JSON representation

This is a project of Hospital System implemented with java using OOP & Concepts of OOD

Awesome Lists containing this project

README

          

# Description

- This projects is implementation of these [Requirements](./doc/01%20Project%20%231.pdf)
it contains four main options:
- Add new patient.
- Print All patients.
- Get Next patient.
- Exit.

so in this System we have three class as show in [UML Digram](./doc/UML.pdf)
![uml digram](./doc/uml.png)

- ***[Reservation class](./HospitalSystem/src/hospitalsystem/Reservatoin.java)***
- ***[HospitalDriver class](./HospitalSystem/src/hospitalsystem/HospitalDriver.java)***
- ***[Main class](./HospitalSystem/src/Main.java)***