feature: In-App Simulation Runner (Backend)
This commit is contained in:
@@ -35,6 +35,7 @@ public static class DbResetHelper
|
||||
DELETE FROM alert_thresholds;
|
||||
DELETE FROM clinical_audit_logs;
|
||||
DELETE FROM clinical_users;
|
||||
DELETE FROM simulation_runs;
|
||||
DELETE FROM patients;
|
||||
");
|
||||
return;
|
||||
|
||||
@@ -2,6 +2,7 @@ using System.Net.Http.Json;
|
||||
using System.Text.Json;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using VigilCare.Simulation;
|
||||
|
||||
public static class ScenarioReplayHelper
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user