Package 

Enum Diabetes.OutOfRange

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Diabetes.OutOfRange
    
                        

    Represents whether a blood glucose reading was in the accepted range of values as indicated by the glucose meter.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      IN_RANGE

      Reading was within the accepted range.

      HIGH

      Reading was above the accepted range.

      LOW

      Reading was below the accepted range.