Skip to content

Commit

Permalink
Merge pull request #355 from michiyac4ngt/hotfix/354-development
Browse files Browse the repository at this point in the history
データ更新
  • Loading branch information
yukilab2 authored May 24, 2020
2 parents c36a445 + 1f9c86a commit a9517a8
Showing 1 changed file with 47 additions and 7 deletions.
54 changes: 47 additions & 7 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"data": []
},
"querents": {
"date": "2020/05/22 17:00",
"date": "2020/05/24 17:00",
"data": [
{
"日付": "2020-02-03T00:00:00.000Z",
Expand Down Expand Up @@ -1069,7 +1069,7 @@
]
},
"patients": {
"date": "2020/05/22 17:00",
"date": "2020/05/24 17:00",
"data": [
{
"リリース日": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -1812,7 +1812,7 @@
]
},
"patients_summary": {
"date": "2020/05/22 17:00",
"date": "2020/05/24 17:00",
"data": [
{
"日付": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -2149,6 +2149,14 @@
{
"日付": "2020-05-22T00:00:00.000Z",
"小計": 0
},
{
"日付": "2020-05-23T00:00:00.000Z",
"小計": 0
},
{
"日付": "2020-05-24T00:00:00.000Z",
"小計": 0
}
]
},
Expand All @@ -2157,7 +2165,7 @@
"data": []
},
"inspections": {
"date": "2020/05/22 17:00",
"date": "2020/05/24 17:00",
"data": [
{
"判明日": "2020-02-29",
Expand Down Expand Up @@ -3166,11 +3174,35 @@
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
},
{
"判明日": "2020-05-23",
"検査検体数": 27,
"疑い例検査": 0,
"接触者調査": 0,
"陰性確認": 27,
"(小計①)": 27,
"チャーター便": 0,
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
},
{
"判明日": "2020-05-24",
"検査検体数": 6,
"疑い例検査": 0,
"接触者調査": 0,
"陰性確認": 6,
"(小計①)": 6,
"チャーター便": 0,
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
}
]
},
"inspections_summary": {
"date": "2020/05/22 17:00",
"date": "2020/05/24 17:00",
"data": [
{
"日付": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -3507,13 +3539,21 @@
{
"日付": "2020-05-22T00:00:00.000Z",
"小計": 92
},
{
"日付": "2020-05-23T00:00:00.000Z",
"小計": 27
},
{
"日付": "2020-05-24T00:00:00.000Z",
"小計": 6
}
]
},
"lastUpdate": "2020/05/22 17:00",
"lastUpdate": "2020/05/24 17:00",
"main_summary": {
"attr": "検査実施人数",
"value": 3974,
"value": 4007,
"children": [
{
"attr": "陽性患者数",
Expand Down

0 comments on commit a9517a8

Please sign in to comment.