Files
vigilcare-clinical/VigilCare.Simulation.Core/Client/Models/News2Response.cs
T
voltsrage 24f45851e9
CI / frontend (push) Canceled after 0s
CI / backend (push) Canceled after 8m32s
feature: In-App Simulation Runner (Backend)
2026-08-06 01:52:53 +08:00

8 lines
323 B
C#

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);