Skip to content

NS Entries with identical time / missing direction & previousSGV #542

@mpangburn

Description

@mpangburn

Since updating to v1.4.0, a look at my JSON data from Nightscout presents two issues:

  • Some entries have identical dates
  • Some entries have no direction or previousSGV data

A few notes notes:

  • I'm currently using an Enlite CGM.
  • I noticed that the device uploading the data changed from the phone to the RileyLink in v1.4.0. I don't know if this is significant.
  • The NightscoutEntry initializers seem noteworthy here.. the convenience init always results in nil values for direction and previousSGV. I dug around NightscoutUploadKit (and the related classes in Loop), but that's mainly what stood out to me.

Below is a sample of pertinent JSON from my Nightscout, followed by a Loop issue report from within the app (produced at approximately the same time). A couple of notes about the JSON data:

  • Entries 3 and 4 and entries 8 and 9 have identical dates (1-based indexing)
  • In each pair with identical dates, one contains direction and previousSGV data and the other does not

[
{
"_id":"597ffcd35ae6f0c63dfb0931",
"dateString":"2017-08-01T03:58:00Z",
"previousSGV":122,
"date":1501559880000,
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":125,
"direction":"Flat"
},
{
"_id":"597ffb9d5ae6f0c63dfb092f",
"date":1501559580000,
"dateString":"2017-08-01T03:53:00Z",
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":122
},
{
"_id":"597ffc5e5ae6f0c63dfb0930",
"date":1501559280000,
"dateString":"2017-08-01T03:48:00Z",
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":118
},
{
"_id":"597ffa6c5ae6f0c63dfb092d",
"dateString":"2017-08-01T03:48:00Z",
"previousSGV":118,
"date":1501559280000,
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":119,
"direction":"Flat"
},
{
"_id":"597ff96e5ae6f0c63dfb092c",
"date":1501558980000,
"dateString":"2017-08-01T03:43:00Z",
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":118
},
{
"_id":"597ff8455ae6f0c63dfb092b",
"date":1501558680000,
"dateString":"2017-08-01T03:38:00Z",
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":118
},
{
"_id":"597ff6f05ae6f0c63dfb0929",
"date":1501558380000,
"dateString":"2017-08-01T03:33:00Z",
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":118
},
{
"_id":"597ff69f5ae6f0c63dfb0928",
"date":1501558080000,
"dateString":"2017-08-01T03:28:00Z",
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":122
},
{
"_id":"597ff5cb5ae6f0c63dfb0927",
"dateString":"2017-08-01T03:28:00Z",
"previousSGV":131,
"date":1501558080000,
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":123,
"direction":"SingleDown"
},
{
"_id":"597ff56e5ae6f0c63dfb0926",
"date":1501557780000,
"dateString":"2017-08-01T03:23:00Z",
"device":"rileylink://MPRL",
"type":"sgv",
"sgv":130
}
]

Loop Issue Report

Generated: 2017-08-01 04:17:50 +0000

Loop v1.4.0

DeviceDataManager

launchDate: 2017-08-01 01:01:20 +0000
cgm: Optional(Loop.CGM.enlite)
latestPumpStatusFromMySentry: Optional(MinimedKit.MySentryPumpStatusMessageBody(sequence: 236, pumpDateComponents: calendar: gregorian (fixed) year: 2017 month: 7 day: 31 hour: 21 minute: 15 second: 7 isLeapMonth: false , batteryRemainingPercent: 100, iob: 7.2249999999999996, reservoirRemainingUnits: 141.0, reservoirRemainingPercent: 50, reservoirRemainingMinutes: 1605, glucoseTrend: MinimedKit.GlucoseTrend.flat, glucoseDateComponents: Optional(calendar: gregorian (fixed) year: 2017 month: 7 day: 31 hour: 21 minute: 13 second: 0 isLeapMonth: false ), glucose: MinimedKit.SensorReading.active(134), previousGlucose: MinimedKit.SensorReading.active(130), sensorAgeHours: 48, sensorRemainingHours: 24, clockType: MinimedKit.ClockType.twelveHour, nextSensorCalibrationDateComponents: Optional(calendar: gregorian (fixed) hour: 21 minute: 20 isLeapMonth: false ), rxData: 36 bytes))
pumpState: Optional(## PumpState
timeZone: GMT-0700 (fixed)
pumpRegion: North America
pumpModel: 723
lastHistoryDump: 0000-12-30 00:00:00 +0000
awakeUntil: 2017-08-01 04:16:08 +0000
lastWakeAttempt: Optional(2017-08-01 02:21:24 +0000))
preferredInsulinDataSource: Event History

EnliteCGMManager

sensorState: Optional(Loop.EnliteSensorDisplayable(isStateValid: true, trendType: nil, isLocal: true))

RileyLinkDeviceManager

timerTickEnabled: true

idleListeningEnabled: true

idleTimeout: 60.0

RileyLinkDevice

name: MPRL
RSSI: -66
lastIdle: 2017-08-01 04:16:44 +0000
lastTuned: 0000-12-30 00:00:00 +0000
radioFrequency: 0.0
firmwareVersion: subg_rfspy 0.9 / ble_rfspy 0.9
state: Connected

StatusExtensionDataManager

appGroupName: group.com.pangburn.Loop.LoopGroup
statusExtensionContext: Optional(["glucose": [["unit": "mg/dL", "startDate": 2017-08-01 03:48:00 +0000, "value": 119.0], ["unit": "mg/dL", "startDate": 2017-08-01 03:53:00 +0000, "value": 122.0], ["unit": "mg/dL", "startDate": 2017-08-01 03:58:00 +0000, "value": 125.0], ["unit": "mg/dL", "startDate": 2017-08-01 04:03:00 +0000, "value": 127.0], ["unit": "mg/dL", "startDate": 2017-08-01 04:08:00 +0000, "value": 130.0], ["unit": "mg/dL", "startDate": 2017-08-01 04:13:00 +0000, "value": 134.0]], "predictedGlucose": ["interval": 300.0, "unit": "mg/dL", "values": [135.40000000000001, 138.18857809387384, 139.14851935266384, 138.23755317492541, 136.16717567441574, 134.08124093402392, 132.01088733910393, 130.03721933803439, 128.20325370506436, 126.54735145867949, 125.05525795446681, 123.75970619024929, 122.75211083909558, 122.05940585704118, 121.71297910098568, 121.74608065172649, 122.20187131625258, 123.09699805949995, 124.4280485568913, 126.18811849203129, 128.36535750981065, 130.92854890487038, 133.87088902561888, 137.18264081031404, 140.85555617332264, 144.89133036687005, 149.23715795588143, 156.60431142907871, 164.06043358833037, 171.60201659183045, 179.22480141652503, 186.97043397216262, 195.5362435160379, 204.15614126677556, 212.81991545552984, 221.48792354352167, 230.15386010010781, 238.79354744548067, 247.40953457340771, 256.01013706168447, 256.66812109699083, 256.51759366840724, 256.38667053256194, 256.30592359751768, 256.27169010010562, 256.27169010010562], "startDate": 2017-08-01 04:15:00 +0000], "reservoir": ["startDate": 2017-08-01 04:15:07 +0000, "capacity": 300, "unitVolume": 141.0], "loop": ["dosingEnabled": true, "lastCompleted": 2017-08-01 04:15:42 +0000], "batteryPercentage": 1.0, "targetRanges": [["minValue": 100.0, "maxValue": 120.0, "startDate": 2017-07-31 07:00:00 +0000, "endDate": 2017-07-31 07:00:00 +0000], ["minValue": 100.0, "maxValue": 120.0, "startDate": 2017-08-01 07:00:00 +0000, "endDate": 2017-08-01 07:00:00 +0000]], "sensor": ["isStateValid": true, "isLocal": true, "stateDescription": "OK"], "netBasal": ["percentage": 1.0, "end": 2017-08-01 04:30:45 +0000, "start": 2017-08-01 04:00:45 +0000, "rate": 1.6000000000000001], "version": 3])

NSUserDefaults

