Skip to content

Commit

Permalink
Merge branch 'development' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
makoragi committed May 8, 2020
2 parents 6294ebc + 8ba9272 commit b2a96f2
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions data/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": "2020/05/08 20:22",
"lastUpdate": "2020/05/08 21:40",
"contacts": {
"data": [
{
Expand Down Expand Up @@ -677,7 +677,7 @@
"5/5",
"5/6"
],
"date": "2020/05/08 20:22"
"date": "2020/05/08 21:40"
},
"patients": {
"data": [
Expand Down Expand Up @@ -1150,9 +1150,19 @@
"退院": null,
"date": "2020-04-26",
"県番号": 47
},
{
"リリース日": "2020-05-08T08:00:00.000Z",
"曜日": "",
"居住地": "熊本市東区",
"年代": "20代",
"性別": "男性",
"退院": null,
"date": "2020-05-08",
"県番号": 48
}
],
"date": "2020/05/08 20:22"
"date": "2020/05/08 21:40"
},
"patients_summary": {
"data": [
Expand Down Expand Up @@ -1459,25 +1469,29 @@
{
"小計": 0,
"日付": "2020-05-07T08:00:00.000Z"
},
{
"小計": 1,
"日付": "2020-05-08T08:00:00.000Z"
}
],
"date": "2020/05/08 20:22"
"date": "2020/05/08 21:40"
},
"main_summary": {
"attr": "検査実施人数",
"value": 3375,
"children": [
{
"attr": "陽性患者数",
"value": 47,
"value": 48,
"children": [
{
"attr": "入院中",
"value": 28,
"value": 29,
"children": [
{
"attr": "軽症・中等症",
"value": 25
"value": 26
},
{
"attr": "重症",
Expand Down

0 comments on commit b2a96f2

Please sign in to comment.