Skip to content

This C# project is a system that utilize User-Centered-Approach whereby a patient can efficiently book a medical appointment with their doctors with ease thus saving time, reducing workload for staffs and prevent double bookings.The project's source code is open for any modifications.

Notifications You must be signed in to change notification settings

AhmedMahsen001/Doctor-Appointment-System

Repository files navigation

Doctor Appointment System

home

Welcome to the Doctor Appointment System repository! This system is built using C# and MSSQL database and follows a user-centered approach, allowing patients to book their own medical appointments hassle-free.The system comprises three key roles: administrator, doctor, and patient. The system admin will populate the list of the doctors with their specialties and along with the doctor's details and system credentials. The patients can browse the doctor's appointment system to find a doctor that has the specialty of their needs. Patients can review the doctor's schedule, enabling them to select a suitable day and time for their appointment. Subsequently, they can submit their appointment request. After that, the doctors can view all their appointments and the appointment request of the patients for their availability.

Features

Admin

  • Admin can add, edit, delete doctors and patients
  • Schedule new doctors sessions, remove sessions
  • View patients and doctors details
  • View booking of patients
  • view patients feedback
  • Download report of Appointments

Doctors

  • View their Appointment
  • View their scheduled sessions
  • View details of patients
  • edit account settings
  • Add prescriptions for patients

Patients

  • Book appointment
  • Create account
  • View their bookings
  • Edit account settings
  • Type Feedback
  • View prescriptions

Technologies Used

  • C# for backend logic and business rules
  • MSSQL database for data storage
  • .NET Framework for application development

Admin details

  • Username: Admin
  • Password: Password

Installation

  1. Extract the downloaded source code zip file.
  2. Set up the MSSQL database by making sure that sql server is running.
  3. Open the solution file in Visual Studio.
  4. Add your database connection in the server solution to .Net framework(sql client),select Microsof sql server Database file as your Data Source and import your database.
  5. Update the database connection string in every csharp form to point to your MSSQL database.
  6. Build and run the application.

Contributors

Name: Ahmed Mahsen AhmedMahsen001

License

This project is open-source. You are free to use, modify, and distribute it as per your requirements.

Support

For any inquiries or issues, please contact [ahmed.alamoody47@gmail.com].

About

This C# project is a system that utilize User-Centered-Approach whereby a patient can efficiently book a medical appointment with their doctors with ease thus saving time, reducing workload for staffs and prevent double bookings.The project's source code is open for any modifications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages