chore: necessary updates given the changes in the alert controller
This commit is contained in:
@@ -7,5 +7,7 @@ public class ClinicalAlertDocument
|
||||
public string AlertType { get; set; } = null!;
|
||||
public string Severity { get; set; } = null!;
|
||||
public string Status { get; set; } = null!;
|
||||
public string Details { get; set; } = string.Empty;
|
||||
public string? NarrativeSummary { get; set; }
|
||||
public DateTimeOffset TriggeredAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user