This is a Hospital Management System that allows you to manage appointments, slots, doctors, patients, and patient records. The program also reads from text files to allow for changes in appointments. This is a command line program.
Doctor information, patient information, date and time of appointments, diagnosis's, and available slots are all imported from a text file.
This project uses OOP, Classes, Encapsulation, Data Abstraction, and Input and Output files.
In order to compile and run this project, you need to download the directory (zip folder) and then you can use the makefile to run the program. Running ‘make’ while in the directory, will create an executable file (you may need to chmod +x the file to change the permission in order to execute it).
$ make
:
$ ./main
Each Main Menu option (except for quit program) contains a subset menu of options to choose from