(currently in the implementation phase)
This project is a part of the course work for CSE 522 : Object Oriented Analysis, Design and Implementation.
The objective of this project is to understand and implement the concepts of object oriented programming by prototyping a large scale software system on a smaller scale.
In this project we are implementing a system to manage the workings of a Hospital.
Version 1 This is the initial release of this project and it will only contain a command line interface for the user to interact with the system. Also many functionalities won't be implemented in this version.
Version 2 This version contains basic graphical UI for the user to use. This application is much more intuitive than te previous version.