feature: Explainable Alerts
This commit is contained in:
@@ -4,7 +4,8 @@ public record News2Result(
|
||||
string? RiskLevel = null,
|
||||
bool AlertCreated = false,
|
||||
int PresentParameters = 0,
|
||||
bool HasSingleParamThree = false)
|
||||
bool HasSingleParamThree = false,
|
||||
List<ScoreContributor>? Contributors = null)
|
||||
{
|
||||
public static readonly News2Result NotNews2Code = new(News2Outcome.NotNews2Code);
|
||||
public static readonly News2Result EncounterNotFound = new(News2Outcome.EncounterNotFound);
|
||||
|
||||
Reference in New Issue
Block a user