نتایج جستجو برای: protective materials

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

Journal: :Canadian journal of public health = Revue canadienne de sante publique 2016
Sonia Hélie Elizabeth Fast Daniel Turcotte Nico Trocmé Marc Tourigny Barbara Fallon

OBJECTIVE The Québec Incidence Study on situations investigated by child protective services (QIS) has been conducted in 5-year cycles since 1998 in collaboration with all 16 Québec child protection agencies. It provides reliable estimates of the incidence and characteristics of investigated children. The aim of this paper is to discuss major findings from the QIS-2008 and to compare them with ...

Journal: :Clinical journal of oncology nursing 2014
Kerry Ann Hennessy Judy Dynan

Although the known risks of exposure to hazardous drugs have been well documented and disseminated, certain barriers remain in the use of personal protective equipment (PPE) by nurses administering chemotherapy. At Dana-Farber Cancer Institute, a program was developed that incorporated not only monitoring and reporting compliance of the use of PPE, but also engaged the staff in audit and report...

2014
Charu Kohli Rajesh Kumar G S Meena M M Singh Jyotiranjan Sahoo G K Ingle

Background. Mosquito-borne diseases constitute an important cause of morbidity and mortality. The use of personal protective measures (PPM) like mats, bednets, screening, repellents, liquid vaporizers, mosquito coils, and so forth has been advocated as an effective tool in control of mosquito-borne diseases, but data about the safety profile of personal protective measures is still scarce. Obje...

2018

Below is an alphabetized list of all the Health and Safety Policies and Programs. Policy Title Policy Category Policy ID Animals on Campus Policy [1] Administration 851.01.16 [1] Asbestos Control Programs Policy [2] Safe Work Procedures 851.06.11 [2] Barriers, Covers, and Guardrails Policy [3] Equipment Policy 851.07.14 [3] Biosafety Policy [4] Biosafety Program 851.11.01 [4] Boats and Watercra...

Journal: :iranian journal of basic medical sciences 0
akram jamshidzadeh medicinal plants processing research center, shiraz university of medical sciences, shiraz, iran department of pharmacology and toxicology, school of pharmacy, shiraz university of medical sciences, shiraz, iran reza heidari pharmaceutical sciences research center, shiraz university of medical sciences, shiraz, iran gerash faculty of paramedical sciences, shiraz university of medical sciences, gerash, iran mojtaba razmjou department of pharmacology and toxicology, school of pharmacy, shiraz university of medical sciences, shiraz, iran forouzan karimi department of pharmacology and toxicology, school of pharmacy, shiraz university of medical sciences, shiraz, iran mahmood reza moein medicinal plants processing research center, shiraz university of medical sciences, shiraz, iran omid farshad shiraz university of medical sciences, international branch, shiraz, iran

objective(s):  protective effects of different extracts and essential oil from pimpinella anisum           l. seeds were examined against carbon tetrachloride (ccl4)-induced toxicity. the parameters such as serum transaminases, lactate dehydrogenase activity, hepatic glutathione content, liver lipid peroxidation and histopathological changes of liver were assessed as toxicity markers. in the in...

Journal: :The Annals of occupational hygiene 2001
D H Brouwer H Marquart J J van Hemmen

Introduction of personal protective equipment (PPE) in the process of quantitative exposure and risk assessment should be addressed carefully. PPE which have been designed and manufactured according to CE-criteria and have proved to pass relevant test criteria, can be classified as "proper functioning". However, test criteria for PPE are not equal to levels of protection which can be achieved i...

Journal: :journal of research in medical sciences 0
vajihe izadi leila azadbakht

background: one of the adipokines mostly secreted from adipose tissue is adiponectin. adiponectin is well known as the antidiabetic,anti-obesity and cardio-protective factor. present study focused on the review the previous studies about relationship between adherence to healthy dietary pattern, independent of one or two special dietary components, and concentration of adiponectin. materials an...

Journal: :AORN journal 2007

3. Protective barriers Appropriate gloves for the task should be utilised to provide an effective barrier against infectious materials (blood, body fluids) and chemicals. Health care workers must also wear masks, protective eye wear, face shields and/or fluid resistant attire when appropriate. 4. Double glove Health care practitioners should use two pairs of gloves during invasive procedures. A...

Journal: :Revista de salud publica 2015
Ana I Molineri Marcelo L Signorini-Porchietto Héctor D Tarabla

OBJECTIVES a) To identify possible risk factors associated with rural accidents in women, b) to describe women's knowledge about zoonosis, c) to describe women's risk perception about farming, d) to describe mothers' risk perception about children's activities in rural settings, e) to estimate the initial age of exposure to the rural setting and its dangers, and f) to identify possible risk fac...

Journal: :Occupational medicine 2008
Fabrizio Giannandrea Laura Settimi Irene Figà Talamanca

AIM To determine the use of personal protective equipment (PPE) among pregnant greenhouse workers in Italy and to identify risk factors related to the non-use of appropriate preventive measures. METHODS A structured questionnaire was administered by trained interviewers, to Italian female greenhouse workers regarding their use of PPE and the occurrence of adverse pregnancy outcomes in their f...

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

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

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