HypoglycemiaRisk enum

An enumerator for hypoglycemic risk. See:

  • Kovatchev, B, et al. Algorithmic Evaluation of Metabolic Control and Risk of Severe Hypoglycemia in Type 1 and Type 2 Diabetes Using Self-Monitoring Blood Glucose Data. Diabetes Technology and Therapeutics, 5(5): 817-828, 2003.
  • Clarke W, Kovatchev B. Statistical Tools to Analyze Continuous Glucose Monitor Data. Diabetes Technology & Therapeutics. 2009; 11(Suppl 1): S-45-S-54. doi:10.1089/dia.2008.0138.
Inheritance

Constructors

HypoglycemiaRisk()
const

Values

MINIMAL → const HypoglycemiaRisk

Minimal risk as defined in the references.

LOW → const HypoglycemiaRisk

LOW risk as defined in the references.

MODERATE → const HypoglycemiaRisk

Moderate risk as defined in the references.

HIGH → const HypoglycemiaRisk

High risk as defined in the references.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<HypoglycemiaRisk>
A constant List of the values in this enum, in order of their declaration.