Hospital Management System | ASP.NET Core | EF Core
Hospital Management System is a complete and multi-functional hospital or medical center management system, build using ASP.NET Core.
The system can provide an automated way of managing any hospital activities rather than a traditional system. Moreover, this system can operate regular hospital activities like inpatient, outpatient, billing, test, bed management, account sector, etc. accurately and efficiently. Also, it helps to generate the daily, weekly, monthly, half-yearly, and yearly reports of sales, revenue, patients, lab test, bed management, etc. as your requirement easily. To see these reports, you need to click on some options.
The most important thing is that an admin can observe everyone through the software. An internal messaging platform helps employees to communicate with each other as well. All in all, clinic management software helps you to be with trends, and it also gives you the chance to run your business administration digitally and very efficiently.
Live Demo:
User Name: [email protected] Pass: 123 http://107.155.65.4:84/Account/Login
Technologies
Microsoft Visual Studio Community 2019, ASP.NET Core 5.0, IdentityCore, Entity Framework Code First, MS SQL SERVER 2017, AdminLTE 3.0.5, JavaScript, jQuery data table, bootstrap 4, sweetalert, toastr, Fontawesome etc.
Prerequisite Application
Microsoft Visual Studio Community 2019, Dot Net Core 5.0, MS SQL SERVER 2017, IIS, Chrome/Edge Browser.
FAQ
Full Source Code and code first project running guideline.
Demo Video Preview
App Screenshot
Advance Version: Pharmacy & Hospital Management
https://www.youtube.com/watch?v=rGhaTnpTV7w
Key Features
- Registration of patient
- Check the schedule and set an appointment
- Consult with doctor
- Print prescription
- Patient case study
- Perform medical test
- Dynamic Invoice System
- Dynamic user account type
- Records of diagnostics and reports
- Company setup
- Currency setup
- User login history
- Dynamic dashboard
- Medicine History
- Import Medicine from CSV
- Medicine Inventory
- Sales Service Report
How to Run Project
Step 1:
Unzip the downloaded folder(HMS.zip)
Step 2:
Open Sln.HMS.sln file with Visual Studio 2019
Step 3:
Update database connection: appsettings.json
“DefaultConnection”: “Server=DEVSTATIONMSSQLSERVER2017;Database=HMSDev;User ID=sa;Password=dev123456”
- Server=Your MS SQL Server Name
- User ID= Your MS SQL Server User Name
- Password= Your MS SQL Server User Password
Step 4:
Build and run by pressing f5
https://localhost:44374/
- No need to create migration rule and update database. You just need to build and run the application. Already initial migration rule included with project. Please make sure MS SQL server running properly.
Supports:
If you want to modify or add new features, you can always contact us at,
[email protected]
Version 1.0.5: Sunday, July 02, 2022
-- fix: Payment URL issue
Version 1.0.4: Sunday, May 15, 2022
-- fix: Patient Type issue -- fix: User Role Issue -- fix: Null issue
Version 1.0.3: Sunday, March 27, 2022
-- bug fixed -- updated to dot net 5
Version 1.0.2: Thursday, February 3, 2022
-- bug fixed -- added Pharmacy module -- added MySQL Database Support -- added new report
Version 1.0.1
Initial Release