نتایج جستجو برای: annual radiation dose

تعداد نتایج: 624017  

ژورنال: سلامت و محیط زیست 2019

Background and Objective: Humans are always exposed to ionizing radiation that could potentially have harmful effects. The aim of this study was to evaluate the background gamma dose rate, the estimated annual effective dose, and the excess cancer risk assessment in Dargaz. Materials and Methods: This study was a cross sectional study which was conducted in January- March and July – September ...

Journal: :iranian journal of medical physics 0
tayyeb allahverdi pourfallah biochemistry and biophysics dept., faculty of medicine, mazandaran university of medical sciences, sari, iran maryam shahidi biochemistry and biophysics dept., faculty of medicine, mazandaran university of medical sciences, sari, iran

introduction in this study, effective dose equivalent for the public due to internal exposure to 222radon (222rn) was evaluated in three regions of ramsar, a northern coastal city in iran.                                materials and methods measurements were carried out using a radon monitoring device. outdoor and indoor radon concentrations were measured within 24 hours with an integration in...

Journal: :Journal of radiological protection : official journal of the Society for Radiological Protection 2016
Luis E Alvarez Sebastian D Eastham Steven R H Barrett

Civil airliner passengers and crew are exposed to elevated levels of radiation relative to being at sea level. Previous studies have assessed the radiation dose received in particular cases or for cohort studies. Here we present the first estimate of the total radiation dose received by the worldwide civilian flying population. We simulated flights globally from 2000 to 2013 using schedule data...

2013
Kyung-Hwa Choi Mina Ha Won Jin Lee Seung-Sik Hwang Meeseon Jeong Young-Woo Jin Hyeog Ju Kim Kwang-Yong Lee Jung-Eun Lee Jong-Won Kang Heon Kim

This study was aimed to examine the association between the effective radiation dose of diagnostic radiation workers in Korea and their risk for cancer. A total of 36,394 diagnostic radiation workers (159,189 person-years) were included in this study; the effective dose and cancer incidence were analyzed between the period 1996 and 2002. Median (range) follow-up time was 5.5 (0.04-7) years in m...

Journal: :iranian journal of medical physics 0
hassan ali nedaie radiotherapy oncology department, cancer research center, cancer institute, tehran university of medical sciences, tehran, iran. nooshin banaee young researchers and elites club, science and research branch, islamic azad university, tehran, iran.

introduction intensity-modulated radiotherapy (imrt) is becoming an increasingly routine treatment method. imrt can be delivered by use of conventional multileaf collimators (mlcs) and/or physical compensators. one of the most important factors in selecting an appropriate imrt technique is integral dose. integral dose is equal to the mean energy deposited in the total irradiated volume of the p...

Journal: :Journal of radiological protection : official journal of the Society for Radiological Protection 2013
Rachael E Moorin Rene Forsyth David J Gibson Richard Fox

Technical data on local CT practice in Western Australia were collected for five major CT providers using a self-completed questionnaire. The CTDIvol DLP and effective dose for each protocol were obtained and providers were ranked according to radiation burden for each clinical scenario. The mean, median, 75th percentile and standard deviation were calculated for both effective dose and DLP for...

Background: The aim of this study was to measure137Cs levels in soil and brick samples to set the baseline data and an indicator of fallout radioactivity for this part of the world. This study will help to probe, if there is any health threat posed by 137Cs exposure to the residents of the area. Materials and Methods: Twenty five samples of soil and 6 samples of bricks were collected from diffe...

Journal: :Journal of radiation research 2016
Akira Sakumi Ryu Miyagawa Yuki Tamari Kanabu Nawa Osamu Sakura Keiichi Nakagawa

Since the Great East Japan Earthquake on 11 March 2011, Iitate Village has continued to be classified as a deliberate evacuation area, in which residents are estimated to receive an annual additional effective radiation dose of >20 mSv. Some companies still operate in Iitate Village, with a special permit from the Cabinet Office Team in Charge of Assisting the Lives of Disaster Victims. In this...

Introduction In this study, effective dose equivalent for the public due to internal exposure to 222radon (222Rn) was evaluated in three regions of Ramsar, a northern coastal city in Iran.                                Materials and Methods Measurements were carried out using a radon monitoring device. Outdoor and indoor radon concentrations were measured within 24 hours with an integration in...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->