Full SOFA Score: Data Layer + Scoring Engine Glasgow Coma Scale: Data Layer + Scoring Engine
7 lines
171 B
C#
7 lines
171 B
C#
public record GcsScoreResponse(
|
|
int EyeScore,
|
|
int VerbalScore,
|
|
int MotorScore,
|
|
int TotalScore,
|
|
string Classification,
|
|
DateTimeOffset CalculatedAt); |