Full SOFA Score: Data Layer + Scoring Engine Glasgow Coma Scale: Data Layer + Scoring Engine
6 lines
88 B
C#
6 lines
88 B
C#
public enum SofaOutcome
|
|
{
|
|
NotSofaTrigger,
|
|
EncounterNotFound,
|
|
ScoreComputed
|
|
} |