["WebKitDNSPrefetchingEnabled": 0, "WebKitFetchAPIEnabled": 0, "com.loudnate.Naterade.InsulinSensitivitySchedule": {
items = (
{
startTime = 0;
value = 30;
}
);
timeZone = "-25200";
unit = "mg/dL";
}, "com.loudnate.CarbKit.ModifiedCarbEntries": <__NSArray0 0x174016fa0>(

)
, "WebKitStorageTrackerEnabledPreferenceKey": 0, "WebKitEnableInheritURIQueryComponent": 0, "METAL_ERROR_CHECK_EXTENDED_MODE": 4, "WebKitSpatialNavigationEnabled": 0, "WebKitDefaultFontSize": 16, "WebKitJavaScriptMarkupEnabled": 1, "com.loopkit.Loop.PumpRegion": 0, "WebKitCursiveFont": Snell Roundhand, "WebKitPrivateBrowsingEnabled": 0, "NSLanguages": <__NSArrayI 0x170030ca0>(
en-US,
en
)
, "WebKitBackForwardCacheExpirationIntervalKey": 1800, "com.loopkit.Loop.insulinCounteractionEffects": <__NSArrayI 0x102b9e4c0>(
{
doubleValue = "-0.7999999999999999";
endDate = "2017-08-01 01:08:00 +0000";
startDate = "2017-08-01 01:03:00 +0000";
},
{
doubleValue = "0.05264848083591004";
endDate = "2017-08-01 01:13:00 +0000";
startDate = "2017-08-01 01:08:00 +0000";
},
{
doubleValue = "0.2829016069324382";
endDate = "2017-08-01 01:18:00 +0000";
startDate = "2017-08-01 01:13:00 +0000";
},
{
doubleValue = "-0.08344931441068297";
endDate = "2017-08-01 01:23:00 +0000";
startDate = "2017-08-01 01:18:00 +0000";
},
{
doubleValue = "0.1392478551873808";
endDate = "2017-08-01 01:28:00 +0000";
startDate = "2017-08-01 01:23:00 +0000";
},
{
doubleValue = "0.1551735656982487";
endDate = "2017-08-01 01:33:00 +0000";
startDate = "2017-08-01 01:28:00 +0000";
},
{
doubleValue = "0.7644808545280568";
endDate = "2017-08-01 01:38:00 +0000";
startDate = "2017-08-01 01:33:00 +0000";
},
{
doubleValue = "0.7677332981029962";
endDate = "2017-08-01 01:43:00 +0000";
startDate = "2017-08-01 01:38:00 +0000";
},
{
doubleValue = "0.9652998337272832";
endDate = "2017-08-01 01:48:00 +0000";
startDate = "2017-08-01 01:43:00 +0000";
},
{
doubleValue = "0.5608302928008185";
endDate = "2017-08-01 01:53:00 +0000";
startDate = "2017-08-01 01:48:00 +0000";
},
{
doubleValue = "-0.04408302083460853";
endDate = "2017-08-01 01:58:00 +0000";
startDate = "2017-08-01 01:53:00 +0000";
},
{
doubleValue = "-0.04650779662341051";
endDate = "2017-08-01 02:03:00 +0000";
startDate = "2017-08-01 01:58:00 +0000";
},
{
doubleValue = "-0.6491423427888492";
endDate = "2017-08-01 02:08:00 +0000";
startDate = "2017-08-01 02:03:00 +0000";
},
{
doubleValue = "0.7468092908456128";
endDate = "2017-08-01 02:13:00 +0000";
startDate = "2017-08-01 02:08:00 +0000";
},
{
doubleValue = "0.7472477304558424";
endDate = "2017-08-01 02:18:00 +0000";
startDate = "2017-08-01 02:13:00 +0000";
},
{
doubleValue = "0.3331932512331945";
endDate = "2017-08-01 02:23:00 +0000";
startDate = "2017-08-01 02:18:00 +0000";
},
{
doubleValue = "0.1214319380146662";
endDate = "2017-08-01 02:28:00 +0000";
startDate = "2017-08-01 02:23:00 +0000";
},
{
doubleValue = "0.1063250722043222";
endDate = "2017-08-01 02:33:00 +0000";
startDate = "2017-08-01 02:28:00 +0000";
},
{
doubleValue = "0.08456302371412221";
endDate = "2017-08-01 02:38:00 +0000";
startDate = "2017-08-01 02:33:00 +0000";
},
{
doubleValue = "-0.139895433781885";
endDate = "2017-08-01 02:43:00 +0000";
startDate = "2017-08-01 02:38:00 +0000";
},
{
doubleValue = "0.2360332202138011";
endDate = "2017-08-01 02:48:00 +0000";
startDate = "2017-08-01 02:43:00 +0000";
},
{
doubleValue = "0.4068701399534802";
endDate = "2017-08-01 02:53:00 +0000";
startDate = "2017-08-01 02:48:00 +0000";
},
{
doubleValue = "-0.0232331561365811";
endDate = "2017-08-01 02:58:00 +0000";
startDate = "2017-08-01 02:53:00 +0000";
},
{
doubleValue = "-0.2534674191567092";
endDate = "2017-08-01 03:03:00 +0000";
startDate = "2017-08-01 02:58:00 +0000";
},
{
doubleValue = "0.9141039058046202";
endDate = "2017-08-01 03:08:00 +0000";
startDate = "2017-08-01 03:03:00 +0000";
},
{
doubleValue = "0.6227498293413191";
endDate = "2017-08-01 03:13:00 +0000";
startDate = "2017-08-01 03:08:00 +0000";
},
{
doubleValue = "0.5960130105116945";
endDate = "2017-08-01 03:18:00 +0000";
startDate = "2017-08-01 03:13:00 +0000";
},
{
doubleValue = "0.951933946212307";
endDate = "2017-08-01 03:23:00 +0000";
startDate = "2017-08-01 03:18:00 +0000";
},
{
doubleValue = "0.28086371964867";
endDate = "2017-08-01 03:28:00 +0000";
startDate = "2017-08-01 03:23:00 +0000";
},
{
doubleValue = "0.9926869659848533";
endDate = "2017-08-01 03:33:00 +0000";
startDate = "2017-08-01 03:28:00 +0000";
},
{
doubleValue = "2.089020859785279";
endDate = "2017-08-01 03:38:00 +0000";
startDate = "2017-08-01 03:33:00 +0000";
},
{
doubleValue = "2.167329501808717";
endDate = "2017-08-01 03:43:00 +0000";
startDate = "2017-08-01 03:38:00 +0000";
},
{
doubleValue = "2.429896032269329";
endDate = "2017-08-01 03:48:00 +0000";
startDate = "2017-08-01 03:43:00 +0000";
},
{
doubleValue = "2.877731108550833";
endDate = "2017-08-01 03:53:00 +0000";
startDate = "2017-08-01 03:48:00 +0000";
},
{
doubleValue = "2.915261502854286";
endDate = "2017-08-01 03:58:00 +0000";
startDate = "2017-08-01 03:53:00 +0000";
},
{
doubleValue = "2.729997023806851";
endDate = "2017-08-01 04:03:00 +0000";
startDate = "2017-08-01 03:58:00 +0000";
},
{
doubleValue = "2.830853132226655";
endDate = "2017-08-01 04:08:00 +0000";
startDate = "2017-08-01 04:03:00 +0000";
},
{
doubleValue = "3.051593189281174";
endDate = "2017-08-01 04:13:00 +0000";
startDate = "2017-08-01 04:08:00 +0000";
}
)
, "WebKitAudioSessionCategoryOverride": 0, "WebKitUseLegacyTextAlignPositionedElementBehavior": 0, "WebKitEnablePasswordEchoPreferenceKey": 1, "WebKitAcceleratedDrawingEnabled": 1, "com.loudnate.Naterade.PumpID": 927355, "METAL_ERROR_MODE": 6, "WebKitSimpleLineLayoutDebugBordersEnabled": 0, "WebDatabaseDirectory": /var/mobile/Containers/Data/Application/C862E2D7-F36C-4C63-931B-01513CB7DF0D/Library/Caches, "WebKitSansSerifFont": Helvetica, "WebKitMinimumLogicalFontSize": 9, "METAL_DEVICE_WRAPPER_TYPE": 0, "WebKitDOMTimersThrottlingEnabledPreferenceKey": 1, "com.loopkit.Loop.cgmSettings": {
type = enlite;
version = 1;
}, "WebKitLocalStorageDatabasePathPreferenceKey": /var/mobile/Containers/Data/Application/C862E2D7-F36C-4C63-931B-01513CB7DF0D/Library/Caches, "WebKitHyperlinkAuditingEnabled": 1, "WebKitApplicationCacheDefaultOriginQuota": 26214400, "WebKitShowDebugBorders": 0, "WebKitCacheModelPreferenceKey": 0, "AppleKeyboardsExpanded": 1, "AppleLanguages": <__NSCFArray 0x170266900>(
en-US
)
, "AppleLocale": en_US, "WebKitShowRepaintCounter": 0, "WebKitAttachmentElementEnabled": 0, "WebKitFantasyFont": Papyrus, "METAL_DEBUG_ERROR_MODE": 4, "WebKitEditableLinkBehavior": 0, "WebKitShadowDOMEnabled": 1, "WebKitAsynchronousSpellCheckingEnabled": 0, "WebKitMediaPlaybackRequiresUserGesture": 1, "com.apple.content-rating.MovieRating": 1000, "WebKitDatabasesEnabledPreferenceKey": 1, "WebKitMediaDataLoadsAutomatically": 0, "WebKitDeveloperExtrasEnabledPreferenceKey": 0, "AppleKeyboards": <__NSCFArray 0x170266ac0>(
en_US@hw=US;sw=QWERTY,
emoji@sw=Emoji
)
, "com.apple.content-rating.TVShowRating": 1000, "WebKitJavaScriptRuntimeFlagsPreferenceKey": 0, "ApplePasscodeKeyboards": <__NSCFArray 0x170266b00>(
en_US@hw=US;sw=QWERTY,
emoji@sw=Emoji
)
, "WebKitJavaScriptEnabled": 1, "WebKitPageCacheSupportsPluginsPreferenceKey": 1, "WebKitVideoPlaybackRequiresUserGesture": 0, "AKLastCheckInAttemptDate": 2017-07-31 08:11:56 +0000, "WebKitAuthorAndUserStylesEnabledPreferenceKey": 1, "WebKitAVFoundationEnabled": 1, "WebKitDiagnosticLoggingEnabled": 0, "WebKitAccelerated2dCanvasEnabled": 0, "AddingEmojiKeybordHandled": 1, "PKContactlessInterfaceHomeButtonSourceHasOccuredKey": 1, "WebKitDefaultFixedFontSize": 13, "WebKitNetworkDataUsageTrackingEnabledPreferenceKey": 0, "WebKitSubpixelCSSOMElementMetricsEnabled": 0, "WebKitDownloadAttributeEnabled": 0, "WebKitMinimumFontSize": 0, "NSInterfaceStyle": macintosh, "WebKitSerifFont": Times, "WebKitDisplayListDrawingEnabled": 0, "WebKitMaxParseDurationPreferenceKey": -1, "com.loudnate.CarbKit.CarbEntryCache": <__NSArrayI 0x17085eb40>(
{
absorptionTime = 10800;
createdByCurrentApp = 0;
externalId = 597f97745ae6f0c63dfb0783;
sampleUUID = "C2B1675B-2547-47FF-AA51-8F08A7C8AACA";
startDate = "2017-07-31 20:47:41 +0000";
unitString = g;
value = 40;
},
{
absorptionTime = 10800;
createdByCurrentApp = 0;
externalId = 597f82cd5ae6f0c63dfb0768;
sampleUUID = "394735EF-2800-4E79-8D7E-DE26DA9E7A42";
startDate = "2017-07-31 19:30:25 +0000";
unitString = g;
value = 60;
},
{
absorptionTime = 10800;
createdByCurrentApp = 0;
externalId = 597f94635ae6f0c63dfb077d;
sampleUUID = "1243C4A0-C877-4216-9A16-357F8070F56C";
startDate = "2017-07-31 20:33:36 +0000";
unitString = g;
value = 60;
},
{
absorptionTime = 10800;
createdByCurrentApp = 1;
externalId = 597fea675ae6f0c63dfb0915;
sampleUUID = "7AC388F9-187D-4DC1-A6F7-3F3C2E45ADD2";
startDate = "2017-08-01 03:00:20 +0000";
unitString = g;
value = 150;
}
)
, "WebKitJavaScriptCanOpenWindowsAutomatically": 0, "WebKitAudioPlaybackRequiresUserGesture": 0, "WebKitWebSecurityEnabled": 1, "WebKitLowPowerVideoAudioBufferSizeEnabled": 0, "WebKitFrameFlatteningEnabled": 1, "WebKitUsesPageCachePreferenceKey": 1, "WebKitHiddenPageDOMTimerThrottlingEnabled": 0, "WebKitUserStyleSheetLocationPreferenceKey": , "WebKitXSSAuditorEnabled": 1, "WebKitLayoutIntervalPreferenceKey": -1, "INNextHearbeatDate": 523477561.867497, "WebKitHistoryItemLimit": 1000, "WebKitStorageBlockingPolicy": 0, "WebKitLocalStorageEnabledPreferenceKey": 1, "WebKitAllowFileAccessFromFileURLs": 1, "WebKitPlugInSnapshottingEnabled": 0, "WebKitUsesEncodingDetector": 0, "com.loudnate.Naterade.InsulinActionDuration": 12600, "com.apple.content-rating.ExplicitMusicPodcastsAllowed": 1, "WebKitAllowAnimatedImagesPreferenceKey": 1, "WebKitFullScreenEnabled": 0, "METAL_WARNING_MODE": 4, "com.loudnate.Naterade.CarbRatioSchedule": {
items = (
{
startTime = 0;
value = "9.5";
},
{
startTime = 18000;
value = "8.5";
},
{
startTime = 36000;
value = "9.5";
},
{
startTime = 52200;
value = "8.5";
},
{
startTime = 61200;
value = "9.5";
},
{
startTime = 73800;
value = 9;
}
);
timeZone = "-25200";
unit = g;
}, "AKLastEmailListRequestDateKey": 2017-06-27 16:10:42 +0000, "WebKitQTKitEnabled": 0, "WebKitShrinksStandaloneImagesToFit": 1, "WebKitHiddenPageCSSAnimationSuspensionEnabled": 0, "WebKitAllowsInlineMediaPlaybackAfterFullscreen": 1, "WebKitStandardFont": Times, "AKDeviceUnlockState": 1, "AppleTemperatureUnit": Fahrenheit, "WebKitAVFoundationNSURLSessionEnabled": 1, "PKKeychainVersionKey": 2, "WebKitCanvasUsesAcceleratedDrawing": 1, "WebKitInterpolationQualityPreferenceKey": 2, "AppleLanguagesDidMigrate": 14C92, "WebKitMediaPlaybackAllowsInline": 0, "WebKitApplicationCacheTotalQuota": 9223372036854775807, "WebKitResourceLoadStatisticsEnabled": 0, "WebKitWebArchiveDebugModeEnabledPreferenceKey": 0, "WebKitWantsBalancedSetDefersLoadingBehavior": 0, "WebKitTelephoneParsingEnabledPreferenceKey": 0, "WebKitExperimentalNotificationsEnabledPreferenceKey": 0, "WebKitAVKitEnabled": 1, "WebKitFixedFont": Courier, "WebKitAllowUniversalAccessFromFileURLs": 1, "com.apple.content-rating.AppRating": 1000, "WebKitAlwaysRequestGeolocationPermission": 0, "WebKitWebAudioEnabled": 1, "WebKitForceSoftwareWebGLRendering": 0, "WebKitSuppressesIncrementalRendering": 0, "com.loudnate.Naterade.PumpModelNumber": 723, "com.loudnate.Naterade.ConnectedPeripheralIDs": <__NSCFArray 0x17087a900>(
8A85F10F-CA06-4BB5-95A1-507701F3DB71
)
, "WebKitLoadSiteIconsKey": 0, "WebKitJavaScriptCanAccessClipboard": 0, "WebKitNetworkInterfaceNamePreferenceKey": , "InlineMediaPlaybackRequiresPlaysInlineAttribute": 1, "WebKitShouldRespectImageOrientation": 1, "WebKitUseSiteSpecificSpoofing": 0, "WebKitMinimumZoomFontSizePreferenceKey": 15, "WebKitUserStyleSheetEnabledPreferenceKey": 0, "WebKitDisplayImagesKey": 1, "WebKitPluginsEnabled": 1, "AKLastCheckInSuccessDate": 2017-07-31 08:11:57 +0000, "WebKitRequestAnimationFrameEnabled": 1, "WebKitUsePreHTML5ParserQuirks": 0, "WebKitWebGLEnabled": 1, "WebKitAllowAnimatedImageLoopingPreferenceKey": 1, "WebKitLocalFileContentSniffingEnabledPreferenceKey": 0, "com.loudnate.Naterade.BasalRateSchedule": {
items = (
{
startTime = 0;
value = "1.3";
},
{
startTime = 43200;
value = "1.1";
},
{
startTime = 57600;
value = "1.3";
},
{
startTime = 64800;
value = "1.25";
},
{
startTime = 75600;
value = "1.4";
}
);
timeZone = "-25200";
}, "WebKitPasswordEchoDurationPreferenceKey": 2, "WebKitZoomsTextOnly": 1, "WebKitAcceleratedCompositingEnabled": 1, "WebKitHTTPEquivEnabled": 1, "com.loopkit.Loop.loopSettings": {
dosingEnabled = 1;
glucoseTargetRangeSchedule = {
items = (
{
startTime = 0;
value = (
100,
120
);
}
);
timeZone = "-25200";
unit = "mg/dL";
workoutRange = (
130,
150
);
};
maximumBasalRatePerHour = 3;
maximumBolus = 25;
minimumBGGuard = {
units = "mg/dL";
value = 50;
};
retrospectiveCorrectionEnabled = 1;
version = 1;
}, "WebKitOfflineWebApplicationCacheEnabled": 1, "WebKitAllowsPictureInPictureMediaPlayback": 1, "WebKitAllowMultiElementImplicitFormSubmissionPreferenceKey": 0, "WebKitHistoryAgeInDaysLimit": 7, "WebKitTextAutosizingEnabled": 1, "MSVLoggingMasterSwitchEnabledKey": 0, "WebKitPictographFont": AppleColorEmoji, "com.apple.content-rating.ExplicitBooksAllowed": 1, "WebKitDefaultTextEncodingName": ISO-8859-1, "WebKitMediaControlsScaleWithPageZoom": 0]

