8 lines
128 B
C#
8 lines
128 B
C#
public enum TrendOutcome
|
|
{
|
|
NotTrendCode,
|
|
InsufficientHistory,
|
|
Stable,
|
|
RapidDeterioration,
|
|
AlertAlreadyOpen
|
|
} |