Dashboard Page - Appointments:
- create separate dashboard components for doctor and patient - add appointments to dashboard components - add code to backend for appointments retrieval
This commit is contained in:
@@ -10,7 +10,7 @@ public class Appointment
|
||||
public string Id { get; private set; }
|
||||
public string PatientId { get; private set; }
|
||||
public string DoctorId { get; private set; }
|
||||
public List<DateTime> AppointmentsList { get; }
|
||||
public List<DateTime> AppointmentsList { get; set; }
|
||||
|
||||
public void SetId(string id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user