- fixing the problem with minimal bolus that can be used for Medtronic Pumps.
This commit is contained in:
parent
0bdaa17082
commit
b1486c5ed6
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ public class MedtronicPumpStatus extends PumpStatus {
|
||||||
} else {
|
} else {
|
||||||
this.pumpType = medtronicPumpMap.get(pumpTypePart);
|
this.pumpType = medtronicPumpMap.get(pumpTypePart);
|
||||||
this.medtronicDeviceType = medtronicDeviceTypeMap.get(pumpTypePart);
|
this.medtronicDeviceType = medtronicDeviceTypeMap.get(pumpTypePart);
|
||||||
|
this.pumpDescription.setPumpDescription(this.pumpType);
|
||||||
|
|
||||||
if (pumpTypePart.startsWith("7"))
|
if (pumpTypePart.startsWith("7"))
|
||||||
this.reservoirFullUnits = 300;
|
this.reservoirFullUnits = 300;
|
||||||
|
|
Loading…
Reference in a new issue