Full SOFA Score: Data Layer + Scoring Engine Glasgow Coma Scale: Data Layer + Scoring Engine
7 lines
247 B
C#
7 lines
247 B
C#
public class SofaOptions
|
|
{
|
|
public int LabStalenessHours { get; set; } = 24;
|
|
public int LabWarningHours { get; set; } = 12;
|
|
public bool UseSpO2FiO2Fallback { get; set; } = true;
|
|
public int VasopressorWindowHours { get; set; } = 1;
|
|
} |