The Hospital Management System (HMS) is a robust application built using .NET Core as the backend framework. It is designed to streamline hospital operations, including patient registration, appointment scheduling, doctor management, and billing, providing an efficient solution for healthcare institutions.
-
Patient Management
- Register new patients.
- Maintain patient medical records.
- Search and update patient details.
-
Doctor Management
- Add, update, and remove doctor profiles.
- Assign specializations.
- View doctor schedules and availability.
-
Appointment Scheduling
- Book and manage appointments for patients.
- Notify patients and doctors of upcoming appointments.
-
Billing System
- Generate and manage bills for patient services.
- Record payment transactions.
-
Authentication and Authorization
- Secure user login for doctors, admin, and staff.
- Role-based access control to protect sensitive data.
-
Dashboard
- View key hospital metrics and statistics in real time.
- Backend: .NET Core (ASP.NET Core Web API)
- Database: Microsoft SQL Server (EF Core for ORM)
- Clone the repository:
git clone https://github.com/your-repo/hospital-management-system.git cd hospital-management-system