feature: In-App Simulation Runner (Backend)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace VigilCare.Simulation;
|
||||
|
||||
public record News2Response(
|
||||
Guid Id, int TotalScore, string RiskLevel, bool HasSingleParamThree,
|
||||
int RespRateScore, int Spo2Score, int SystolicBpScore,
|
||||
int HeartRateScore, int ConsciousnessScore, int TemperatureScore,
|
||||
int SupplementalO2Score, DateTimeOffset CalculatedAt);
|
||||
Reference in New Issue
Block a user