chore: necessary updates given the changes in the alert controller
This commit is contained in:
@@ -14,6 +14,7 @@ public class LocalClinicalAlert
|
||||
public DateTimeOffset? ResolvedAt { get; set; }
|
||||
public DateTimeOffset TriggeredAt { get; set; }
|
||||
public Guid ClientAlertId { get; set; }
|
||||
public string? ExplanationJson { get; set; }
|
||||
|
||||
public ReplicaEncounter Encounter { get; set; } = null!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user