feature: Explainable Alerts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class ScoreContributor
|
||||
{
|
||||
public string Parameter { get; set; } = null!;
|
||||
public int Points { get; set; }
|
||||
public string? RawValue { get; set; }
|
||||
public string? NormalRange { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user