9 lines
151 B
C#
9 lines
151 B
C#
public enum TrendOutcome
|
|
{
|
|
NotTrendCode,
|
|
InsufficientHistory,
|
|
Stable,
|
|
RapidDeterioration,
|
|
AlertAlreadyOpen,
|
|
EncounterNotFound
|
|
} |