feature: Phase5 - Lab Cases inbox + task board
This commit is contained in:
@@ -73,6 +73,13 @@ export interface ListLabCasesParams {
|
||||
limit?: number;
|
||||
clinicOrganizationId?: string;
|
||||
treatmentType?: string;
|
||||
sentFrom?: string;
|
||||
sentTo?: string;
|
||||
}
|
||||
|
||||
export interface CasesFilterOptions {
|
||||
clinics: Array<{ id: string; name: string }>;
|
||||
treatmentTypes: Array<{ code: string; labDependent: boolean }>;
|
||||
}
|
||||
|
||||
export interface PaginatedLabCases {
|
||||
|
||||
Reference in New Issue
Block a user