Closed joven-health-mike closed 1 year ago
export const AppointmentStatus: {
SCHEDULED: 'SCHEDULED',
CANCELLED: 'CANCELLED',
ONGOING: 'ONGOING',
FINISHED: 'FINISHED',
DELETED: 'DELETED'
};
Should we distinguish a cancellation from a no-show?
Fixed in #139
There is currently no way on the front-end to change the appointment status. Therefore, the appointment will currently always be "SCHEDULED".