Clinic management project usin
Clinic web application to support requirement which is that patients visit clinic and get registered, after that, they make an appointment to available doctors. By default the appointment gets a pending status because it needs to be reviewed. After that, the doctor is going to work out the patient attendance. Under the report we should have daily and monthly appointments.
Frameworks - Libraries ASP.NET MVC (version 5) Entity Framework Ninject Automapper Running Project Open the project with Visual Studio. inweb.config
file change the connection string according to your system.
<connectionString><add name="ClinicDB" connectionString="data source=Your data source; initial catalog=ClinicDB;Integrated Security=True" providerName="System.Data.SqlClient" /></connectionString>
In package manager console run the following commands
- enable-migrations
- add-migration "InitialDb"
- update-database
Open the database
In AspNetRoles
table add Administrator and Doctor.
Run the project. Go to http://localhost:xxxx/Account/Register to add admin user.
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。