diff --git a/src/main/java/seedu/address/ui/AppointmentCard.java b/src/main/java/seedu/address/ui/AppointmentCard.java index 1774e489707..f286e58c817 100644 --- a/src/main/java/seedu/address/ui/AppointmentCard.java +++ b/src/main/java/seedu/address/ui/AppointmentCard.java @@ -46,6 +46,6 @@ public AppointmentCard(Appointment appt, int displayedIndex) { doctorNric.setText(appointment.getDoctorNric().nric); patientNric.setText(appointment.getPatientNric().nric); appointmentDate.setText(appointment.getAppointmentDate().toString()); - appointmentId.setText(appointment.getAppointmentId().appointmentId); + //appointmentId.setText(appointment.getAppointmentId().appointmentId); } } diff --git a/src/main/resources/images/doctorIcon.png b/src/main/resources/images/doctorIcon.png new file mode 100644 index 00000000000..fbdf4b47107 Binary files /dev/null and b/src/main/resources/images/doctorIcon.png differ diff --git a/src/main/resources/images/patientIcon.png b/src/main/resources/images/patientIcon.png new file mode 100644 index 00000000000..f34f431753c Binary files /dev/null and b/src/main/resources/images/patientIcon.png differ diff --git a/src/main/resources/view/AppointmentListCard.fxml b/src/main/resources/view/AppointmentListCard.fxml index 9effc08921b..9ab140efec1 100644 --- a/src/main/resources/view/AppointmentListCard.fxml +++ b/src/main/resources/view/AppointmentListCard.fxml @@ -9,27 +9,86 @@ + + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -