fixes: MRN generation race condition and Sepsis bundle creation race condition (TOCTOU)

This commit is contained in:
voltsrage
2026-06-21 16:37:22 +08:00
parent 4583bd7f44
commit 076e8364b2
8 changed files with 2635 additions and 7 deletions
+3
View File
@@ -119,6 +119,9 @@ try
builder.Services.Configure<FhirOptions>(
builder.Configuration.GetSection(FhirOptions.Section));
builder.Services.Configure<PatientOptions>(
builder.Configuration.GetSection(PatientOptions.Section));
builder.Services.AddCors(options =>
{
options.AddPolicy("Dashboard", policy =>