نتایج جستجو برای: needle stick injury nsi

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

2017
Ekta Rishi B Shantha Abhinav Dhami Pukhraj Rishi Hannah C Rajapriya

PURPOSE The purpose of this study is to assess the incidence, management, and outcomes for needle stick injuries (NSIs) in a tertiary eye-care hospital and provide appropriate recommendations for its prevention. METHODS This was a retrospective database review of NSI recorded between 2010 and 2015 at a tertiary eye care center. All staff members who had NSI were managed with standard treatmen...

ژورنال: طب کار 2012
افشاری صالح, لحیا, امینیان, امید, شریفیان, اکبر,

Introduction: Emergency personnel are usually exposed to needle stick injuries (NSI) and contamination with HBV, HCV & HIV. The cost of health and psychological effects of such injuries demonstrates the importance of evaluating its risk factors and preventing it. One of these factors is job stress. Methods: A cross-sectional study was conducted among emergency personnel of 4 university hospita...

Journal: :international journal of occupational hygiene 0
jaber parsa-pili department of health safety and environmental management, science and research branch, islamic azad university, tehran, iran. nazanin izadi center for research on occupational diseases, tehran university of medical sciences, tehran, iran. farideh golbabaei department of occupational health and engineering, tehran university of medical sciences, tehran,iran.

exposure to blood borne pathogens is considered as a common occupational hazard among health care workers all around the world. the aim of the current study was to investigate the factors associated with needle stick and sharp injuries among health care workers of an academic hospital. the current cross-sectional study of health care workers a teaching hospital designed based on a census sampli...

Journal: :health education & health promotion 2015
reza jorvand farkhonde amin shokravi zeinab ghazanfari kazemieh sadeghi rad mohammad hossein delshad

aim: injury from needle is one of the main ways of transmitting blood diseases in the medical staff. prevention and reduction of such diseases' side effects have been emphasized by the health ministry. this study aimed to investigate factors influencing the behavior of the elam city medical staff when working with sharps instruments. methods: in a cross-sectional study, using a census method, a...

اسماعیلی, محمد, حمه, مجید, زاهد نژاد, حسین, شبانی, فیدان, فرج زاده, محمد, قانعی قشلاق, رضا, قهرمانی, محمد,

  Abstract   Background & Aim: Needle stick injuries as one of the most common occupational injuries in nursing are very important because of their potential risk of transmission of blood-borne infectious disease. The aim of this study was to determine the characteristics of needle stick injuries and its related factors among nursing staff.   Material & Methods: In this cr...

Background and aims: Needle stick injuries are a common and serious occupational hazard in the medical settings. So, this study was aimed to assess the incidence of needle stick injury among medical students at Tabriz Imam Reza Hospital in 2014. Methods: This is a cross-sectional study which its data was collected from 211 medical students in Tabriz Imam ...

براتی بنی, سمیه, حیدری, محمدتقی, رخشانی, فاطمه,

Background and Objectives: Injury by sharp instruments and needles are major occupational health hazard for healthcare workers. This study was conducted to determine the prevalence rate and causes of injuries due to needle stick in healthcare workers in Zahedan University of Medical Sciences. Methods: In a cross-sectional study, 231 healthcare workers of university hospitals of Zahedan Unive...

Journal: :iranian journal of nursing and midwifery research 0

background : accidental needle-stick injuries (nsis) are a hazard for health-care workers and general public health. nursing workers are at high risk for occupational exposure to blood-borne pathogens (such as hbv, hcv and hiv) via sharp injuries of needle stick. methods : this descriptive analytical cross-sectional study was done on 158 nursing workers of khanevadeh hospital in tehran to study...

Journal: :international journal of occupational and environment medicine 0
p phukan employees' state insurance corporation medical college and postgraduate institute of medical sciences and research, bangalore, india

background: the guidelines for minimizing occupational health risk from exposure to highly infectious diseases is already established but little information exists on the compliance of these measures among paramedical workers in india. objective: to study the awareness of occupational safety measures such as universal precautions, biomedical waste handling, disposal and its compliance in their ...

2015
Tolesa Bekele Alem Gebremariam Muhammedawel Kaso Kemal Ahmed Julian W. Tang

BACKGROUND Needle stick and sharps injuries are occupational hazards to healthcare workers. Every day healthcare workers are exposed to deadly blood borne pathogens through contaminated needles and other sharp objects. About twenty blood borne pathogens can be transmitted through accidental needle stick and sharp injury. The study was conducted to determine the lifetime and past one year preval...

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

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

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