improvement: appointment dialog UX improved.
This commit is contained in:
@@ -23,4 +23,6 @@ export interface AppointmentRecord {
|
||||
endAt: string;
|
||||
purpose: string;
|
||||
patient: Pick<Patient, 'id' | 'firstName' | 'lastName' | 'mobile'>;
|
||||
/** True when a treatment record is linked to this appointment. */
|
||||
hasTreatment?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user