Files

9 lines
151 B
C#

public enum TrendOutcome
{
NotTrendCode,
InsufficientHistory,
Stable,
RapidDeterioration,
AlertAlreadyOpen,
EncounterNotFound
}