Run initial test for Climate Resilience Verification Suite
Add first part of Alert Quality Analytics
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class AlertFeedback
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid AlertId { get; set; }
|
||||
public ClinicalAlert Alert { get; set; } = null!;
|
||||
public Guid UserId { get; set; }
|
||||
public AlertFeedbackType FeedbackType { get; set; }
|
||||
public string? Comment { get; set; }
|
||||
public DateTimeOffset CreatedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user