Glucose

class Glucose : NSManagedObject

Glucose NSManagedObject category/extension file: Contains a computed property tag to mark if a log is in the hypo/hyper range

Note

The following auto-generated properties are managed within ARISES.xcdatamodeld: fetchRequest(), time, value, day
  • tag

    Returns an optional string. hypo if below 4.0, hyper if above 10.0 Note the case of the strings

    Declaration

    Swift

    var tag: String? { get }
  • Declaration

    Swift

    @nonobjc
    public class func fetchRequest() -> NSFetchRequest<Glucose>
  • Declaration

    Swift

    @NSManaged
    public var time: String? { get set }
  • Declaration

    Swift

    @NSManaged
    public var value: Double { get set }
  • day

    Declaration

    Swift

    @NSManaged
    public var day: Day? { get set }