fix: Trend alert matching uses fragile LIKE pattern
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user