LoopDataManager

settings: Loop.LoopSettings(dosingEnabled: true, dynamicCarbAbsorptionEnabled: true, glucoseTargetRangeSchedule: Optional(["items": [["startTime": 0.0, "value": <__NSArrayI 0x1704283a0>(
100,
120
)
]], "timeZone": -25200, "workoutRange": <__NSArrayI 0x17043cee0>(
130,
150
)
, "unit": "mg/dL"]), maximumBasalRatePerHour: Optional(3.0), maximumBolus: Optional(25.0), minimumBGGuard: Optional(Loop.GlucoseThreshold(value: 50.0, unit: mg/dL)), retrospectiveCorrectionEnabled: true)
insulinCounteractionEffects: [LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:03:00 +0000, endDate: 2017-08-01 01:08:00 +0000, quantity: -0.0133333 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:08:00 +0000, endDate: 2017-08-01 01:13:00 +0000, quantity: 0.000877475 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:13:00 +0000, endDate: 2017-08-01 01:18:00 +0000, quantity: 0.00471503 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:18:00 +0000, endDate: 2017-08-01 01:23:00 +0000, quantity: -0.00139082 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:23:00 +0000, endDate: 2017-08-01 01:28:00 +0000, quantity: 0.0023208 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:28:00 +0000, endDate: 2017-08-01 01:33:00 +0000, quantity: 0.00258623 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:33:00 +0000, endDate: 2017-08-01 01:38:00 +0000, quantity: 0.0127413 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:38:00 +0000, endDate: 2017-08-01 01:43:00 +0000, quantity: 0.0127956 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:43:00 +0000, endDate: 2017-08-01 01:48:00 +0000, quantity: 0.0160883 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:48:00 +0000, endDate: 2017-08-01 01:53:00 +0000, quantity: 0.00934717 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:53:00 +0000, endDate: 2017-08-01 01:58:00 +0000, quantity: -0.000734717 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 01:58:00 +0000, endDate: 2017-08-01 02:03:00 +0000, quantity: -0.00077513 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:03:00 +0000, endDate: 2017-08-01 02:08:00 +0000, quantity: -0.010819 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:08:00 +0000, endDate: 2017-08-01 02:13:00 +0000, quantity: 0.0124468 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:13:00 +0000, endDate: 2017-08-01 02:18:00 +0000, quantity: 0.0124541 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:18:00 +0000, endDate: 2017-08-01 02:23:00 +0000, quantity: 0.00555322 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:23:00 +0000, endDate: 2017-08-01 02:28:00 +0000, quantity: 0.00202387 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:28:00 +0000, endDate: 2017-08-01 02:33:00 +0000, quantity: 0.00177208 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:33:00 +0000, endDate: 2017-08-01 02:38:00 +0000, quantity: 0.00140938 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:38:00 +0000, endDate: 2017-08-01 02:43:00 +0000, quantity: -0.00233159 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:43:00 +0000, endDate: 2017-08-01 02:48:00 +0000, quantity: 0.00393389 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:48:00 +0000, endDate: 2017-08-01 02:53:00 +0000, quantity: 0.00678117 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:53:00 +0000, endDate: 2017-08-01 02:58:00 +0000, quantity: -0.000387219 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 02:58:00 +0000, endDate: 2017-08-01 03:03:00 +0000, quantity: -0.00422446 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:03:00 +0000, endDate: 2017-08-01 03:08:00 +0000, quantity: 0.0152351 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:08:00 +0000, endDate: 2017-08-01 03:13:00 +0000, quantity: 0.0103792 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:13:00 +0000, endDate: 2017-08-01 03:18:00 +0000, quantity: 0.00993355 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:18:00 +0000, endDate: 2017-08-01 03:23:00 +0000, quantity: 0.0158656 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:23:00 +0000, endDate: 2017-08-01 03:28:00 +0000, quantity: 0.00468106 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:28:00 +0000, endDate: 2017-08-01 03:33:00 +0000, quantity: 0.0165448 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:33:00 +0000, endDate: 2017-08-01 03:38:00 +0000, quantity: 0.034817 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:38:00 +0000, endDate: 2017-08-01 03:43:00 +0000, quantity: 0.0361222 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:43:00 +0000, endDate: 2017-08-01 03:48:00 +0000, quantity: 0.0404983 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:48:00 +0000, endDate: 2017-08-01 03:53:00 +0000, quantity: 0.0479622 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:53:00 +0000, endDate: 2017-08-01 03:58:00 +0000, quantity: 0.0485877 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 03:58:00 +0000, endDate: 2017-08-01 04:03:00 +0000, quantity: 0.0455 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 04:03:00 +0000, endDate: 2017-08-01 04:08:00 +0000, quantity: 0.0471809 mg/dL·s), LoopKit.GlucoseEffectVelocity(startDate: 2017-08-01 04:08:00 +0000, endDate: 2017-08-01 04:13:00 +0000, quantity: 0.0508599 mg/dL·s)]
predictedGlucose: [LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:13:00 +0000, quantity: 134 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:15:00 +0000, quantity: 135.4 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:20:00 +0000, quantity: 138.189 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:25:00 +0000, quantity: 139.149 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:30:00 +0000, quantity: 138.238 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:35:00 +0000, quantity: 136.167 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:40:00 +0000, quantity: 134.081 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:45:00 +0000, quantity: 132.011 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:50:00 +0000, quantity: 130.037 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:55:00 +0000, quantity: 128.203 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:00:00 +0000, quantity: 126.547 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:05:00 +0000, quantity: 125.055 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:10:00 +0000, quantity: 123.76 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:15:00 +0000, quantity: 122.752 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:20:00 +0000, quantity: 122.059 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:25:00 +0000, quantity: 121.713 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:30:00 +0000, quantity: 121.746 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:35:00 +0000, quantity: 122.202 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:40:00 +0000, quantity: 123.097 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:45:00 +0000, quantity: 124.428 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:50:00 +0000, quantity: 126.188 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 05:55:00 +0000, quantity: 128.365 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:00:00 +0000, quantity: 130.929 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:05:00 +0000, quantity: 133.871 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:10:00 +0000, quantity: 137.183 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:15:00 +0000, quantity: 140.856 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:20:00 +0000, quantity: 144.891 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:25:00 +0000, quantity: 149.237 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:30:00 +0000, quantity: 156.604 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:35:00 +0000, quantity: 164.06 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:40:00 +0000, quantity: 171.602 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:45:00 +0000, quantity: 179.225 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:50:00 +0000, quantity: 186.97 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 06:55:00 +0000, quantity: 195.536 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:00:00 +0000, quantity: 204.156 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:05:00 +0000, quantity: 212.82 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:10:00 +0000, quantity: 221.488 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:15:00 +0000, quantity: 230.154 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:20:00 +0000, quantity: 238.794 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:25:00 +0000, quantity: 247.41 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:30:00 +0000, quantity: 256.01 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:35:00 +0000, quantity: 256.668 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:40:00 +0000, quantity: 256.518 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:45:00 +0000, quantity: 256.387 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:50:00 +0000, quantity: 256.306 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 07:55:00 +0000, quantity: 256.272 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 08:00:00 +0000, quantity: 256.272 mg/dL)]
retrospectivePredictedGlucose: [LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 03:48:00 +0000, quantity: 119 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 03:50:00 +0000, quantity: 119 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 03:55:00 +0000, quantity: 122.036 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:00:00 +0000, quantity: 125.037 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:05:00 +0000, quantity: 127.037 mg/dL), LoopKit.PredictedGlucoseValue(startDate: 2017-08-01 04:10:00 +0000, quantity: 130.037 mg/dL)]
recommendedTempBasal: nil
lastBolus: nil
lastGlucoseChange: Optional((start: 130 mg/dL metadata: {
"com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
} (2017-07-31 21:08:00 -0700 - 2017-07-31 21:08:00 -0700), end: 134 mg/dL metadata: {
"com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
} (2017-07-31 21:13:00 -0700 - 2017-07-31 21:13:00 -0700)))
retrospectiveGlucoseChange: Optional((start: 119 mg/dL metadata: {
"com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
} (2017-07-31 20:48:00 -0700 - 2017-07-31 20:48:00 -0700), end: 134 mg/dL metadata: {
"com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
} (2017-07-31 21:13:00 -0700 - 2017-07-31 21:13:00 -0700)))
lastLoopCompleted: Optional(2017-08-01 04:15:42 +0000)
lastTempBasal: Optional(InsulinKit.DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 04:00:45 +0000, endDate: 2017-08-01 04:30:45 +0000, value: 3.0, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil))
carbsOnBoard: Optional(CarbKit.CarbValue(startDate: 2017-08-01 04:15:00 +0000, endDate: 2017-08-01 04:15:00 +0000, quantity: 108.593 g))
insulinOnBoard: Optional(InsulinKit.InsulinValue(startDate: 2017-08-01 04:15:00 +0000, value: 8.0861190966510677))
error: nil

