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
- Host: GitHub
- URL: https://github.com/m7moudgadallah/hospitalsystem
- Owner: m7moudGadallah
- Created: 2023-02-09T03:51:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T04:06:59.000Z (over 3 years ago)
- Last Synced: 2025-01-01T02:41:46.151Z (over 1 year ago)
- Topics: java, ood, oop
- Language: Java
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

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