normalize_edge_case_doses_output.json 866 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [
  2. {
  3. "type": "TempBasal",
  4. "start_at": "2015-07-12T23:59:59",
  5. "end_at": "2015-07-13T00:00:00",
  6. "amount": 1.1,
  7. "unit": "U/hour"
  8. },
  9. {
  10. "type": "TempBasal",
  11. "start_at": "2015-07-13T00:00:00",
  12. "end_at": "2015-07-13T04:00:00",
  13. "amount": 1.1,
  14. "unit": "U/hour"
  15. },
  16. {
  17. "type": "TempBasal",
  18. "start_at": "2015-07-13T04:00:00",
  19. "end_at": "2015-07-13T07:00:00",
  20. "amount": 1.075,
  21. "unit": "U/hour"
  22. },
  23. {
  24. "type": "TempBasal",
  25. "start_at": "2015-07-13T07:00:00",
  26. "end_at": "2015-07-13T07:54:00",
  27. "amount": 1.15,
  28. "unit": "U/hour"
  29. },
  30. {
  31. "type": "Bolus",
  32. "start_at": "2015-07-13T11:00:00",
  33. "end_at": "2015-07-13T11:00:00",
  34. "amount": 3.0,
  35. "unit": "U"
  36. }
  37. ]