A comprehensive healthcare management system designed to handle appointment scheduling, doctor management, and patient queries. The system supports efficient management of medical data and resources, offering a user-friendly interface for healthcare professionals and patients.
- Doctor and appointment management
- Patient query handling
- System for scheduling and tracking appointments
- C++
- CMake
- Clone the repository:
git clone <repo-url> - Build the project:
cmake . - Run the system:
./HealthCareManagementSystem
MIT License