GlucoseStore

  • latestGlucoseValue: Optional(134 mg/dL metadata: {
    "com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
    } (2017-07-31 21:13:00 -0700 - 2017-07-31 21:13:00 -0700))
  • managedDataInterval: 0.0
  • reflectionDataInterval: 1800.0
  • momentumDataInterval: 900.0
  • sampleDataCache: [119 mg/dL metadata: {
    "com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
    } (2017-07-31 20:48:00 -0700 - 2017-07-31 20:48:00 -0700), 122 mg/dL metadata: {
    "com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
    } (2017-07-31 20:53:00 -0700 - 2017-07-31 20:53:00 -0700), 125 mg/dL metadata: {
    "com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
    } (2017-07-31 20:58:00 -0700 - 2017-07-31 20:58:00 -0700), 127 mg/dL metadata: {
    "com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
    } (2017-07-31 21:03:00 -0700 - 2017-07-31 21:03:00 -0700), 130 mg/dL metadata: {
    "com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
    } (2017-07-31 21:08:00 -0700 - 2017-07-31 21:08:00 -0700), 134 mg/dL metadata: {
    "com.loudnate.GlucoseKit.HKMetadataKey.GlucoseIsDisplayOnly" = 0;
    } (2017-07-31 21:13:00 -0700 - 2017-07-31 21:13:00 -0700)]
  • authorizationRequired: false

CarbStore

  • carbRatioSchedule: ["items": [["startTime": 0.0, "value": 9.5], ["startTime": 18000.0, "value": 8.5], ["startTime": 36000.0, "value": 9.5], ["startTime": 52200.0, "value": 8.5], ["startTime": 61200.0, "value": 9.5], ["startTime": 73800.0, "value": 9]], "timeZone": -25200, "unit": "g"]
  • defaultAbsorptionTimes: (fast: 7200.0, medium: 10800.0, slow: 14400.0)
  • insulinSensitivitySchedule: ["items": [["startTime": 0.0, "value": 30]], "timeZone": -25200, "unit": "mg/dL"]
  • delay: 600.0
  • authorizationRequired: false
  • isBackgroundDeliveryEnabled: false

carbEntryCache

  • 2017-07-31 20:47:41 +0000, 40 g, 10800.0, External
  • 2017-07-31 20:33:36 +0000, 60 g, 10800.0, External
  • 2017-08-01 03:00:20 +0000, 150 g, 10800.0,

DoseStore

  • readyState: ready
  • insulinActionDuration: 12600.0
  • basalProfile: ["items": [["startTime": 0.0, "value": 1.3], ["startTime": 43200.0, "value": 1.1], ["startTime": 57600.0, "value": 1.3], ["startTime": 64800.0, "value": 1.25], ["startTime": 75600.0, "value": 1.4]], "timeZone": -25200]
  • insulinSensitivitySchedule: ["items": [["startTime": 0.0, "value": 30]], "timeZone": -25200, "unit": "mg/dL"]
  • areReservoirValuesContinuous: false
  • primeEventExistsWithinInsulinActionDuration: false
  • totalDeliveryCache: Optional(InsulinKit.InsulinValue(startDate: 2017-08-01 01:05:15 +0000, value: 15.974999999999994))
  • lastPrimeEventDate: Optional(0000-12-30 00:00:00 +0000)

getReservoirValues

  • 2017-08-01 04:15:07 +0000, 141.0
  • 2017-08-01 04:10:13 +0000, 141.3
  • 2017-08-01 04:05:56 +0000, 141.5
  • 2017-08-01 04:00:18 +0000, 141.7
  • 2017-08-01 03:55:03 +0000, 141.9
  • 2017-08-01 03:50:03 +0000, 142.0
  • 2017-08-01 03:45:44 +0000, 142.0
  • 2017-08-01 03:40:47 +0000, 142.0
  • 2017-08-01 03:35:07 +0000, 142.0
  • 2017-08-01 03:30:13 +0000, 142.0
  • 2017-08-01 03:25:56 +0000, 142.1
  • 2017-08-01 03:20:29 +0000, 142.3
  • 2017-08-01 03:10:03 +0000, 142.8
  • 2017-08-01 03:05:44 +0000, 145.4
  • 2017-08-01 02:55:07 +0000, 145.7
  • 2017-08-01 02:50:13 +0000, 145.8
  • 2017-08-01 02:45:56 +0000, 147.2
  • 2017-08-01 02:40:18 +0000, 154.7
  • 2017-08-01 02:35:03 +0000, 154.9
  • 2017-08-01 02:30:03 +0000, 155.1
  • 2017-08-01 02:25:44 +0000, 155.2
  • 2017-08-01 02:20:47 +0000, 155.3
  • 2017-08-01 02:15:07 +0000, 155.4
  • 2017-08-01 02:10:13 +0000, 155.5
  • 2017-08-01 02:05:56 +0000, 155.7
  • 2017-08-01 02:00:18 +0000, 155.9
  • 2017-08-01 01:55:03 +0000, 156.1
  • 2017-08-01 01:50:03 +0000, 156.4
  • 2017-08-01 01:45:44 +0000, 156.5
  • 2017-08-01 01:40:47 +0000, 156.6
  • 2017-08-01 01:35:07 +0000, 156.6
  • 2017-08-01 01:30:13 +0000, 156.6
  • 2017-08-01 01:25:56 +0000, 156.6
  • 2017-08-01 01:20:18 +0000, 156.6
  • 2017-08-01 01:15:03 +0000, 156.7
  • 2017-08-01 01:10:03 +0000, 156.8
  • 2017-08-01 01:05:44 +0000, 156.9
  • 2017-08-01 01:05:15 +0000, 156.975

