forked from bewest/diabetes
-
Notifications
You must be signed in to change notification settings - Fork 3
/
INSULIN.regimen
64 lines (50 loc) · 1.51 KB
/
INSULIN.regimen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Insulin Regimen
Insulin.Aspart.ttl = 4h
Insulin.Glargine.ttl = 24h # ??
Pump Therapy
Bolus ( no filters/preconditions )
insulin = Insulin.Aspart.Novolog
ratios.carb2units = 13grams
ratios.sensitivity = 45 mg/dL
target = 106-114
food = carbs
/ ratios.carb2units
correction = ( BG - target )
/ ratios.sensitivity
active = pump.activeInsulin
subtotal = correction + food
total = subtotal - active
pump.propose total
Basal Coverage ( BG < 240 )
Standard 19.40U
12 AM 0.85u / h
08 AM 0.80u / h
10 PM 0.70u / h
Basal Coverage ( BG > 240 * 2h )
basal.temp.ttl = 1h
basal.temp.mod = 120%;
# In practice, I toggle percentages ranging between
# .85 - 1.0.
Syringe Therapy
Bolus ( no filters/preconditions )
insulin = Insulin.Aspart.Novolog
ratios.carb2units = 13grams
ratios.sensitivity = 40 mg/dL
target = 120
food = carbs
/ ratios.carb2units
correction = ( BG - target )
/ ratios.sensitivity
active = ??
subtotal = correction + food
total = subtotal - active
syringe.inject( total )
Basal Coverage
# bedtime 24u, Lantus
insulin = Insulin.Glargine.Lantus
total = 24
syringe.inject total
Recovering from DKA
# observed symptoms with blood sugar > 240
while glucose > 250
5U / hour Insulin.Aspart.Novolog