fix errors of Degraded Operations Visibility

This commit is contained in:
voltsrage
2026-06-24 00:46:27 +08:00
parent 4399996448
commit 2e80700bf0
7 changed files with 177 additions and 40 deletions
@@ -80,7 +80,7 @@ public class SofaScoringService : BackgroundService
evt.PatientId,
evt.ObservationCode,
evt.Value,
DateTimeOffset.UtcNow,
evt.RecordedAt == default ? DateTimeOffset.UtcNow : evt.RecordedAt,
stoppingToken);
if (outcome.Outcome == SofaOutcome.EncounterNotFound)