getRecentPumpEventValues

  • <InsulinKit.PumpEvent: 0x170684650> (entity: PumpEvent; id: 0xd000000004440002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p273 ; data: )
  • <InsulinKit.PumpEvent: 0x17068f320> (entity: PumpEvent; id: 0xd000000004400002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p272 ; data: )
  • <InsulinKit.PumpEvent: 0x17049fd10> (entity: PumpEvent; id: 0xd0000000043c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p271 ; data: )
  • <InsulinKit.PumpEvent: 0x17069f0e0> (entity: PumpEvent; id: 0xd000000004380002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p270 ; data: )
  • <InsulinKit.PumpEvent: 0x1702999b0> (entity: PumpEvent; id: 0xd000000004340002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p269 ; data: )
  • <InsulinKit.PumpEvent: 0x170693560> (entity: PumpEvent; id: 0xd000000004300002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p268 ; data: )
  • <InsulinKit.PumpEvent: 0x17028d7f0> (entity: PumpEvent; id: 0xd0000000042c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p267 ; data: )
  • <InsulinKit.PumpEvent: 0x170492480> (entity: PumpEvent; id: 0xd000000004280002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p266 ; data: )
  • <InsulinKit.PumpEvent: 0x170481090> (entity: PumpEvent; id: 0xd000000004240002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p265 ; data: )
  • <InsulinKit.PumpEvent: 0x1704951d0> (entity: PumpEvent; id: 0xd000000004200002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p264 ; data: )
  • <InsulinKit.PumpEvent: 0x17068ce90> (entity: PumpEvent; id: 0xd0000000041c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p263 ; data: )
  • <InsulinKit.PumpEvent: 0x17048f870> (entity: PumpEvent; id: 0xd000000004040002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p257 ; data: )
  • <InsulinKit.PumpEvent: 0x17048a0a0> (entity: PumpEvent; id: 0xd000000004100002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p260 ; data: )
  • <InsulinKit.PumpEvent: 0x170495770> (entity: PumpEvent; id: 0xd0000000040c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p259 ; data: )
  • <InsulinKit.PumpEvent: 0x1702937e0> (entity: PumpEvent; id: 0xd000000004000002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p256 ; data: )
  • <InsulinKit.PumpEvent: 0x170498b50> (entity: PumpEvent; id: 0xd000000003fc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p255 ; data: )
  • <InsulinKit.PumpEvent: 0x17069f4a0> (entity: PumpEvent; id: 0xd000000003f80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p254 ; data: )
  • <InsulinKit.PumpEvent: 0x1704823a0> (entity: PumpEvent; id: 0xd000000003f40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p253 ; data: )
  • <InsulinKit.PumpEvent: 0x17048a3c0> (entity: PumpEvent; id: 0xd000000003f00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p252 ; data: )
  • <InsulinKit.PumpEvent: 0x17029cd90> (entity: PumpEvent; id: 0xd000000003ec0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p251 ; data: )
  • <InsulinKit.PumpEvent: 0x170490a90> (entity: PumpEvent; id: 0xd000000003e80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p250 ; data: )
  • <InsulinKit.PumpEvent: 0x17049e320> (entity: PumpEvent; id: 0xd000000003e40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p249 ; data: )
  • <InsulinKit.PumpEvent: 0x17048f280> (entity: PumpEvent; id: 0xd000000003e00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p248 ; data: )
  • <InsulinKit.PumpEvent: 0x17049be90> (entity: PumpEvent; id: 0xd000000003dc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p247 ; data: )
  • <InsulinKit.PumpEvent: 0x17049e910> (entity: PumpEvent; id: 0xd000000003d80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p246 ; data: )
  • <InsulinKit.PumpEvent: 0x1706864f0> (entity: PumpEvent; id: 0xd000000003d40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p245 ; data: )
  • <InsulinKit.PumpEvent: 0x170482170> (entity: PumpEvent; id: 0xd000000003d00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p244 ; data: )
  • <InsulinKit.PumpEvent: 0x170684a60> (entity: PumpEvent; id: 0xd000000003cc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p243 ; data: )
  • <InsulinKit.PumpEvent: 0x170689010> (entity: PumpEvent; id: 0xd000000003c80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p242 ; data: )
  • <InsulinKit.PumpEvent: 0x17048aa00> (entity: PumpEvent; id: 0xd000000003c40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p241 ; data: )
  • <InsulinKit.PumpEvent: 0x170295950> (entity: PumpEvent; id: 0xd000000003c00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p240 ; data: )
  • <InsulinKit.PumpEvent: 0x17068d660> (entity: PumpEvent; id: 0xd000000003bc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p239 ; data: )
  • <InsulinKit.PumpEvent: 0x17028ec90> (entity: PumpEvent; id: 0xd000000003b80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p238 ; data: )
  • <InsulinKit.PumpEvent: 0x1706990f0> (entity: PumpEvent; id: 0xd000000003b40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p237 ; data: )
  • <InsulinKit.PumpEvent: 0x17069a130> (entity: PumpEvent; id: 0xd000000003b00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p236 ; data: )
  • <InsulinKit.PumpEvent: 0x17068da70> (entity: PumpEvent; id: 0xd000000003ac0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p235 ; data: )
  • <InsulinKit.PumpEvent: 0x170484600> (entity: PumpEvent; id: 0xd000000003a80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p234 ; data: )
  • <InsulinKit.PumpEvent: 0x170692070> (entity: PumpEvent; id: 0xd000000003a40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p233 ; data: )
  • <InsulinKit.PumpEvent: 0x170694cd0> (entity: PumpEvent; id: 0xd000000003a00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p232 ; data: )
  • <InsulinKit.PumpEvent: 0x170486fe0> (entity: PumpEvent; id: 0xd0000000039c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p231 ; data: )
  • <InsulinKit.PumpEvent: 0x17069cbb0> (entity: PumpEvent; id: 0xd000000003980002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p230 ; data: )
  • <InsulinKit.PumpEvent: 0x170491170> (entity: PumpEvent; id: 0xd000000003940002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p229 ; data: )
  • <InsulinKit.PumpEvent: 0x170491df0> (entity: PumpEvent; id: 0xd000000002200002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p136 ; data: )
  • <InsulinKit.PumpEvent: 0x17049a360> (entity: PumpEvent; id: 0xd000000001d40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p117 ; data: )
  • <InsulinKit.PumpEvent: 0x170694640> (entity: PumpEvent; id: 0xd000000001b00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p108 ; data: )
  • <InsulinKit.PumpEvent: 0x1704851e0> (entity: PumpEvent; id: 0xd000000002040002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p129 ; data: )
  • <InsulinKit.PumpEvent: 0x17049a950> (entity: PumpEvent; id: 0xd000000001d00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p116 ; data: )
  • <InsulinKit.PumpEvent: 0x170494aa0> (entity: PumpEvent; id: 0xd0000000032c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p203 ; data: )
  • <InsulinKit.PumpEvent: 0x170488480> (entity: PumpEvent; id: 0xd000000001e80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p122 ; data: )
  • <InsulinKit.PumpEvent: 0x170293bf0> (entity: PumpEvent; id: 0xd000000000880002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p34 ; data: )
  • <InsulinKit.PumpEvent: 0x17048f050> (entity: PumpEvent; id: 0xd000000000400002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p16 ; data: )
  • <InsulinKit.PumpEvent: 0x17048c9e0> (entity: PumpEvent; id: 0xd000000002d00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p180 ; data: )
  • <InsulinKit.PumpEvent: 0x170499af0> (entity: PumpEvent; id: 0xd0000000006c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p27 ; data: )
  • <InsulinKit.PumpEvent: 0x1702957c0> (entity: PumpEvent; id: 0xd000000002480002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p146 ; data: )
  • <InsulinKit.PumpEvent: 0x1702931f0> (entity: PumpEvent; id: 0xd000000001340002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p77 ; data: )
  • <InsulinKit.PumpEvent: 0x17009ca70> (entity: PumpEvent; id: 0xd000000000480002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p18 ; data: )
  • <InsulinKit.PumpEvent: 0x17049b080> (entity: PumpEvent; id: 0xd000000001a40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p105 ; data: )
  • <InsulinKit.PumpEvent: 0x17069a680> (entity: PumpEvent; id: 0xd0000000012c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p75 ; data: )
  • <InsulinKit.PumpEvent: 0x17028f640> (entity: PumpEvent; id: 0xd000000002800002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p160 ; data: )
  • <InsulinKit.PumpEvent: 0x17029b670> (entity: PumpEvent; id: 0xd000000001880002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p98 ; data: )
  • <InsulinKit.PumpEvent: 0x170689920> (entity: PumpEvent; id: 0xd000000002a00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p168 ; data: )
  • <InsulinKit.PumpEvent: 0x17048f190> (entity: PumpEvent; id: 0xd000000002740002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p157 ; data: )
  • <InsulinKit.PumpEvent: 0x17068f5f0> (entity: PumpEvent; id: 0xd0000000028c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p163 ; data: )
  • <InsulinKit.PumpEvent: 0x170497c50> (entity: PumpEvent; id: 0xd000000001600002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p88 ; data: )
  • <InsulinKit.PumpEvent: 0x17068cc60> (entity: PumpEvent; id: 0xd0000000018c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p99 ; data: )
  • <InsulinKit.PumpEvent: 0x170481c20> (entity: PumpEvent; id: 0xd000000001740002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p93 ; data: )
  • <InsulinKit.PumpEvent: 0x17049de70> (entity: PumpEvent; id: 0xd000000002e40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p185 ; data: )
  • <InsulinKit.PumpEvent: 0x170680730> (entity: PumpEvent; id: 0xd000000001780002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p94 ; data: )
  • <InsulinKit.PumpEvent: 0x170499aa0> (entity: PumpEvent; id: 0xd0000000020c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p131 ; data: )
  • <InsulinKit.PumpEvent: 0x1704958b0> (entity: PumpEvent; id: 0xd000000000100002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p4 ; data: )
  • <InsulinKit.PumpEvent: 0x17068f0a0> (entity: PumpEvent; id: 0xd000000002000002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p128 ; data: )
  • <InsulinKit.PumpEvent: 0x170680b40> (entity: PumpEvent; id: 0xd000000000940002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p37 ; data: )
  • <InsulinKit.PumpEvent: 0x17028e2e0> (entity: PumpEvent; id: 0xd000000000540002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p21 ; data: )
  • <InsulinKit.PumpEvent: 0x170288250> (entity: PumpEvent; id: 0xd000000003180002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p198 ; data: )
  • <InsulinKit.PumpEvent: 0x1704814a0> (entity: PumpEvent; id: 0xd0000000003c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p15 ; data: )
  • <InsulinKit.PumpEvent: 0x17049d4c0> (entity: PumpEvent; id: 0xd0000000029c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p167 ; data: )
  • <InsulinKit.PumpEvent: 0x170683ac0> (entity: PumpEvent; id: 0xd0000000019c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p103 ; data: )
  • <InsulinKit.PumpEvent: 0x17068a190> (entity: PumpEvent; id: 0xd000000002140002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p133 ; data: )
  • <InsulinKit.PumpEvent: 0x170495360> (entity: PumpEvent; id: 0xd000000000240002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p9 ; data: )
  • <InsulinKit.PumpEvent: 0x170497ed0> (entity: PumpEvent; id: 0xd000000002fc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p191 ; data: )
  • <InsulinKit.PumpEvent: 0x17028f4b0> (entity: PumpEvent; id: 0xd0000000007c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p31 ; data: )
  • <InsulinKit.PumpEvent: 0x170480370> (entity: PumpEvent; id: 0xd000000001980002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p102 ; data: )
  • <InsulinKit.PumpEvent: 0x170494280> (entity: PumpEvent; id: 0xd0000000015c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p87 ; data: )
  • <InsulinKit.PumpEvent: 0x1706984c0> (entity: PumpEvent; id: 0xd000000000980002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p38 ; data: )
  • <InsulinKit.PumpEvent: 0x17068e970> (entity: PumpEvent; id: 0xd000000002c80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p178 ; data: )
  • <InsulinKit.PumpEvent: 0x17068b180> (entity: PumpEvent; id: 0xd0000000017c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p95 ; data: )
  • <InsulinKit.PumpEvent: 0x170687e90> (entity: PumpEvent; id: 0xd000000003000002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p192 ; data: )
  • <InsulinKit.PumpEvent: 0x17048c4e0> (entity: PumpEvent; id: 0xd000000000840002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p33 ; data: )
  • <InsulinKit.PumpEvent: 0x17068a320> (entity: PumpEvent; id: 0xd0000000024c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p147 ; data: )
  • <InsulinKit.PumpEvent: 0x170685870> (entity: PumpEvent; id: 0xd000000000740002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p29 ; data: )
  • <InsulinKit.PumpEvent: 0x170487580> (entity: PumpEvent; id: 0xd000000001800002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p96 ; data: )
  • <InsulinKit.PumpEvent: 0x170683bb0> (entity: PumpEvent; id: 0xd000000000d00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p52 ; data: )
  • <InsulinKit.PumpEvent: 0x170697bb0> (entity: PumpEvent; id: 0xd0000000004c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p19 ; data: )
  • <InsulinKit.PumpEvent: 0x17009ad60> (entity: PumpEvent; id: 0xd000000003480002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p210 ; data: )
  • <InsulinKit.PumpEvent: 0x17028db10> (entity: PumpEvent; id: 0xd000000002f80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p190 ; data: )
  • <InsulinKit.PumpEvent: 0x17028cc10> (entity: PumpEvent; id: 0xd000000002100002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p132 ; data: )
  • <InsulinKit.PumpEvent: 0x170293e70> (entity: PumpEvent; id: 0xd000000003340002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p205 ; data: )
  • <InsulinKit.PumpEvent: 0x170293470> (entity: PumpEvent; id: 0xd0000000014c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p83 ; data: )
  • <InsulinKit.PumpEvent: 0x1704833e0> (entity: PumpEvent; id: 0xd000000002500002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p148 ; data: )
  • <InsulinKit.PumpEvent: 0x170490360> (entity: PumpEvent; id: 0xd000000000bc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p47 ; data: )
  • <InsulinKit.PumpEvent: 0x17068a050> (entity: PumpEvent; id: 0xd000000003780002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p222 ; data: )
  • <InsulinKit.PumpEvent: 0x1706826c0> (entity: PumpEvent; id: 0xd0000000021c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p135 ; data: )
  • <InsulinKit.PumpEvent: 0x17049f6d0> (entity: PumpEvent; id: 0xd000000001e40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p121 ; data: )
  • <InsulinKit.PumpEvent: 0x17029b030> (entity: PumpEvent; id: 0xd000000001cc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p115 ; data: )
  • <InsulinKit.PumpEvent: 0x17009dfb0> (entity: PumpEvent; id: 0xd0000000013c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p79 ; data: )
  • <InsulinKit.PumpEvent: 0x170484ab0> (entity: PumpEvent; id: 0xd000000001100002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p68 ; data: )
  • <InsulinKit.PumpEvent: 0x170697480> (entity: PumpEvent; id: 0xd0000000036c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p219 ; data: )
  • <InsulinKit.PumpEvent: 0x170698ba0> (entity: PumpEvent; id: 0xd000000001700002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p92 ; data: )
  • <InsulinKit.PumpEvent: 0x170294370> (entity: PumpEvent; id: 0xd0000000016c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p91 ; data: )
  • <InsulinKit.PumpEvent: 0x170697d90> (entity: PumpEvent; id: 0xd000000000680002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p26 ; data: )
  • <InsulinKit.PumpEvent: 0x17048a910> (entity: PumpEvent; id: 0xd0000000031c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p199 ; data: )
  • <InsulinKit.PumpEvent: 0x1704862c0> (entity: PumpEvent; id: 0xd0000000010c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p67 ; data: )
  • <InsulinKit.PumpEvent: 0x1706945a0> (entity: PumpEvent; id: 0xd000000001540002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p85 ; data: )
  • <InsulinKit.PumpEvent: 0x17009d150> (entity: PumpEvent; id: 0xd000000000d40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p53 ; data: )
  • <InsulinKit.PumpEvent: 0x170696d50> (entity: PumpEvent; id: 0xd000000000380002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p14 ; data: )
  • <InsulinKit.PumpEvent: 0x170691260> (entity: PumpEvent; id: 0xd0000000026c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p155 ; data: )
  • <InsulinKit.PumpEvent: 0x17048e060> (entity: PumpEvent; id: 0xd000000001f00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p124 ; data: )
  • <InsulinKit.PumpEvent: 0x170492e80> (entity: PumpEvent; id: 0xd000000003080002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p194 ; data: )
  • <InsulinKit.PumpEvent: 0x17049b580> (entity: PumpEvent; id: 0xd000000002d40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p181 ; data: )
  • <InsulinKit.PumpEvent: 0x170690b80> (entity: PumpEvent; id: 0xd000000002600002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p152 ; data: )
  • <InsulinKit.PumpEvent: 0x17049c8e0> (entity: PumpEvent; id: 0xd000000003240002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p201 ; data: )
  • <InsulinKit.PumpEvent: 0x17048b040> (entity: PumpEvent; id: 0xd000000003040002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p193 ; data: )
  • <InsulinKit.PumpEvent: 0x17069f2c0> (entity: PumpEvent; id: 0xd000000002680002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p154 ; data: )
  • <InsulinKit.PumpEvent: 0x170686d10> (entity: PumpEvent; id: 0xd000000000cc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p51 ; data: )
  • <InsulinKit.PumpEvent: 0x170692700> (entity: PumpEvent; id: 0xd000000001500002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p84 ; data: )
  • <InsulinKit.PumpEvent: 0x170698c40> (entity: PumpEvent; id: 0xd000000001140002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p69 ; data: )
  • <InsulinKit.PumpEvent: 0x170498420> (entity: PumpEvent; id: 0xd000000002580002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p150 ; data: )
  • <InsulinKit.PumpEvent: 0x170698970> (entity: PumpEvent; id: 0xd000000000a40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p41 ; data: )
  • <InsulinKit.PumpEvent: 0x17049ed70> (entity: PumpEvent; id: 0xd000000000b40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p45 ; data: )
  • <InsulinKit.PumpEvent: 0x17029a540> (entity: PumpEvent; id: 0xd000000000780002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p30 ; data: )
  • <InsulinKit.PumpEvent: 0x170482260> (entity: PumpEvent; id: 0xd0000000034c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p211 ; data: )
  • <InsulinKit.PumpEvent: 0x17068a960> (entity: PumpEvent; id: 0xd000000001200002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p72 ; data: )
  • <InsulinKit.PumpEvent: 0x170498a10> (entity: PumpEvent; id: 0xd000000000a00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p40 ; data: )
  • <InsulinKit.PumpEvent: 0x17049fcc0> (entity: PumpEvent; id: 0xd000000002080002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p130 ; data: )
  • <InsulinKit.PumpEvent: 0x170482670> (entity: PumpEvent; id: 0xd0000000002c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p11 ; data: )
  • <InsulinKit.PumpEvent: 0x17048a0f0> (entity: PumpEvent; id: 0xd000000002f00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p188 ; data: )
  • <InsulinKit.PumpEvent: 0x17029d8d0> (entity: PumpEvent; id: 0xd000000002280002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p138 ; data: )
  • <InsulinKit.PumpEvent: 0x17048ff50> (entity: PumpEvent; id: 0xd0000000005c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p23 ; data: )
  • <InsulinKit.PumpEvent: 0x1702982e0> (entity: PumpEvent; id: 0xd000000003400002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p208 ; data: )
  • <InsulinKit.PumpEvent: 0x17048ded0> (entity: PumpEvent; id: 0xd0000000027c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p159 ; data: )
  • <InsulinKit.PumpEvent: 0x17068a410> (entity: PumpEvent; id: 0xd000000001300002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p76 ; data: )
  • <InsulinKit.PumpEvent: 0x1706870d0> (entity: PumpEvent; id: 0xd000000002b80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p174 ; data: )
  • <InsulinKit.PumpEvent: 0x17049f770> (entity: PumpEvent; id: 0xd000000002700002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p156 ; data: )
  • <InsulinKit.PumpEvent: 0x17068c940> (entity: PumpEvent; id: 0xd000000001f40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p125 ; data: )
  • <InsulinKit.PumpEvent: 0x170492110> (entity: PumpEvent; id: 0xd000000003200002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p200 ; data: )
  • <InsulinKit.PumpEvent: 0x170689d80> (entity: PumpEvent; id: 0xd000000002180002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p134 ; data: )
  • <InsulinKit.PumpEvent: 0x170485410> (entity: PumpEvent; id: 0xd000000001b40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p109 ; data: )
  • <InsulinKit.PumpEvent: 0x1704979d0> (entity: PumpEvent; id: 0xd000000003280002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p202 ; data: )
  • <InsulinKit.PumpEvent: 0x17048e470> (entity: PumpEvent; id: 0xd000000002b40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p173 ; data: )
  • <InsulinKit.PumpEvent: 0x17029c700> (entity: PumpEvent; id: 0xd000000000c00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p48 ; data: )
  • <InsulinKit.PumpEvent: 0x1702936f0> (entity: PumpEvent; id: 0xd000000001ac0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p107 ; data: )
  • <InsulinKit.PumpEvent: 0x1706842e0> (entity: PumpEvent; id: 0xd000000001400002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p80 ; data: )
  • <InsulinKit.PumpEvent: 0x1706896f0> (entity: PumpEvent; id: 0xd000000003840002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p225 ; data: )
  • <InsulinKit.PumpEvent: 0x1704848d0> (entity: PumpEvent; id: 0xd000000000ec0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p59 ; data: )
  • <InsulinKit.PumpEvent: 0x1704911c0> (entity: PumpEvent; id: 0xd000000003680002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p218 ; data: )
  • <InsulinKit.PumpEvent: 0x17049dd80> (entity: PumpEvent; id: 0xd000000000040002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p1 ; data: )
  • <InsulinKit.PumpEvent: 0x170495d10> (entity: PumpEvent; id: 0xd000000002240002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p137 ; data: )
  • <InsulinKit.PumpEvent: 0x17069ef00> (entity: PumpEvent; id: 0xd000000000d80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p54 ; data: )
  • <InsulinKit.PumpEvent: 0x17049eff0> (entity: PumpEvent; id: 0xd000000002dc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p183 ; data: )
  • <InsulinKit.PumpEvent: 0x170688d90> (entity: PumpEvent; id: 0xd000000001c00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p112 ; data: )
  • <InsulinKit.PumpEvent: 0x170497f70> (entity: PumpEvent; id: 0xd000000002ec0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p187 ; data: )
  • <InsulinKit.PumpEvent: 0x17029a770> (entity: PumpEvent; id: 0xd000000001a80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p106 ; data: )
  • <InsulinKit.PumpEvent: 0x17068c4e0> (entity: PumpEvent; id: 0xd0000000022c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p139 ; data: )
  • <InsulinKit.PumpEvent: 0x170681360> (entity: PumpEvent; id: 0xd0000000008c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p35 ; data: )
  • <InsulinKit.PumpEvent: 0x17049af90> (entity: PumpEvent; id: 0xd000000001fc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p127 ; data: )
  • <InsulinKit.PumpEvent: 0x170681450> (entity: PumpEvent; id: 0xd000000000fc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p63 ; data: )
  • <InsulinKit.PumpEvent: 0x17048e830> (entity: PumpEvent; id: 0xd000000003100002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p196 ; data: )
  • <InsulinKit.PumpEvent: 0x17009d010> (entity: PumpEvent; id: 0xd000000001240002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p73 ; data: )
  • <InsulinKit.PumpEvent: 0x170291b70> (entity: PumpEvent; id: 0xd000000000e80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p58 ; data: )
  • <InsulinKit.PumpEvent: 0x17048d700> (entity: PumpEvent; id: 0xd000000000300002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p12 ; data: )
  • <InsulinKit.PumpEvent: 0x170687f30> (entity: PumpEvent; id: 0xd0000000000c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p3 ; data: )
  • <InsulinKit.PumpEvent: 0x17009ce30> (entity: PumpEvent; id: 0xd0000000030c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p195 ; data: )
  • <InsulinKit.PumpEvent: 0x17028c760> (entity: PumpEvent; id: 0xd000000002ac0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p171 ; data: )
  • <InsulinKit.PumpEvent: 0x170488ac0> (entity: PumpEvent; id: 0xd0000000038c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p227 ; data: )
  • <InsulinKit.PumpEvent: 0x170491530> (entity: PumpEvent; id: 0xd000000001940002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p101 ; data: )
  • <InsulinKit.PumpEvent: 0x1704869f0> (entity: PumpEvent; id: 0xd000000000080002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p2 ; data: )
  • <InsulinKit.PumpEvent: 0x170698ab0> (entity: PumpEvent; id: 0xd000000002640002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p153 ; data: )
  • <InsulinKit.PumpEvent: 0x170292890> (entity: PumpEvent; id: 0xd000000000f00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p60 ; data: )
  • <InsulinKit.PumpEvent: 0x170696260> (entity: PumpEvent; id: 0xd000000002c40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p177 ; data: )
  • <InsulinKit.PumpEvent: 0x17029bf80> (entity: PumpEvent; id: 0xd000000002900002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p164 ; data: )
  • <InsulinKit.PumpEvent: 0x17069bad0> (entity: PumpEvent; id: 0xd000000000b80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p46 ; data: )
  • <InsulinKit.PumpEvent: 0x1702901d0> (entity: PumpEvent; id: 0xd000000001c80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p114 ; data: )
  • <InsulinKit.PumpEvent: 0x17049c070> (entity: PumpEvent; id: 0xd000000001480002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p82 ; data: )
  • <InsulinKit.PumpEvent: 0x17049d740> (entity: PumpEvent; id: 0xd0000000037c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p223 ; data: )
  • <InsulinKit.PumpEvent: 0x17068b360> (entity: PumpEvent; id: 0xd000000002400002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p144 ; data: )
  • <InsulinKit.PumpEvent: 0x170686ea0> (entity: PumpEvent; id: 0xd000000001bc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p111 ; data: )
  • <InsulinKit.PumpEvent: 0x1706993c0> (entity: PumpEvent; id: 0xd0000000009c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p39 ; data: )
  • <InsulinKit.PumpEvent: 0x17049aae0> (entity: PumpEvent; id: 0xd000000003500002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p212 ; data: )
  • <InsulinKit.PumpEvent: 0x170681c70> (entity: PumpEvent; id: 0xd000000002940002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p165 ; data: )
  • <InsulinKit.PumpEvent: 0x17029c930> (entity: PumpEvent; id: 0xd000000002840002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p161 ; data: )
  • <InsulinKit.PumpEvent: 0x170682c10> (entity: PumpEvent; id: 0xd000000000c80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p50 ; data: )
  • <InsulinKit.PumpEvent: 0x1704849c0> (entity: PumpEvent; id: 0xd0000000001c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p7 ; data: )
  • <InsulinKit.PumpEvent: 0x17049e8c0> (entity: PumpEvent; id: 0xd000000003300002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p204 ; data: )
  • <InsulinKit.PumpEvent: 0x170694190> (entity: PumpEvent; id: 0xd000000001f80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p126 ; data: )
  • <InsulinKit.PumpEvent: 0x17049e5f0> (entity: PumpEvent; id: 0xd000000001380002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p78 ; data: )
  • <InsulinKit.PumpEvent: 0x170685550> (entity: PumpEvent; id: 0xd000000000640002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p25 ; data: )
  • <InsulinKit.PumpEvent: 0x17068ccb0> (entity: PumpEvent; id: 0xd000000003900002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p228 ; data: )
  • <InsulinKit.PumpEvent: 0x170291350> (entity: PumpEvent; id: 0xd000000001040002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p65 ; data: )
  • <InsulinKit.PumpEvent: 0x17049a1d0> (entity: PumpEvent; id: 0xd0000000035c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p215 ; data: )
  • <InsulinKit.PumpEvent: 0x1704917b0> (entity: PumpEvent; id: 0xd000000001080002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p66 ; data: )
  • <InsulinKit.PumpEvent: 0x17048e4c0> (entity: PumpEvent; id: 0xd000000000f40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p61 ; data: )
  • <InsulinKit.PumpEvent: 0x170489ec0> (entity: PumpEvent; id: 0xd000000002f40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p189 ; data: )
  • <InsulinKit.PumpEvent: 0x170485eb0> (entity: PumpEvent; id: 0xd000000000600002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p24 ; data: )
  • <InsulinKit.PumpEvent: 0x17029fbd0> (entity: PumpEvent; id: 0xd000000003380002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p206 ; data: )
  • <InsulinKit.PumpEvent: 0x170689ba0> (entity: PumpEvent; id: 0xd000000001580002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p86 ; data: )
  • <InsulinKit.PumpEvent: 0x1704886b0> (entity: PumpEvent; id: 0xd000000001180002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p70 ; data: )
  • <InsulinKit.PumpEvent: 0x170485af0> (entity: PumpEvent; id: 0xd000000002bc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p175 ; data: )
  • <InsulinKit.PumpEvent: 0x17068dc00> (entity: PumpEvent; id: 0xd000000000900002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p36 ; data: )
  • <InsulinKit.PumpEvent: 0x1704913f0> (entity: PumpEvent; id: 0xd000000002a40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p169 ; data: )
  • <InsulinKit.PumpEvent: 0x170696300> (entity: PumpEvent; id: 0xd000000000340002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p13 ; data: )
  • <InsulinKit.PumpEvent: 0x17048a7d0> (entity: PumpEvent; id: 0xd000000002c00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p176 ; data: )
  • <InsulinKit.PumpEvent: 0x17049c980> (entity: PumpEvent; id: 0xd000000000500002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p20 ; data: )
  • <InsulinKit.PumpEvent: 0x170295fe0> (entity: PumpEvent; id: 0xd000000000200002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p8 ; data: )
  • <InsulinKit.PumpEvent: 0x17069a270> (entity: PumpEvent; id: 0xd000000001840002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p97 ; data: )
  • <InsulinKit.PumpEvent: 0x170688200> (entity: PumpEvent; id: 0xd000000000280002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p10 ; data: )
  • <InsulinKit.PumpEvent: 0x170696620> (entity: PumpEvent; id: 0xd000000003140002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p197 ; data: )
  • <InsulinKit.PumpEvent: 0x1706857d0> (entity: PumpEvent; id: 0xd000000001000002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p64 ; data: )
  • <InsulinKit.PumpEvent: 0x1702972a0> (entity: PumpEvent; id: 0xd000000001640002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p89 ; data: )
  • <InsulinKit.PumpEvent: 0x170696fd0> (entity: PumpEvent; id: 0xd000000001c40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p113 ; data: )
  • <InsulinKit.PumpEvent: 0x170686a90> (entity: PumpEvent; id: 0xd000000000440002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p17 ; data: )
  • <InsulinKit.PumpEvent: 0x17048f4b0> (entity: PumpEvent; id: 0xd000000002e00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p184 ; data: )
  • <InsulinKit.PumpEvent: 0x17048f690> (entity: PumpEvent; id: 0xd000000000ac0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p43 ; data: )
  • <InsulinKit.PumpEvent: 0x17068ae10> (entity: PumpEvent; id: 0xd000000002340002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p141 ; data: )
  • <InsulinKit.PumpEvent: 0x170499dc0> (entity: PumpEvent; id: 0xd000000001d80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p118 ; data: )
  • <InsulinKit.PumpEvent: 0x17049e370> (entity: PumpEvent; id: 0xd000000001b80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p110 ; data: )
  • <InsulinKit.PumpEvent: 0x17048c0d0> (entity: PumpEvent; id: 0xd000000001280002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p74 ; data: )
  • <InsulinKit.PumpEvent: 0x170690540> (entity: PumpEvent; id: 0xd000000002b00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p172 ; data: )
  • <InsulinKit.PumpEvent: 0x170685320> (entity: PumpEvent; id: 0xd000000003580002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p214 ; data: )
  • <InsulinKit.PumpEvent: 0x1704942d0> (entity: PumpEvent; id: 0xd0000000033c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p207 ; data: )
  • <InsulinKit.PumpEvent: 0x170299960> (entity: PumpEvent; id: 0xd000000002540002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p149 ; data: )
  • <InsulinKit.PumpEvent: 0x17028d480> (entity: PumpEvent; id: 0xd000000001dc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p119 ; data: )
  • <InsulinKit.PumpEvent: 0x170494b90> (entity: PumpEvent; id: 0xd000000003700002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p220 ; data: )
  • <InsulinKit.PumpEvent: 0x17049d650> (entity: PumpEvent; id: 0xd000000003600002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p216 ; data: )
  • <InsulinKit.PumpEvent: 0x170482e40> (entity: PumpEvent; id: 0xd0000000023c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p143 ; data: )
  • <InsulinKit.PumpEvent: 0x17049c390> (entity: PumpEvent; id: 0xd000000003880002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p226 ; data: )
  • <InsulinKit.PumpEvent: 0x170480b90> (entity: PumpEvent; id: 0xd000000002880002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p162 ; data: )
  • <InsulinKit.PumpEvent: 0x170291530> (entity: PumpEvent; id: 0xd000000002d80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p182 ; data: )
  • <InsulinKit.PumpEvent: 0x170491c60> (entity: PumpEvent; id: 0xd000000002440002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p145 ; data: )
  • <InsulinKit.PumpEvent: 0x17069cf20> (entity: PumpEvent; id: 0xd000000001a00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p104 ; data: )
  • <InsulinKit.PumpEvent: 0x170498f60> (entity: PumpEvent; id: 0xd0000000025c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p151 ; data: )
  • <InsulinKit.PumpEvent: 0x1704997d0> (entity: PumpEvent; id: 0xd000000001ec0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p123 ; data: )
  • <InsulinKit.PumpEvent: 0x17048f230> (entity: PumpEvent; id: 0xd000000001900002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p100 ; data: )
  • <InsulinKit.PumpEvent: 0x170499550> (entity: PumpEvent; id: 0xd000000003800002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p224 ; data: )
  • <InsulinKit.PumpEvent: 0x170680460> (entity: PumpEvent; id: 0xd000000000800002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p32 ; data: )
  • <InsulinKit.PumpEvent: 0x170496df0> (entity: PumpEvent; id: 0xd000000003440002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p209 ; data: )
  • <InsulinKit.PumpEvent: 0x170686e50> (entity: PumpEvent; id: 0xd000000000140002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p5 ; data: )
  • <InsulinKit.PumpEvent: 0x17068b860> (entity: PumpEvent; id: 0xd000000002cc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p179 ; data: )
  • <InsulinKit.PumpEvent: 0x170684b50> (entity: PumpEvent; id: 0xd000000000e40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p57 ; data: )
  • <InsulinKit.PumpEvent: 0x17068db60> (entity: PumpEvent; id: 0xd000000000a80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p42 ; data: )
  • <InsulinKit.PumpEvent: 0x170691fd0> (entity: PumpEvent; id: 0xd000000002780002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p158 ; data: )
  • <InsulinKit.PumpEvent: 0x17068c3f0> (entity: PumpEvent; id: 0xd000000002380002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p142 ; data: )
  • <InsulinKit.PumpEvent: 0x1706932e0> (entity: PumpEvent; id: 0xd000000001e00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p120 ; data: )
  • <InsulinKit.PumpEvent: 0x170696170> (entity: PumpEvent; id: 0xd000000000f80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p62 ; data: )
  • <InsulinKit.PumpEvent: 0x1706921b0> (entity: PumpEvent; id: 0xd000000002300002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p140 ; data: )
  • <InsulinKit.PumpEvent: 0x1706966c0> (entity: PumpEvent; id: 0xd000000001440002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p81 ; data: )
  • <InsulinKit.PumpEvent: 0x1706989c0> (entity: PumpEvent; id: 0xd000000000dc0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p55 ; data: )
  • <InsulinKit.PumpEvent: 0x170696350> (entity: PumpEvent; id: 0xd000000002e80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p186 ; data: )
  • <InsulinKit.PumpEvent: 0x17069a1d0> (entity: PumpEvent; id: 0xd000000000580002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p22 ; data: )
  • <InsulinKit.PumpEvent: 0x17069ae00> (entity: PumpEvent; id: 0xd000000002980002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p166 ; data: )
  • <InsulinKit.PumpEvent: 0x17049edc0> (entity: PumpEvent; id: 0xd000000000b00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p44 ; data: )
  • <InsulinKit.PumpEvent: 0x17069c2f0> (entity: PumpEvent; id: 0xd000000003640002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p217 ; data: )
  • <InsulinKit.PumpEvent: 0x17069e460> (entity: PumpEvent; id: 0xd000000002a80002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p170 ; data: )
  • <InsulinKit.PumpEvent: 0x17069b800> (entity: PumpEvent; id: 0xd000000000c40002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p49 ; data: )
  • <InsulinKit.PumpEvent: 0x17069f7c0> (entity: PumpEvent; id: 0xd000000003740002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p221 ; data: )
  • <InsulinKit.PumpEvent: 0x17069fbd0> (entity: PumpEvent; id: 0xd0000000011c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p71 ; data: )
  • <InsulinKit.PumpEvent: 0x17069ecd0> (entity: PumpEvent; id: 0xd000000003540002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p213 ; data: )
  • <InsulinKit.PumpEvent: 0x17048d7a0> (entity: PumpEvent; id: 0xd000000000700002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p28 ; data: )
  • <InsulinKit.PumpEvent: 0x17068c620> (entity: PumpEvent; id: 0xd000000000180002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p6 ; data: )
  • <InsulinKit.PumpEvent: 0x17068cda0> (entity: PumpEvent; id: 0xd000000001680002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p90 ; data: )
  • <InsulinKit.PumpEvent: 0x17068fa50> (entity: PumpEvent; id: 0xd000000000e00002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p56 ; data: )

