public static enum Obs.Interpretation extends Enum<Obs.Interpretation>
Enum Constant and Description |
---|
ABNORMAL |
CRITICALLY_ABNORMAL |
CRITICALLY_HIGH |
CRITICALLY_LOW |
HIGH |
INTERMEDIATE |
LOW |
NEGATIVE |
NORMAL |
OFF_SCALE_HIGH |
OFF_SCALE_LOW |
POSITIVE |
RESISTANT |
SIGNIFICANT_CHANGE_DOWN |
SIGNIFICANT_CHANGE_UP |
SUSCEPTIBLE |
VERY_SUSCEPTIBLE |
Modifier and Type | Method and Description |
---|---|
static Obs.Interpretation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Obs.Interpretation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Obs.Interpretation NORMAL
public static final Obs.Interpretation ABNORMAL
public static final Obs.Interpretation CRITICALLY_ABNORMAL
public static final Obs.Interpretation NEGATIVE
public static final Obs.Interpretation POSITIVE
public static final Obs.Interpretation CRITICALLY_LOW
public static final Obs.Interpretation LOW
public static final Obs.Interpretation HIGH
public static final Obs.Interpretation CRITICALLY_HIGH
public static final Obs.Interpretation VERY_SUSCEPTIBLE
public static final Obs.Interpretation SUSCEPTIBLE
public static final Obs.Interpretation INTERMEDIATE
public static final Obs.Interpretation RESISTANT
public static final Obs.Interpretation SIGNIFICANT_CHANGE_DOWN
public static final Obs.Interpretation SIGNIFICANT_CHANGE_UP
public static final Obs.Interpretation OFF_SCALE_LOW
public static final Obs.Interpretation OFF_SCALE_HIGH
public static Obs.Interpretation[] values()
for (Obs.Interpretation c : Obs.Interpretation.values()) System.out.println(c);
public static Obs.Interpretation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024 OpenMRS Inc.. All rights reserved.