feature: Explainable Alerts
This commit is contained in:
@@ -3,7 +3,8 @@ public record GcsResult(
|
||||
int? TotalScore = null,
|
||||
string? Classification = null,
|
||||
bool AlertCreated = false,
|
||||
int PresentComponents = 0)
|
||||
int PresentComponents = 0,
|
||||
List<ScoreContributor>? Contributors = null)
|
||||
{
|
||||
public static readonly GcsResult NotGcsCode = new(GcsOutcome.NotGcsCode);
|
||||
public static readonly GcsResult EncounterNotFound = new(GcsOutcome.EncounterNotFound);
|
||||
|
||||
Reference in New Issue
Block a user