fix errors of Degraded Operations Visibility
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user