feature: Self-Service Clinical Testing Sessions
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public record AlertFeedbackQualityRow(
|
||||
Guid Id,
|
||||
Guid AlertId,
|
||||
string AlertType,
|
||||
string FeedbackType,
|
||||
string? Comment,
|
||||
DateTimeOffset CreatedAt,
|
||||
string? ScenarioId,
|
||||
string? SessionId);
|
||||
Reference in New Issue
Block a user