Clinical Sync Batch Engine: first commit
This commit is contained in:
@@ -34,7 +34,9 @@ public class QsofaService : IQsofaService
|
||||
var query = _db.ClinicalAlerts
|
||||
.AsNoTracking()
|
||||
.Where(a => a.EncounterId == encounterId
|
||||
#pragma warning disable CS0618 // Include legacy QSOFA_WARNING rows in history
|
||||
&& (a.AlertType == AlertType.QsofaScreen || a.AlertType == AlertType.QsofaWarning));
|
||||
#pragma warning restore CS0618
|
||||
|
||||
var items = await query
|
||||
.OrderByDescending(a => a.TriggeredAt)
|
||||
|
||||
Reference in New Issue
Block a user