VLDGlucoseUnit

Objective-C

enum VLDGlucoseUnit : NSUInteger {}

Swift

enum VLDGlucoseUnit : UInt

Units that can be used to represent blood glucose values.

  • Milligrams per Deciliter

    Declaration

    Objective-C

    VLDGlucoseUnitMGDL

    Swift

    case MGDL = 0
  • Millimoles per Liter

    Declaration

    Objective-C

    VLDGlucoseUnitMMOLL

    Swift

    case MMOLL = 1