Full SOFA Score: Data Layer + Scoring Engine Glasgow Coma Scale: Data Layer + Scoring Engine
6 lines
86 B
C#
6 lines
86 B
C#
public enum GcsOutcome
|
|
{
|
|
NotGcsCode,
|
|
IncompleteComponents,
|
|
ScoreComputed
|
|
} |