VLDDiabetes Class Reference

Inherits from VLDRecord : VLDModel : NSObject
Declared in VLDDiabetes.h

Overview

Diabetes Measurements are comprised of a user’s blood glucose and hormone levels related to diabetes treatment and management.

  cPeptide

The value of the measured quantity in ng/mL

@property (nonatomic, strong, nullable) NSNumber *cPeptide

Discussion

The value of the measured quantity in ng/mL

Declared In

VLDDiabetes.h

  fastingPlasmaGlucoseTest

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *fastingPlasmaGlucoseTest

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDDiabetes.h

  hba1c

The value of the measured quantity in %

@property (nonatomic, strong, nullable) NSNumber *hba1c

Discussion

The value of the measured quantity in %

Declared In

VLDDiabetes.h

  insulin

The value of the measured quantity in U

@property (nonatomic, strong, nullable) NSNumber *insulin

Discussion

The value of the measured quantity in U

Declared In

VLDDiabetes.h

  oralGlucoseToleranceTest

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *oralGlucoseToleranceTest

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDDiabetes.h

  randomPlasmaGlucoseTest

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *randomPlasmaGlucoseTest

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDDiabetes.h

  triglyceride

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *triglyceride

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDDiabetes.h

  bloodGlucose

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *bloodGlucose

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDDiabetes.h

  relationshipToMeal

When the reading was taken in relation to food consumption

@property (nonatomic, assign) VLDDiabetesMealRelationship relationshipToMeal

Discussion

When the reading was taken in relation to food consumption

Declared In

VLDDiabetes.h

– diabetesEvent

Diabetes event associated with this reading

- (VLDDiabetesEvent)diabetesEvent

Discussion

Diabetes event associated with this reading

Declared In

VLDDiabetes.h

– outOfRange

Indication if glucose reading reported out of range

- (VLDDiabetesOutOfRange)outOfRange

Discussion

Indication if glucose reading reported out of range

Declared In

VLDDiabetes.h

– bloodGlucoseWithUnit:

The glucose value of the record converted to the specified unit.

- (NSNumber *_Nullable)bloodGlucoseWithUnit:(VLDGlucoseUnit)unit

Parameters

unit

the blood glucose unit to retrieve the blood glucose value in.

Discussion

The glucose value of the record converted to the specified unit.

Declared In

VLDDiabetes.h

– setBloodGlucose:withUnit:

Set the glucose value of the record after converting from the specified unit to mg/dL.

- (void)setBloodGlucose:(NSNumber *_Nonnull)bloodGlucose withUnit:(VLDGlucoseUnit)unit

Parameters

bloodGlucose

the blood glucose value to store in the record.

unit

the blood glucose unit that the accompanying blood glucose value is currently in.

Discussion

Set the glucose value of the record after converting from the specified unit to mg/dL.

Declared In

VLDDiabetes.h

+ nameForMealRelationship:

Name for a meal relationship value.

+ (NSString *_Nonnull)nameForMealRelationship:(VLDDiabetesMealRelationship)mealRelationship

Parameters

mealRelationship

The VLDDiabetesMealRelationship value to get the name for.

Discussion

Name for a meal relationship value.

Declared In

VLDDiabetes.h