feature: Sepsis Engine Refactor: Remove SIRS, Rewire qSOFA + Bundle
Frontend: GCS Entry, SOFA Display, Sepsis UI Refactor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public static class AlertCreationGuard
|
||||
{
|
||||
public static void EnsureAllowed(AlertType alertType)
|
||||
{
|
||||
if (alertType == AlertType.SepsisWarning)
|
||||
throw new InvalidOperationException(
|
||||
"SEPSIS_WARNING is deprecated. Use SOFA_SEPSIS for sepsis detection.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user