-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblood_pressure_info.json
128 lines (128 loc) · 2.25 KB
/
blood_pressure_info.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"date": "2024-02-25",
"high": 165,
"low": 121,
"pulse": 75,
"weight": 77.0
},
{
"date": "2024-02-26",
"high": 168,
"low": 119,
"pulse": 76,
"weight": 77.0
},
{
"date": "2024-02-27",
"high": 162,
"low": 119,
"pulse": 75,
"weight": 77.4
},
{
"date": "2024-02-28",
"high": 170,
"low": 120,
"pulse": 84,
"weight": 76.6
},
{
"date": "2024-02-29",
"high": 161,
"low": 120,
"pulse": 72,
"weight": 77.0
},
{
"date": "2024-03-01",
"high": 153,
"low": 112,
"pulse": 74,
"weight": 76.9
},
{
"date": "2024-03-02",
"high": 162,
"low": 110,
"pulse": 78,
"weight": 76.9
},
{
"date": "2024-03-03",
"high": 153,
"low": 112,
"pulse": 73,
"weight": 76.9
},
{
"date": "2024-03-04",
"high": 158,
"low": 114,
"pulse": 82,
"weight": 77.3
},
{
"date": "2024-03-05",
"high": 153,
"low": 112,
"pulse": 78,
"weight": 76.9
},
{
"date": "2024-03-06",
"high": 154,
"low": 112,
"pulse": 78,
"weight": 76.6
},
{
"date": "2024-03-07",
"high": 150,
"low": 108,
"pulse": 73,
"weight": 76.8
},
{
"date": "2024-03-08",
"high": 138,
"low": 106,
"pulse": 79,
"weight": 76.8
},
{
"date": "2024-03-09",
"high": 141,
"low": 101,
"pulse": 77,
"weight": 77.4
},
{
"date": "2024-03-10",
"high": 142,
"low": 105,
"pulse": 76,
"weight": 76.8
},
{
"date": "2024-03-11",
"high": 137,
"low": 108,
"pulse": 74,
"weight": 77.1
},
{
"date": "2024-03-12",
"high": 136,
"low": 103,
"pulse": 80,
"weight": 76.6
},
{
"date": "2024-12-16",
"high": 140,
"low": 100,
"pulse": 75,
"weight": 60
}
]