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.
- 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
- View their Appointment
- View their scheduled sessions
- View details of patients
- edit account settings
- Add prescriptions for patients
- Book appointment
- Create account
- View their bookings
- Edit account settings
- Type Feedback
- View prescriptions
- C# for backend logic and business rules
- MSSQL database for data storage
- .NET Framework for application development
- Username: Admin
- Password: Password
- Extract the downloaded source code zip file.
- Set up the MSSQL database by making sure that sql server is running.
- Open the solution file in Visual Studio.
- 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.
- Update the database connection string in every csharp form to point to your MSSQL database.
- Build and run the application.
Name: Ahmed Mahsen AhmedMahsen001
This project is open-source. You are free to use, modify, and distribute it as per your requirements.
For any inquiries or issues, please contact [[email protected]].