This project is a Hospital Management System developed in Python, leveraging concepts of Data Structures and Algorithms (DSA) and Object-Oriented Programming (OOP). It offers a comprehensive set of features for managing patient records efficiently.
CRUD Operations: Users can add, delete, update, and search patient records.
Duplicate Removal: The system automatically removes duplicate patient entries.
CSV Export: Patient data can be exported to a CSV file for easy management and analysis.
Language Transition: This version represents a transition from a previous C++ implementation, showcasing improved functionality and readability in Python.
Enhanced Flexibility: Python's dynamic typing and high-level abstractions enhance code flexibility and maintainability.
Expanded Functionality: Additional features such as CSV export and refined search capabilities enhance the system's utility and usability.
This project serves as a successor to the previous C++ implementation, offering enhanced functionality and flexibility in Python.