The Hospital Management System is designed to manage the data of doctors, patients, and diagnoses in a hospital. The system provides an admin interface that allows administrators to perform CRUD (Create, Read, Update, Delete) operations on doctors, patients, and diagnoses. Additionally, the system can generate reports to provide meaningful insights from the database.
- Admin Login: Admins can log in using their username and password.
- Admin Registration: If an admin does not have an account, they can create one by providing a username and password.
- Doctor Management: Add, update, delete, and view doctor details.
- Patient Management: Add, update, delete, and view patient details.
- Diagnosis Management: Add, update, delete, and view diagnosis details.
- Report Generation: Generate reports with meaningful data from the database, such as the last 5 patients added and the number of doctors in each specialization.