feature: Explainable Alerts
This commit is contained in:
@@ -16,6 +16,7 @@ public class ClinicalAlert
|
||||
public Guid? ClientAlertId { get; set; }
|
||||
public bool SyncedFromGateway { get; set; }
|
||||
public bool FeedbackReceived { get; set; }
|
||||
public AlertExplanation? Explanation { get; set; }
|
||||
|
||||
public Encounter Encounter { get; set; } = null!;
|
||||
public List<AlertFeedback> Feedbacks { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user