Skip to content

🏥 Hospital management system built completely with C++

Notifications You must be signed in to change notification settings

nanifour/hospital-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🏥 Hospital Management System 🧑‍⚕️

Made with

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.

2 Compile

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).

Running Make to get an executable:

$ make

Run the executable by: (* gcc must be already installed *)

:

$ ./main

3 Screenshot:

screenshot

Each Main Menu option (except for quit program) contains a subset menu of options to choose from

About

🏥 Hospital management system built completely with C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published