Health impacts of waterborne microbes: Difference between revisions
Jump to navigation
Jump to search
m (→RCode) |
(→RCode) |
||
Line 31: | Line 31: | ||
name="consumption" | name="consumption" | ||
label="Initialize water use" | label="Initialize water use" | ||
embed=1 | |||
> | > | ||
# This is code Op_en7957/consumption on page [[Health impacts of waterborne microbes]] | # This is code Op_en7957/consumption on page [[Health impacts of waterborne microbes]] | ||
Line 45: | Line 46: | ||
name="rawconsumption" | name="rawconsumption" | ||
label="Initialize raw consumption" | label="Initialize raw consumption" | ||
embed=1 | |||
> | > | ||
# This is code Op_en7957/rawconsumption in page [[Health impacts of waterborne microbes]] | # This is code Op_en7957/rawconsumption in page [[Health impacts of waterborne microbes]] | ||
Line 64: | Line 66: | ||
<rcode | <rcode | ||
name="rawclass" | name="rawclass" | ||
label="Initialize raw water class" | label="Initialize raw water class" | ||
embed=1 | |||
> | > | ||
# This is code "Op_en 7957/rawclass" on page [[Health impact of waterborne microbes]] | # This is code "Op_en 7957/rawclass" on page [[Health impact of waterborne microbes]] | ||
Line 83: | Line 86: | ||
label="Initialize microbe log decrease" | label="Initialize microbe log decrease" | ||
graphics="1" | graphics="1" | ||
embed=1 | |||
> | > | ||
#This is code "Op_en7957/logdecrease" on page [[Health impacts of waterborne microbes]] | #This is code "Op_en7957/logdecrease" on page [[Health impacts of waterborne microbes]] | ||
Line 96: | Line 100: | ||
# Calculate the total log decrease of pathogen concentration from disinfection and other treatment | # Calculate the total log decrease of pathogen concentration from disinfection and other treatment | ||
# methods, then sum them to get the total not including chlorination | # methods, then sum them to get the total not including chlorination | ||
MicrobeLogDecrease <- oapply(Disinfection, cols=" | MicrobeLogDecrease <- oapply(Disinfection, cols="TreatmentMethod", FUN=sum) + | ||
oapply(TreatmentEfficiency, cols="TreatmentMethod", FUN=sum) | oapply(TreatmentEfficiency, cols="TreatmentMethod", FUN=sum) | ||
# Then sum that with chlorination to get the total microbe log decrease | # Then sum that with chlorination to get the total microbe log decrease | ||
Line 118: | Line 122: | ||
label="Initialize pathogen concentration" | label="Initialize pathogen concentration" | ||
graphics="1" | graphics="1" | ||
embed=1 | |||
> | > | ||
#This is code "Op_en7957/pathconcentration" on page [[Health impacts of waterborne microbes]] | #This is code "Op_en7957/pathconcentration" on page [[Health impacts of waterborne microbes]] | ||
Line 147: | Line 152: | ||
name="exposure" | name="exposure" | ||
label="Initialize exposure" | label="Initialize exposure" | ||
embed=1 | |||
> | > | ||
#This is code "Op_en7957/exposure" on page [[Health impacts of waterborne microbes]] | #This is code "Op_en7957/exposure" on page [[Health impacts of waterborne microbes]] |
Revision as of 09:20, 17 July 2019
Moderator:Heta (see all) |
|
Upload data
|
Question
What are the health impacts of waterborne microbes in drinking water?
Answer
Rationale
Data
Health impacts of waterborne microbes depends on the following parameters:
- Exposure to pathogens
- Drinking water consumption
- Concentrations of pathogens in drinking water
Calculations
RCode
Daily cold tap water use of Finns
The raw water default class: Surface water - high contamination
Log decrease of concentration of microbes in drinking water due to water treatment
Pathogen concentration in drinking water
The amount of pathogens an average water consumer is exposed to in a day
See also
- Water guide
- http://permanent.access.gpo.gov/lps35390/cfpub.epa.gov/ncea/cfm/recordisplay.cfm-deid=55145.htm
- Finley, B., Proctor, D., Scott, P., Harrington, N., Paustenbach, D., Price, P. 1994. Recommended distributions for exposure factors frequently used in health risk assessment. Risk Analysis 14(4), 533-553.
- Havelaar, A. and Melse, J. M. (2003). Quantifying public health risk in the WHO Guidelines for Drinking‐ Water Quality: a burden of disease approach. RIVM raport 734301022. Bilthoven, RIVM.