A Python project implementing the Data Access Object (DAO) pattern to manage healthcare patient records.
This system provides a modular and scalable way to handle CRUD operations on patient and medical history data while abstracting data access details. 🔍
- Clean DAO pattern implementation for patient and medical history management 🧩
- In-memory and extendable persistent storage support 💾
- Modular architecture promoting maintainability and testability 🛠️
- Easily extensible for additional healthcare data entities ➕
- Python 3.9+ 🐍
- Standard library (abc, typing) 📚
- Extensible for SQLite, PostgreSQL, or other DB integrations 🗄️
Contributions are welcome! Please create issues or pull requests for bug fixes, improvements, or new features. 💡
This project is licensed under the MIT License. See the LICENSE file for details. 📄