Skip to content

Instantly share code, notes, and snippets.

@bfaloona
Created October 28, 2016 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfaloona/d9671e080140b29195d9bad696f02a9b to your computer and use it in GitHub Desktop.
Save bfaloona/d9671e080140b29195d9bad696f02a9b to your computer and use it in GitHub Desktop.
BOLUS COMPARISON #1 & #2
========================
#1 via Loop iOS GUI
===================
13:12
BolusNormalPumpEvent(length: 13, rawData: 13 bytes, timestamp: calendar: gregorian (fixed) year: 2016 month: 10 day: 27 hour: 13 minute: 12 second: 41 isLeapMonth: false , unabsorbedInsulinRecord: nil, amount: 0.10000000000000001, programmed: 0.10000000000000001, unabsorbedInsulinTotal: 0.10000000000000001, type: MinimedKit.BolusNormalPumpEvent.BolusType.Normal, duration: 0.0, deliveryUnitsPerMinute: 1.5)
DoseEntry(type: InsulinKit.PumpEventType.bolus, startDate: 2016-10-27 20:12:41 +0000, endDate: 2016-10-27 20:12:41 +0000, value: 0.10000000000000001, unit: InsulinKit.DoseUnit.units, description: nil, managedObjectID: Optional(0xd000000005e00000 <x-coredata://149DFD93-72AA-4822-83A7-707001E850E5/PumpEvent/p376>))
0100040004000400a98c2d5b10
#2 via Medtronic 523
=====================
14:00
BolusNormalPumpEvent(length: 13, rawData: 13 bytes, timestamp: calendar: gregorian (fixed) year: 2016 month: 10 day: 27 hour: 14 minute: 0 second: 49 isLeapMonth: false , unabsorbedInsulinRecord: Optional(MinimedKit.UnabsorbedInsulinPumpEvent(length: 11, rawData: 11 bytes, records: [MinimedKit.UnabsorbedInsulinPumpEvent.Record(amount: 0.10000000000000001, age: 53), MinimedKit.UnabsorbedInsulinPumpEvent.Record(amount: 1.8, age: 223), MinimedKit.UnabsorbedInsulinPumpEvent.Record(amount: 4.3499999999999996, age: 333)])), amount: 0.20000000000000001, programmed: 0.20000000000000001, unabsorbedInsulinTotal: 0.074999999999999997, type: MinimedKit.BolusNormalPumpEvent.BolusType.Normal, duration: 0.0, deliveryUnitsPerMinute: 1.5)
DoseEntry(type: InsulinKit.PumpEventType.bolus, startDate: 2016-10-27 21:00:49 +0000, endDate: 2016-10-27 21:00:49 +0000, value: 0.20000000000000001, unit: InsulinKit.DoseUnit.units, description: nil, managedObjectID: Optional(0xd000000006140000 <x-coredata://149DFD93-72AA-4822-83A7-707001E850E5/PumpEvent/p389>))
0100080008000300b1802e1b10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment