The Hospital Management System is a web application designed to streamline operations within a hospital or healthcare facility. It provides functionalities for managing patients, appointments, medical records, billing, and user roles.
- User Authentication: Secure login and registration for Admin, Doctor, Nurse, and Patient roles.
- Patient Management: CRUD operations for managing patient records.
- Appointment Scheduling: Schedule, view, and manage appointments.
- Medical Records: Store and manage patient medical history and documents.
- Billing and Payments: Generate bills and track payments.
- Notifications: Email or SMS notifications for appointment reminders and updates.
- Reports: Generate reports for patient visits, financials, and system usage.
- Backend: Django framework with Python
- Frontend: HTML, CSS