C# Hospital Management System Full Project(with Source Code)

c# full project for students who want a practical approach of creating applications using c#.Net an visual Studio. ***************Project Description******************** In this Project Project you will create a c# complete application of Hospital management. The Application starts with a nice looking splash form which leads to a login form. The login form will be connected to a database, if the user id and password match the database entries, the user will login to the main form. From the main form, the user can go to the Doctor form. He can add, edit, delete and view Doctors working in the hospital. The Doctor Can Add patients, View Patients, Edit Patients, Establish a diagnosis based on the symptoms. The Doctor Can Print The Diagnosis Summary and give it to the Patient at any point of time. The Diagnosis are stored in the database, hence the Doctor can track a patient history and see how to provide efficient treatment. Fill free to ask your questions in the comments, I wi
Back to Top