feature: Simulator Scenarios + Clinical Validation: SOFA/GCS
This commit is contained in:
@@ -9,7 +9,8 @@ public class SofaDetector
|
||||
{
|
||||
private static readonly JsonSerializerOptions JsonOptions = new()
|
||||
{
|
||||
PropertyNameCaseInsensitive = true
|
||||
PropertyNameCaseInsensitive = true,
|
||||
PropertyNamingPolicy = JsonNamingPolicy.CamelCase
|
||||
};
|
||||
|
||||
private readonly IConnectionMultiplexer _redis;
|
||||
|
||||
Reference in New Issue
Block a user