Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

データ更新 #358

Merged
merged 1 commit into from
May 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 29 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/05/24 17:00",
"date": "2020/05/25 17:00",
"data": [
{
"日付": "2020-02-03T00:00:00.000Z",
Expand Down Expand Up @@ -1069,7 +1069,7 @@
]
},
"patients": {
"date": "2020/05/24 17:00",
"date": "2020/05/25 17:00",
"data": [
{
"リリース日": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -1812,7 +1812,7 @@
]
},
"patients_summary": {
"date": "2020/05/24 17:00",
"date": "2020/05/25 17:00",
"data": [
{
"日付": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -2157,6 +2157,10 @@
{
"日付": "2020-05-24T00:00:00.000Z",
"小計": 0
},
{
"日付": "2020-05-25T00:00:00.000Z",
"小計": 0
}
]
},
Expand All @@ -2165,7 +2169,7 @@
"data": []
},
"inspections": {
"date": "2020/05/24 17:00",
"date": "2020/05/25 17:00",
"data": [
{
"判明日": "2020-02-29",
Expand Down Expand Up @@ -3198,11 +3202,23 @@
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
},
{
"判明日": "2020-05-25",
"検査検体数": 3,
"疑い例検査": 0,
"接触者調査": 0,
"陰性確認": 3,
"(小計①)": 3,
"チャーター便": 0,
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
}
]
},
"inspections_summary": {
"date": "2020/05/24 17:00",
"date": "2020/05/25 17:00",
"data": [
{
"日付": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -3547,21 +3563,25 @@
{
"日付": "2020-05-24T00:00:00.000Z",
"小計": 6
},
{
"日付": "2020-05-25T00:00:00.000Z",
"小計": 3
}
]
},
"lastUpdate": "2020/05/24 23:49",
"lastUpdate": "2020/05/25 17:00",
"main_summary": {
"attr": "検査実施人数",
"value": 4007,
"value": 4010,
"children": [
{
"attr": "陽性患者数",
"value": 83,
"children": [
{
"attr": "入院中",
"value": 13,
"value": 8,
"children": [
{
"attr": "軽症・中等症",
Expand All @@ -3575,7 +3595,7 @@
},
{
"attr": "退院",
"value": 69
"value": 74
},
{
"attr": "死亡",
Expand Down
7 changes: 6 additions & 1 deletion data/news.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"newsItems": [
{
"date": "2020\/5\/25",
"url": "https://twitter.com/Niigata_Bousai/status/1264832818309296128",
"text": "「新潟市医師会新型コロナ相談外来」を設置"
},
{
"date": "2020\/5\/22",
"url": "https://twitter.com/Niigata_Bousai/status/1263783552862191617",
Expand Down Expand Up @@ -51,4 +56,4 @@
"text": "県では休止要請にご協力いただく事業者に対して協力金の支給を行います。"
}
]
}
}