Skip to content
This repository was archived by the owner on Nov 26, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions medtronic/carelinkIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This document is an attempt to document the issues we have run into when dealing

This appears to happen when a patient goes through the bolus wizard, chooses to do a dual and then sets the initial injection to 0 units. The unit appears to not emit the `Dual/Normal` because it is 0 units. This makes the logic to properly correlate boluses with their wizard more difficult. It would be nice if `Dual/Normal` were always emitted, no matter what. However, this issue can also be resolved by a solution to the next item.

Bolus Wizard allows user to pick a bolus which only has the Square component with no immediate bolus, perhaps not logging the Dual/Normal event is a side-effect of this feature? Also, in case a square bolus only has been selected by the user, not logging 0 units of Dual/Normal makes sense.

### Bolus records and Bolus wizard records are difficult to correlate

When a patient goes through the bolus wizard to pick a normal bolus, it generates two events
Expand Down