feature: In-App Simulation Runner (Backend)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace VigilCare.Simulation;
|
||||
|
||||
public record SofaResponse(
|
||||
int TotalScore,
|
||||
int RespiratoryScore, int CoagulationScore, int LiverScore,
|
||||
int CardiovascularScore, int CnsScore, int RenalScore,
|
||||
bool IsBaseline, int? DeltaFromBaseline,
|
||||
SofaStalenessResponse? Staleness,
|
||||
DateTimeOffset CalculatedAt);
|
||||
Reference in New Issue
Block a user