feature: Reconciliation Jobs
This commit is contained in:
@@ -4,7 +4,7 @@ public interface IAlertService
|
||||
Guid encounterId, AlertStatus? status, int page, int pageSize);
|
||||
|
||||
Task<PagedResult<ClinicalAlert>> ListGlobalAsync(
|
||||
AlertStatus? status, AlertSeverity? severity, string? department, int page, int pageSize);
|
||||
AlertStatus? status, AlertSeverity? severity, Department? department, int page, int pageSize);
|
||||
|
||||
Task<ClinicalAlert> GetByIdAsync(Guid id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user