Advertisement
LovelessIsma

Untitled

Jan 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.68 KB | None | 0 0
  1. {
  2.     "weight": 100,
  3.     "glucose": 100,
  4.     "temperaturemin": 10,
  5.     "temperaturemax": 38.8,
  6.     "spo2avg": 10,
  7.     "spo2min": 20,
  8.     "heartratemin": 45,
  9.     "heartratemax": 122,
  10.     "sleep": {
  11.         "start": "22:00:00",
  12.         "duration": "07:00:00",
  13.         "breaks": 1,
  14.         "quality": true
  15.     },
  16.     "pillsTaken": true,
  17.     "quizAnswers": {
  18.         "atentionAlim": true,
  19.         "alimTable": true,
  20.         "alimDietetic": true,
  21.         "alimProcess": true,
  22.         "medDiabetes": true,
  23.         "shudder": true,
  24.         "fever": true,
  25.         "pain": true,
  26.         "cold": true,
  27.         "diarrhea": true,
  28.         "redness": true,
  29.         "medication": true
  30.     },
  31.     "medicationDetail": 1,
  32.     "food": [
  33.         {
  34.             "id": "CA001",
  35.             "type": "A"
  36.         }
  37.     ],
  38.     "date": "2019-01-23 00:00:00"
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement