renaming 'Life Threatening Illnesses' to 'Life-Threatening Illnesses'
This commit is contained in:
@@ -32,7 +32,7 @@ class AdverseReactionReportsChartView {
|
||||
labels: [
|
||||
'Deaths',
|
||||
'Disabilities',
|
||||
'Life Threatening Illnesses',
|
||||
'Life-Threatening Illnesses',
|
||||
'Hospitalizations',
|
||||
'Other Adverse Events'
|
||||
],
|
||||
@@ -42,9 +42,9 @@ class AdverseReactionReportsChartView {
|
||||
data: [
|
||||
ADRDescr['Deaths'],
|
||||
ADRDescr['Disabilities'],
|
||||
ADRDescr['Life Threatening Illnesses'],
|
||||
ADRDescr['Life-Threatening Illnesses'],
|
||||
ADRDescr['Hospitalizations'],
|
||||
ADRDescr['Adverse Reaction Reports'] - (ADRDescr['Deaths'] + ADRDescr['Disabilities'] + ADRDescr['Life Threatening Illnesses'] + ADRDescr['Hospitalizations'])
|
||||
ADRDescr['Adverse Reaction Reports'] - (ADRDescr['Deaths'] + ADRDescr['Disabilities'] + ADRDescr['Life-Threatening Illnesses'] + ADRDescr['Hospitalizations'])
|
||||
],
|
||||
backgroundColor: '#1a73e8'
|
||||
}]
|
||||
|
||||
@@ -49,7 +49,7 @@ class BatchCodeTableInitializer {
|
||||
this.#getColumnIndex('Adverse Reaction Reports'),
|
||||
this.#getColumnIndex('Deaths'),
|
||||
this.#getColumnIndex('Disabilities'),
|
||||
this.#getColumnIndex('Life Threatening Illnesses'),
|
||||
this.#getColumnIndex('Life-Threatening Illnesses'),
|
||||
this.#getColumnIndex('Hospitalizations'),
|
||||
this.#getColumnIndex('Severe reports'),
|
||||
this.#getColumnIndex('Lethality')
|
||||
@@ -108,7 +108,7 @@ class BatchCodeTableInitializer {
|
||||
return 2;
|
||||
case 'Disabilities':
|
||||
return 3;
|
||||
case 'Life Threatening Illnesses':
|
||||
case 'Life-Threatening Illnesses':
|
||||
return 4;
|
||||
case 'Hospitalizations':
|
||||
return 5;
|
||||
|
||||
@@ -41,27 +41,27 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Batch Codes of Coronavirus 2019 Vaccines</h1>
|
||||
<table class="display" id="batchCodeTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Batch</th>
|
||||
<th>Adverse Reaction Reports</th>
|
||||
<th>Deaths</th>
|
||||
<th>Disabilities</th>
|
||||
<th>Life Threatening Illnesses</th>
|
||||
<th>Hospitalizations</th>
|
||||
<th>Company</th>
|
||||
<th>Severe reports</th>
|
||||
<th>Lethality</th>
|
||||
<th>Countries</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<footer>
|
||||
<dl>
|
||||
<dt>Data Source:</dt>
|
||||
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
|
||||
<h1>Batch Codes of Coronavirus 2019 Vaccines</h1>
|
||||
<table class="display" id="batchCodeTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Batch</th>
|
||||
<th>Adverse Reaction Reports</th>
|
||||
<th>Deaths</th>
|
||||
<th>Disabilities</th>
|
||||
<th>Life-Threatening Illnesses</th>
|
||||
<th>Hospitalizations</th>
|
||||
<th>Company</th>
|
||||
<th>Severe reports</th>
|
||||
<th>Lethality</th>
|
||||
<th>Countries</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<footer>
|
||||
<dl>
|
||||
<dt>Data Source:</dt>
|
||||
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
|
||||
(VAERS)</a></dd>
|
||||
<dt>Last updated:</dt>
|
||||
<dd id="last_updated">April 05, 2024</dd>
|
||||
|
||||
1
docs/data/histograms/Global/0321A.json
Normal file
1
docs/data/histograms/Global/0321A.json
Normal file
@@ -0,0 +1 @@
|
||||
{"batchcode": "0321A", "histogram": {"Ageusia": 1, "Anosmia": 1, "Immunisation reaction": 1, "Pneumonia": 1, "Rash": 1, "Rash pruritic": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
|
||||
Reference in New Issue
Block a user