{{ appointment.firstName }} {{ appointment.lastName }} |
{{ appointment.doctor }} |
{{ getGenderLabel(appointment.gender) }}
|
{{ appointment.dateOfAppointment | date }} |
{{ appointment.timeOfAppointment }} |
{{ appointment.mobile }} |
{{ appointment.email }} |
{{ getStatusLabel(appointment.appointmentStatus) }}
|
{{ getVisitTypeLabel(appointment.visitType) }}
|
|