feature: Digitization Workstation UI

This commit is contained in:
voltsrage
2026-06-27 12:15:43 +08:00
parent 88e70b3dbe
commit e22d33b654
55 changed files with 6411 additions and 143 deletions
@@ -24,4 +24,9 @@ public interface IWorkQueueService
/// This is the clinical approver's work queue.
/// </summary>
Task<WorkQueueResponse> GetClinicalApprovalQueueAsync(int page, int pageSize);
/// <summary>
/// Returns aggregate work queue health metrics for the supervisor dashboard.
/// </summary>
Task<WorkQueueOverviewResponse> GetOverviewAsync();
}