feature:
Full SOFA Score: Data Layer + Scoring Engine Glasgow Coma Scale: Data Layer + Scoring Engine
This commit is contained in:
@@ -6,4 +6,5 @@ public class KafkaTopicOptions
|
||||
public string EncounterStatusChanged { get; set; } = "encounter.status.changed";
|
||||
public string SepsisBundleCreated { get; set; } = "sepsis.bundle.created";
|
||||
public string SepsisBundleUpdated { get; set; } = "sepsis.bundle.updated";
|
||||
public string GcsScored { get; set; } = "gcs.scored";
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user