Skip to content

Commit

Permalink
Merge pull request #148 from michiyac4ngt/hotfix/145-development
Browse files Browse the repository at this point in the history
Hotfix/145 development
  • Loading branch information
asukaG authored Mar 26, 2020
2 parents cdfea80 + bd4f703 commit d67ff1e
Showing 1 changed file with 34 additions and 9 deletions.
43 changes: 34 additions & 9 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"data": []
},
"querents": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"data": [
{
"日付": "2020-02-03T00:00:00.000Z",
Expand Down Expand Up @@ -515,11 +515,21 @@
"w": 3,
"short_date": "03/24",
"小計": 66
},
{
"日付": "2020-03-25T00:00:00.000Z",
"曜日": "",
"9-17時": 47,
"17-翌9時": 0,
"date": "2020-03-25",
"w": 4,
"short_date": "03/25",
"小計": 47
}
]
},
"patients": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"data": [
{
"リリース日": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -785,7 +795,7 @@
]
},
"patients_summary": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"data": [
{
"日付": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -898,7 +908,7 @@
"data": []
},
"inspections": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"data": [
{
"判明日": "2020-02-29",
Expand Down Expand Up @@ -1211,11 +1221,23 @@
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
},
{
"判明日": "2020-03-26",
"検査検体数": 81,
"疑い例検査": 0,
"接触者調査": 0,
"陰性確認": 81,
"(小計①)": 81,
"チャーター便": 0,
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
}
]
},
"inspections_summary": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"labels": [
"2/29",
"3/1",
Expand All @@ -1242,7 +1264,8 @@
"3/22",
"3/23",
"3/24",
"3/25"
"3/25",
"3/26"
],
"data": {
"都内": [
Expand Down Expand Up @@ -1271,7 +1294,8 @@
43,
11,
26,
46
46,
81
],
"その他": [
0,
Expand Down Expand Up @@ -1299,14 +1323,15 @@
0,
0,
0,
0,
0
]
}
},
"lastUpdate": "2020/03/26 00:42",
"lastUpdate": "2020/03/26 22:39",
"main_summary": {
"attr": "検査実施人数",
"value": 858,
"value": 939,
"children": [
{
"attr": "陽性患者数",
Expand Down

0 comments on commit d67ff1e

Please sign in to comment.