EditSchedule.cshtml
provides a form for doctors to edit their availability schedule. It typically includes fields for specifying start and end days, start and end times, and other scheduling details.
Index.cshtml
This view serves as the landing page or dashboard for doctors. It usually displays an overview of the doctor's schedule, appointments, and other relevant information.
ListOfPrescription.cshtml
lists all the prescriptions written by the doctor. It provides an overview of each prescription, including details like patient name, medicine prescribed, and dates.
PendingAppointments.cshtml
displays a list of pending appointments that the doctor needs to attend to. It usually includes details about the patients and the scheduled times.
ScheduleDetail.cshtml
shows detailed information about the doctor's schedule. It includes specifics about available days and times, and might also show appointments booked during those times.
ViewPrescription.cshtml
This view provides detailed information about a specific prescription. It shows details such as the patient's information, prescribed medicines, dosage instructions, and any medical tests ordered.
ActiveAppointments.cshtml
This view lists all active or upcoming appointments for the doctor. It provides details on each appointment and helps the doctor manage their schedule.
AddAppointment.cshtml
provides a form for adding a new appointment. It typically includes fields for selecting the patient, specifying the appointment date and time, and other relevant details.
AddPrescription.cshtml
provides a form for creating a new prescription. It includes fields for entering patient information, prescribing medicines, and specifying dosages and any medical tests required.
DeleteAppointment.cshtml
This view allows doctors to delete an appointment. It usually includes a confirmation prompt to ensure the doctor wants to proceed with the deletion.
DeletePrescription.cshtml
allows doctors to delete a prescription. It includes a confirmation prompt to ensure the doctor wants to proceed with the deletion.
DetailOfAppointment.cshtml
This view shows detailed information about a specific appointment. It includes patient details, appointment time, purpose of the visit, and any other relevant information.
EditAppointment.cshtml
provides a form for editing an existing appointment. It includes fields for modifying patient information, appointment date and time, and other appointment details.
EditPrescription.cshtml
provides a form for editing an existing prescription. It includes fields for updating patient information, prescribed medicines, dosages, and any medical tests ordered.
EditSchedule.cshtml provides a form for doctors to edit their availability schedule. It typically includes fields for specifying start and end days, start and end times, and other scheduling details.
Index.cshtml This view serves as the landing page or dashboard for doctors. It usually displays an overview of the doctor's schedule, appointments, and other relevant information.
ListOfPrescription.cshtml lists all the prescriptions written by the doctor. It provides an overview of each prescription, including details like patient name, medicine prescribed, and dates.
PendingAppointments.cshtml displays a list of pending appointments that the doctor needs to attend to. It usually includes details about the patients and the scheduled times.
ScheduleDetail.cshtml shows detailed information about the doctor's schedule. It includes specifics about available days and times, and might also show appointments booked during those times.
ViewPrescription.cshtml This view provides detailed information about a specific prescription. It shows details such as the patient's information, prescribed medicines, dosage instructions, and any medical tests ordered.
ActiveAppointments.cshtml This view lists all active or upcoming appointments for the doctor. It provides details on each appointment and helps the doctor manage their schedule.
AddAppointment.cshtml provides a form for adding a new appointment. It typically includes fields for selecting the patient, specifying the appointment date and time, and other relevant details.
AddPrescription.cshtml provides a form for creating a new prescription. It includes fields for entering patient information, prescribing medicines, and specifying dosages and any medical tests required.
DeleteAppointment.cshtml This view allows doctors to delete an appointment. It usually includes a confirmation prompt to ensure the doctor wants to proceed with the deletion.
DeletePrescription.cshtml allows doctors to delete a prescription. It includes a confirmation prompt to ensure the doctor wants to proceed with the deletion.
DetailOfAppointment.cshtml This view shows detailed information about a specific appointment. It includes patient details, appointment time, purpose of the visit, and any other relevant information.
EditAppointment.cshtml provides a form for editing an existing appointment. It includes fields for modifying patient information, appointment date and time, and other appointment details.
EditPrescription.cshtml provides a form for editing an existing prescription. It includes fields for updating patient information, prescribed medicines, dosages, and any medical tests ordered.