diff --git a/docs/AdverseReactionReportsChartView.js b/docs/AdverseReactionReportsChartView.js index 49785245164..ece06047a5a 100644 --- a/docs/AdverseReactionReportsChartView.js +++ b/docs/AdverseReactionReportsChartView.js @@ -33,6 +33,7 @@ class AdverseReactionReportsChartView { 'Deaths', 'Disabilities', 'Life Threatening Illnesses', + 'Hospitalization', 'Other Adverse Events' ], datasets: [{ @@ -42,7 +43,8 @@ class AdverseReactionReportsChartView { ADRDescr['Deaths'], ADRDescr['Disabilities'], ADRDescr['Life Threatening Illnesses'], - ADRDescr['Adverse Reaction Reports'] - (ADRDescr['Deaths'] + ADRDescr['Disabilities'] + ADRDescr['Life Threatening Illnesses']) + ADRDescr['Hospitalization'], + ADRDescr['Adverse Reaction Reports'] - (ADRDescr['Deaths'] + ADRDescr['Disabilities'] + ADRDescr['Life Threatening Illnesses'] + ADRDescr['Hospitalization']) ], backgroundColor: '#1a73e8' }] diff --git a/docs/BatchCodeTableInitializer.js b/docs/BatchCodeTableInitializer.js index b2990c836e1..923ac8e966a 100644 --- a/docs/BatchCodeTableInitializer.js +++ b/docs/BatchCodeTableInitializer.js @@ -50,6 +50,7 @@ class BatchCodeTableInitializer { this.#getColumnIndex('Deaths'), this.#getColumnIndex('Disabilities'), this.#getColumnIndex('Life Threatening Illnesses'), + this.#getColumnIndex('Hospitalization'), this.#getColumnIndex('Severe reports'), this.#getColumnIndex('Lethality') ] @@ -109,14 +110,16 @@ class BatchCodeTableInitializer { return 3; case 'Life Threatening Illnesses': return 4; - case 'Company': + case 'Hospitalization': return 5; - case 'Severe reports': + case 'Company': return 6; - case 'Lethality': + case 'Severe reports': return 7; - case 'Countries': + case 'Lethality': return 8; + case 'Countries': + return 9; } } diff --git a/docs/batchCodes.html b/docs/batchCodes.html index c303f0f6e15..bbe633725e3 100644 --- a/docs/batchCodes.html +++ b/docs/batchCodes.html @@ -1,34 +1,41 @@ +
- - -| Batch | -Adverse Reaction Reports | -Deaths | -Disabilities | -Life Threatening Illnesses | -Company | -Severe reports | -Lethality | -Countries | -
|---|