Skip to content

Commit

Permalink
Merge pull request #146 from michiyac4ngt/hotfix/144-development
Browse files Browse the repository at this point in the history
3/25データ更新
  • Loading branch information
yukilab2 authored Mar 26, 2020
2 parents 53d962b + 3ff6e8d commit cdfea80
Showing 1 changed file with 55 additions and 17 deletions.
72 changes: 55 additions & 17 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/24 15:00",
"date": "2020/03/25 15:00",
"data": [
{
"日付": "2020-02-03T00:00:00.000Z",
Expand Down Expand Up @@ -499,17 +499,27 @@
{
"日付": "2020-03-23T00:00:00.000Z",
"曜日": "",
"9-17時": 73,
"9-17時": 80,
"17-翌9時": 0,
"date": "2020-03-23",
"w": 2,
"short_date": "03/23",
"小計": 73
"小計": 80
},
{
"日付": "2020-03-24T00:00:00.000Z",
"曜日": "",
"9-17時": 66,
"17-翌9時": 0,
"date": "2020-03-24",
"w": 3,
"short_date": "03/24",
"小計": 66
}
]
},
"patients": {
"date": "2020/03/24 15:00",
"date": "2020/03/25 15:00",
"data": [
{
"リリース日": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -638,13 +648,13 @@
"date": "2020-03-12"
},
{
"リリース日": "2020-03-14T00:00:00.000Z",
"曜日": "",
"リリース日": "2020-03-13T00:00:00.000Z",
"曜日": "",
"居住地": "新潟市南区",
"年代": "40歳代",
"性別": "男性",
"退院": null,
"date": "2020-03-14"
"date": "2020-03-13"
},
{
"リリース日": "2020-03-14T00:00:00.000Z",
Expand Down Expand Up @@ -762,11 +772,20 @@
"性別": "男性",
"退院": null,
"date": "2020-03-24"
},
{
"リリース日": "2020-03-25T00:00:00.000Z",
"曜日": "",
"居住地": "小千谷市",
"年代": "50歳代",
"性別": "女性",
"退院": null,
"date": "2020-03-25"
}
]
},
"patients_summary": {
"date": "2020/03/24 15:00",
"date": "2020/03/25 15:00",
"data": [
{
"日付": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -822,11 +841,11 @@
},
{
"日付": "2020-03-13T00:00:00.000Z",
"小計": 0
"小計": 1
},
{
"日付": "2020-03-14T00:00:00.000Z",
"小計": 2
"小計": 1
},
{
"日付": "2020-03-15T00:00:00.000Z",
Expand Down Expand Up @@ -867,6 +886,10 @@
{
"日付": "2020-03-24T00:00:00.000Z",
"小計": 1
},
{
"日付": "2020-03-25T00:00:00.000Z",
"小計": 1
}
]
},
Expand All @@ -875,7 +898,7 @@
"data": []
},
"inspections": {
"date": "2020/03/23 15:00",
"date": "2020/03/25 15:00",
"data": [
{
"判明日": "2020-02-29",
Expand Down Expand Up @@ -1176,11 +1199,23 @@
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
},
{
"判明日": "2020-03-25",
"検査検体数": 46,
"疑い例検査": 0,
"接触者調査": 0,
"陰性確認": 45,
"(小計①)": 45,
"チャーター便": 0,
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
}
]
},
"inspections_summary": {
"date": "2020/03/23 15:00",
"date": "2020/03/25 15:00",
"labels": [
"2/29",
"3/1",
Expand All @@ -1206,7 +1241,8 @@
"3/21",
"3/22",
"3/23",
"3/24"
"3/24",
"3/25"
],
"data": {
"都内": [
Expand Down Expand Up @@ -1234,7 +1270,8 @@
2,
43,
11,
26
26,
46
],
"その他": [
0,
Expand All @@ -1261,18 +1298,19 @@
0,
0,
0,
0,
0
]
}
},
"lastUpdate": "2020/03/24 15:00",
"lastUpdate": "2020/03/26 00:42",
"main_summary": {
"attr": "検査実施人数",
"value": 812,
"value": 858,
"children": [
{
"attr": "陽性患者数",
"value": 28,
"value": 29,
"children": [
{
"attr": "入院中",
Expand Down

0 comments on commit cdfea80

Please sign in to comment.