From 78286ec2a9840459cff1158a5205d7568a508c6c Mon Sep 17 00:00:00 2001 From: lrdossan Date: Thu, 21 Nov 2024 16:30:04 +0100 Subject: [PATCH] adapted infectiousness_days reference --- .../src/caimira/calculator/store/data_registry.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/caimira/src/caimira/calculator/store/data_registry.py b/caimira/src/caimira/calculator/store/data_registry.py index 4b6f1380..2a0e8ae9 100644 --- a/caimira/src/caimira/calculator/store/data_registry.py +++ b/caimira/src/caimira/calculator/store/data_registry.py @@ -254,7 +254,7 @@ class DataRegistry: }, "infectiousness_days": { "value": 14, - "references": "From authorities, only used for incidence rate calculations.", + "references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.", }, }, "SARS_CoV_2_ALPHA": { @@ -275,7 +275,7 @@ class DataRegistry: }, "infectiousness_days": { "value": 14, - "references": "From authorities, only used for incidence rate calculations.", + "references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.", }, }, "SARS_CoV_2_BETA": { @@ -296,7 +296,7 @@ class DataRegistry: }, "infectiousness_days": { "value": 14, - "references": "From authorities, only used for incidence rate calculations.", + "references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.", }, }, "SARS_CoV_2_GAMMA": { @@ -317,7 +317,7 @@ class DataRegistry: }, "infectiousness_days": { "value": 14, - "references": "From authorities, only used for incidence rate calculations.", + "references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.", }, }, "SARS_CoV_2_DELTA": { @@ -338,7 +338,7 @@ class DataRegistry: }, "infectiousness_days": { "value": 14, - "references": "From authorities, only used for incidence rate calculations.", + "references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.", }, }, "SARS_CoV_2_OMICRON": { @@ -359,7 +359,7 @@ class DataRegistry: }, "infectiousness_days": { "value": 14, - "references": "From authorities, only used for incidence rate calculations.", + "references": "From French and Swiss guidelines (2021), supported by WHO (https://iris.who.int/bitstream/handle/10665/342004/WHO-2019-nCoV-IHR-Quarantine-2021.1-eng.pdf). Only used for incidence rate calculations.", }, }, },