getNormalizedDoseEntries

  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 07:15:48 +0000, endDate: 2017-07-31 07:21:11 +0000, value: -0.80000000000000004, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 07:35:45 +0000, endDate: 2017-07-31 07:50:35 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 08:10:58 +0000, endDate: 2017-07-31 08:15:39 +0000, value: -1.0, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 08:15:39 +0000, endDate: 2017-07-31 08:30:31 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 09:20:57 +0000, endDate: 2017-07-31 09:35:38 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 09:35:38 +0000, endDate: 2017-07-31 09:41:19 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 10:00:46 +0000, endDate: 2017-07-31 10:10:44 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 10:21:29 +0000, endDate: 2017-07-31 10:26:11 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 10:35:30 +0000, endDate: 2017-07-31 10:40:46 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 11:06:16 +0000, endDate: 2017-07-31 11:20:49 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 11:26:45 +0000, endDate: 2017-07-31 11:46:15 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 11:46:15 +0000, endDate: 2017-07-31 11:55:34 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 11:55:34 +0000, endDate: 2017-07-31 12:00:49 +0000, value: 0.90000000000000013, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 12:50:45 +0000, endDate: 2017-07-31 12:55:34 +0000, value: -0.80000000000000004, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 12:55:34 +0000, endDate: 2017-07-31 13:06:16 +0000, value: -0.90000000000000002, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 13:26:28 +0000, endDate: 2017-07-31 13:30:57 +0000, value: -0.97500000000000009, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 13:30:57 +0000, endDate: 2017-07-31 13:41:01 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 13:46:12 +0000, endDate: 2017-07-31 13:50:30 +0000, value: 0.77500000000000013, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 14:00:49 +0000, endDate: 2017-07-31 14:06:28 +0000, value: 1.1500000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 14:06:28 +0000, endDate: 2017-07-31 14:10:45 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 14:10:45 +0000, endDate: 2017-07-31 14:15:57 +0000, value: 0.90000000000000013, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 14:15:57 +0000, endDate: 2017-07-31 14:22:51 +0000, value: 0.74999999999999978, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 14:40:57 +0000, endDate: 2017-07-31 14:46:24 +0000, value: 0.69999999999999996, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 14:46:24 +0000, endDate: 2017-07-31 14:50:45 +0000, value: -0.75, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 14:50:45 +0000, endDate: 2017-07-31 15:01:19 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 15:16:22 +0000, endDate: 2017-07-31 15:20:57 +0000, value: 0.80000000000000004, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 15:41:19 +0000, endDate: 2017-07-31 15:46:52 +0000, value: 1.05, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 15:50:35 +0000, endDate: 2017-07-31 15:55:31 +0000, value: 1.1249999999999998, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 15:55:31 +0000, endDate: 2017-07-31 16:01:18 +0000, value: 1.6249999999999998, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 16:01:18 +0000, endDate: 2017-07-31 16:07:25 +0000, value: 1.575, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 16:07:25 +0000, endDate: 2017-07-31 16:10:45 +0000, value: 0.84999999999999987, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 16:10:45 +0000, endDate: 2017-07-31 16:15:45 +0000, value: 0.97499999999999987, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 16:15:45 +0000, endDate: 2017-07-31 16:21:15 +0000, value: 1.2249999999999999, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 16:21:15 +0000, endDate: 2017-07-31 16:21:50 +0000, value: 1.2499999999999998, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.suspend, startDate: 2017-07-31 16:21:50 +0000, endDate: 2017-07-31 16:42:01 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 16:42:01 +0000, endDate: 2017-07-31 16:46:50 +0000, value: 1.2499999999999998, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.bolus, startDate: 2017-07-31 16:51:09 +0000, endDate: 2017-07-31 16:51:09 +0000, value: 6.9500000000000002, unit: InsulinKit.DoseUnit.units, description: nil, managedObjectID: Optional(0xd0000000005c0002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p23))
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 17:01:17 +0000, endDate: 2017-07-31 17:06:30 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 17:06:30 +0000, endDate: 2017-07-31 17:11:05 +0000, value: 1.325, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 17:20:54 +0000, endDate: 2017-07-31 17:26:28 +0000, value: 0.92500000000000004, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 17:26:28 +0000, endDate: 2017-07-31 17:46:25 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 17:46:25 +0000, endDate: 2017-07-31 17:50:43 +0000, value: 1.4749999999999999, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 17:50:43 +0000, endDate: 2017-07-31 17:55:31 +0000, value: 1.4000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 17:55:31 +0000, endDate: 2017-07-31 18:00:51 +0000, value: 1.2750000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 18:15:35 +0000, endDate: 2017-07-31 18:21:19 +0000, value: 0.94999999999999996, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 18:30:47 +0000, endDate: 2017-07-31 18:50:41 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 18:50:41 +0000, endDate: 2017-07-31 19:00:00 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 19:00:00 +0000, endDate: 2017-07-31 19:10:45 +0000, value: -1.1000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.bolus, startDate: 2017-07-31 19:19:48 +0000, endDate: 2017-07-31 19:19:48 +0000, value: 4.4000000000000004, unit: InsulinKit.DoseUnit.units, description: nil, managedObjectID: Optional(0xd000000001100002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p68))
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 19:10:45 +0000, endDate: 2017-07-31 19:26:33 +0000, value: -1.1000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 19:50:31 +0000, endDate: 2017-07-31 19:55:31 +0000, value: 1.8999999999999999, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 19:55:31 +0000, endDate: 2017-07-31 20:16:09 +0000, value: 1.8999999999999999, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.bolus, startDate: 2017-07-31 20:34:49 +0000, endDate: 2017-07-31 20:34:49 +0000, value: 9.4499999999999993, unit: InsulinKit.DoseUnit.units, description: nil, managedObjectID: Optional(0xd000000002100002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p132))
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 20:16:09 +0000, endDate: 2017-07-31 20:40:33 +0000, value: 1.8999999999999999, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 20:40:33 +0000, endDate: 2017-07-31 20:50:40 +0000, value: -1.1000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 20:55:39 +0000, endDate: 2017-07-31 21:06:17 +0000, value: 1.25, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 21:06:17 +0000, endDate: 2017-07-31 21:10:31 +0000, value: 1.6999999999999997, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 21:10:31 +0000, endDate: 2017-07-31 21:30:46 +0000, value: 1.8999999999999999, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 21:35:54 +0000, endDate: 2017-07-31 21:55:34 +0000, value: -1.1000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 21:55:34 +0000, endDate: 2017-07-31 22:15:39 +0000, value: -1.1000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 22:15:39 +0000, endDate: 2017-07-31 22:41:01 +0000, value: -1.1000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 22:41:01 +0000, endDate: 2017-07-31 22:50:45 +0000, value: -1.1000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 22:55:39 +0000, endDate: 2017-07-31 23:00:00 +0000, value: 0.77499999999999991, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 23:00:00 +0000, endDate: 2017-07-31 23:01:16 +0000, value: 0.57499999999999996, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 23:01:16 +0000, endDate: 2017-07-31 23:06:16 +0000, value: 0.90000000000000013, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 23:06:16 +0000, endDate: 2017-07-31 23:10:35 +0000, value: 1.55, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 23:10:35 +0000, endDate: 2017-07-31 23:35:39 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 23:35:39 +0000, endDate: 2017-07-31 23:55:35 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-07-31 23:55:35 +0000, endDate: 2017-08-01 00:15:40 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.bolus, startDate: 2017-08-01 00:21:20 +0000, endDate: 2017-08-01 00:21:20 +0000, value: 2.1000000000000001, unit: InsulinKit.DoseUnit.units, description: nil, managedObjectID: Optional(0xd000000000480002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p18))
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 00:15:40 +0000, endDate: 2017-08-01 00:30:30 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 00:30:30 +0000, endDate: 2017-08-01 00:35:35 +0000, value: 1.4749999999999999, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 00:35:35 +0000, endDate: 2017-08-01 00:40:50 +0000, value: 1.7, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 00:40:50 +0000, endDate: 2017-08-01 00:46:23 +0000, value: 0.80000000000000004, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 00:46:23 +0000, endDate: 2017-08-01 00:50:44 +0000, value: -0.67500000000000004, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 00:50:44 +0000, endDate: 2017-08-01 01:00:00 +0000, value: -1.3, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 01:00:00 +0000, endDate: 2017-08-01 01:01:33 +0000, value: -1.25, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 01:10:35 +0000, endDate: 2017-08-01 01:15:35 +0000, value: 1.0750000000000002, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 01:15:35 +0000, endDate: 2017-08-01 01:20:50 +0000, value: -1.25, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 01:20:50 +0000, endDate: 2017-08-01 01:26:24 +0000, value: -1.2, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 01:26:24 +0000, endDate: 2017-08-01 01:35:35 +0000, value: -1.25, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 01:35:35 +0000, endDate: 2017-08-01 01:41:15 +0000, value: -0.90000000000000002, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 01:46:16 +0000, endDate: 2017-08-01 01:50:30 +0000, value: 1.1000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 01:50:30 +0000, endDate: 2017-08-01 02:00:50 +0000, value: 1.75, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 02:00:50 +0000, endDate: 2017-08-01 02:10:51 +0000, value: 1.25, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 02:30:48 +0000, endDate: 2017-08-01 02:41:05 +0000, value: 0.875, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.bolus, startDate: 2017-08-01 02:41:50 +0000, endDate: 2017-08-01 02:41:50 +0000, value: 8.8000000000000007, unit: InsulinKit.DoseUnit.units, description: nil, managedObjectID: Optional(0xd000000004000002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p256))
  • DoseEntry(type: InsulinKit.PumpEventType.bolus, startDate: 2017-08-01 03:06:31 +0000, endDate: 2017-08-01 03:06:31 +0000, value: 2.4500000000000002, unit: InsulinKit.DoseUnit.units, description: nil, managedObjectID: Optional(0xd000000004040002 x-coredata://C10A48BB-5DCC-4C27-B8EE-E67A37E3D741/PumpEvent/p257))
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 03:06:12 +0000, endDate: 2017-08-01 03:20:57 +0000, value: 1.75, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 03:30:45 +0000, endDate: 2017-08-01 03:46:16 +0000, value: -1.25, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)
  • DoseEntry(type: InsulinKit.PumpEventType.tempBasal, startDate: 2017-08-01 04:00:44 +0000, endDate: 2017-08-01 04:30:44 +0000, value: 1.6000000000000001, unit: InsulinKit.DoseUnit.unitsPerHour, description: nil, managedObjectID: nil)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions