نتایج جستجو برای: productivity loss

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

Journal: :international journal of occupational hygiene 0
mohammad reza monazzam esmaeil pour department of occupational hygiene, school of public health and center for air pollution research (capr), institute for environmental research (ier), tehran university of medical sciences, tehran, iran rohollah hajizadeh phd student, occupational health research center, qom university of medical sciences, qom, iran mohammad hossein beheshti department of occupational health engineering, school of public health, gonabad university of medical sciences, gonabad, iran zeinab kazemi phd student in ergonomics. department of occupational health engineering, school of public health, tehran university of medical sciences, tehran, iran marzieh monazzam m.sc, bs. student, department of architecture, kashan university, kashan, iran

original article   introduction: direct sunlight and increased heat load influence mental and physical health of workers negatively and result in performance impairment. activity reduction is a natural body response to increase in internal body temperature, and a compensatory mechanism to make body balanced. this study was carried out to estimate productivity loss due to heat exposure among ira...

اسدی, هادی, حاجی زاده مقدم, پریسا, حسینی, مصطفی, حق شناس, مهین, ظریف یگانه, مروارید, مظلومی, عادل,

Introduction: One of the important consequences of globalization and development, especially in developing countries, are occupational accidents. As, today the economic burden due to these accidents is remarkable on the country’s economy. The aim of this study was financial estimate of the productivity loss due to work-related deaths in Iran in 2013. Material and Method: In this study, occup...

Journal: :international journal of occupational hygiene 0
roohalah hajizadeh department of occupational health engineering, faculty of health, tehran university of medical sciences, tehran, iran. farideh golbabaei department of occupational health engineering, school of public health, tehran university of medical sciences, tehran, iran. mohammadreza monazzam associate professor, department of occupational health engineering, school of public health, tehran university of medical sciences, tehran, iran. somayeh farhang-dehghan department of occupational health engineering, , school of public health, tehran university of medical sciences, tehran, iran. esmail ezadi-navan department of occupational health engineering, faculty of health, shahid beheshti university of medical sciences, tehran, iran.

heat stress particularly  at  outdoor  workplaces in hot-dry    climates can  disrupt    the physical or mental functions and effect negatively on human performance. we aimed to study the effect of heat stress on productivity loss among workers of brick workshops in qom province – central iran. this cross-sectional descriptive and analytic study was performed on 184 workers in 40 brick workshop...

اعظم, کمال , خدایاری, فریدون , منظم اسماعیل پور, محمدرضا , گل‌بابایی, فریده ,

Introduction: Heat is one of the hazardous physical agents in the workplace. Exposure to heat and consequent thermal stress influence workers productivity in addition to adverse health effects. The aim of this study was to determine the heat stress induced productivity loss related to different tasks of farmers in Darreh Shahr city, during summer. . Material and Method: This cross-sectional stu...

Background & Aim: Traffic accidents are the leading cause of death in the world, which brings great cost to the economy. So, this study aimed to determine the loss of productivity in traffic accident victims admitted to hospitals in Mashhad University of Medical Sciences in 2018. Methods: This cross-sectional study was conducted on 551 injured persons selected randomly. For productivity loss e...

Journal: :Journal of occupational and environmental medicine 2016
Bethany T Gardner Ann Marie Dale Skye Buckner-Petty Linda Van Dillen Benjamin C Amick Bradley Evanoff

OBJECTIVE The aim of the study was to assess construct and discriminant validity of four health-related work productivity loss questionnaires in relation to employer productivity metrics, and to describe variation in economic estimates of productivity loss provided by the questionnaires in healthy workers. METHODS Fifty-eight billing office workers completed surveys including health informati...

Journal: :Population Health Management 2011

Journal: :Journal of Environmental Economics and Management 2022

Ground-level ozone is a continuing problem worldwide, but there insufficient research about the influence of pollution on labor productivity in developing countries. Couriers are important for e-commerce and rapidly express delivery industry around world. Yet, due to their typical outdoor working environments, they susceptible health effects pollution. We investigate effect worker service secto...

Journal: :Dermatology 2006
Jochen M Schmitt Daniel E Ford

BACKGROUND According to current guidelines the cost of productivity loss should be considered in pharmacoeconomic analyses. The cost of health-related productivity loss in psoriasis patients is unknown. OBJECTIVE To estimate the cost of productivity loss in psoriasis and its association with health-related quality of life and clinical disease severity. METHODS Cross-sectional study, recruit...

2016
Solmaz Ehteshami-Afshar J. Mark FitzGerald Christopher Carlsten Hamid Tavakoli Roxanne Rousseau Wan Cheng Tan J. Douglass Rolf Mohsen Sadatsafavi

BACKGROUND Health-related productivity loss is an important, yet overlooked, component of the economic burden of disease in asthma patients of a working age. We aimed at evaluating the effect of comorbidities on productivity loss among adult asthma patients. METHODS In a random sample of employed adults with asthma, we measured comorbidities using a validated self-administered comorbidity que...

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

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

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"; } -->