fix: Trend alert matching uses fragile LIKE pattern

This commit is contained in:
voltsrage
2026-06-21 16:45:09 +08:00
parent 076e8364b2
commit 3eb937ef98
6 changed files with 1339 additions and 6 deletions
@@ -7,6 +7,7 @@ public class ClinicalAlert
public AlertType AlertType { get; set; }
public AlertSeverity Severity { get; set; }
public string Details { get; set; } = null!;
public string? ObservationCode { get; set; }
public AlertStatus Status { get; set; } = AlertStatus.Open;
public DateTimeOffset? AcknowledgedAt { get; set; }
public string? AcknowledgedBy { get; set; }