Skip to content

Commit

Permalink
Revert changes that were done to already existing insulin profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheConen committed Nov 2, 2023
1 parent c078a2a commit b16e972
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions app/src/main/res/raw/insulin_profiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
{
"name": "FIASP",
"displayName": "FIASP (ultra-fast acting)",
"displayName": "FIASP (ultra fast acting)",
"concentration": "U100",
"PPN":
[
Expand Down Expand Up @@ -157,21 +157,21 @@
}
},
{
"name": "Levemir",
"displayName": "Levemir (long acting)",
"name": "Toujeo",
"displayName": "Toujeo (long acting)",
"PPN":
[
"LevemirU100"
"ToujeoU100"
],
"concentration": "U100",
"Curve":
{
"type": "linear trapezoid",
"data":
{
"onset": "60",
"peak": "180-840",
"duration": "1500"
"onset": "180",
"peak": "480",
"duration": "2160"
}
}
},
Expand All @@ -190,16 +190,16 @@
{
"onset": "60",
"peak": "420-1200",
"duration": "1440"
"duration": "2160"
}
}
},
{
"name": "Basaglar",
"displayName": "Basaglar (long acting)",
"name": "Levemir",
"displayName": "Levemir (long acting)",
"PPN":
[
"BasaglarU100"
"LevemirU100"
],
"concentration": "U100",
"Curve":
Expand All @@ -208,27 +208,27 @@
"data":
{
"onset": "60",
"peak": "480-1140",
"duration": "1440"
"peak": "180-840",
"duration": "1500"
}
}
},
{
"name": "Toujeo",
"displayName": "Toujeo (ultra-long acting)",
"name": "Basaglar",
"displayName": "Basaglar (long acting)",
"PPN":
[
"ToujeoU100"
"BasaglarU100"
],
"concentration": "U100",
"Curve":
{
"type": "linear trapezoid",
"data":
{
"onset": "180",
"peak": "480-1560",
"duration": "2160"
"onset": "60",
"peak": "480-1140",
"duration": "1440"
}
}
},
Expand All @@ -252,4 +252,4 @@
}
}
]
}
}

0 comments on commit b16e972

Please sign in to comment.