improvement: QRcode and shared link added to cases inorder to make it possible for staff users to share a case info with other staffs or other clinics.
This commit is contained in:
@@ -119,6 +119,7 @@ export interface LabCaseDetail {
|
||||
tasks: LabCaseTask[];
|
||||
tasksByTooth: LabCaseTaskGroup[];
|
||||
taskProgress: { completed: number; total: number };
|
||||
shareUrl?: string | null;
|
||||
}
|
||||
|
||||
export interface ListLabCasesParams {
|
||||
|
||||
Reference in New Issue
Block a user