HM
Developed a console-based Hospital Management System in C++ to streamline patient record management and medical slip generation.
The application demonstrates the use of core object-oriented programming concepts, data structures, file handling, and modular programming techniques.
Highlights
- Patient registration and record management.
- Automated medical slip generation with date and timestamp information.
- Storage and retrieval of patient data using file handling.
- Organized system architecture using classes, structures, and functions.
- Persistent data storage to maintain records between program executions.