نتایج جستجو برای: blood borne viral infections

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

Mosquito borne infectious diseases are among important group of diseases worldwide. Vaccination is available for some tropical mosquito-borne diseases, especially for Japa-nese encephalitis virus infection and yellow fever. There are also several attempts to develop new vaccines for the other mosquito-borne diseases such as malaria, dengue infection and West Nile virus infection. In this articl...

Journal: :BioMed Research International 2013

2014
Jobran M Alqahtani Saeed A Abu-Eshy Ahmed A Mahfouz Awad A El-Mekki Ahmed M Asaad

BACKGROUND The objectives of the study were to study the seroprevalence of hepatitis B virus (HBV) and hepatitis C virus (HCV) infections among health college students (HS) and health care workers (HCWs) in the Najran Region of south-western Saudi Arabia and to study the students' knowledge of occupational exposure to blood-borne viral infections. METHODS A cross-sectional study of a represen...

Journal: :international journal of infection 0
seyed mohammad hashemi-shahri infectious diseases and tropical medicine research center, zahedan university of medical sciences, zahedan, ir iran batool sharifi-mood infectious diseases and tropical medicine research center, zahedan university of medical sciences, zahedan, ir iran maliheh metanat infectious diseases and tropical medicine research center, zahedan university of medical sciences, zahedan, ir iran masoud salehi infectious diseases and tropical medicine research center, zahedan university of medical sciences, zahedan, ir iran; infectious diseases and tropical medicine research center, zahedan university of medical sciences, zahedan, ir iran. tel: +98-54332281012, fax: +98-5433236722 roshanak sharifi school of medicine, mashhad university of medical sciences, mashhad, ir iran

conclusions upon our results, tattooed people even with a small size of tattoo on the body are more at risk for hcv, hbv, and hiv infection. results among the 63 patients with tattoos (21% female, 79% male, age range:16 to 79-years-old), four patients (6.3%) tested positive for hbsag and pcr-hbv, seven patients (11%) tested positive for hcv, and five (7.9%) tested positive for hiv. the last gro...

Background: Infectious diseases are major public health problems, among which blood-borne ones are the most important infections. Patients who undergo orthopedic surgery are at higher risk of transmitting infectious diseases from and to others, due to repeated blood examinations and injection, drains secretion and receiving blood products. Accordingly, in this study we determined prevalence of ...

Journal: :iranian journal of immunology 0
viroj wiwanitkit department of laboratory medicine, faculty of medicine, chulalongkorn university, bangkok thailand 10330

mosquito borne infectious diseases are among important group of diseases worldwide. vaccination is available for some tropical mosquito-borne diseases, especially for japa-nese encephalitis virus infection and yellow fever. there are also several attempts to develop new vaccines for the other mosquito-borne diseases such as malaria, dengue infection and west nile virus infection. in this articl...

2013
Aldo Manzin Byron E. Martina Ernest A. Gould Patrizia Bagnarelli Vittorio Sambri

1 Department of Biomedical Sciences, Clinical Microbiology and Virology Unit, University of Cagliari, Policlinico Monserrato, S.S. 554, Bivio per Sestu, 09042 Monserrato, Cagliari, Italy 2 Department of Viroscience, Erasmus Medical Center, Room Ee 1714a’s Gravendijkwal 230, 3015 CA Rotterdam, The Netherlands 3 UMR190, Emergence des Pathologies Virales Aix-Marseille Universite, Institut de Reche...

Koocheki, Azadeh, Mazloomzadeh, Saeideh, Noori, Mohammad, Sorouri Zanjani , Rahim,

Background and Objectives: Providing safe blood and prevention of blood-borne infections are among the most important purposes of the Blood Transfusion Organization. The aim of this study was to describe the prevalence of Hepatitis B, C and HIV infection and their determinants in Zanjan blood donors from 2005 to 2006. Material and Methods: In this cross-sectional study, the prevalence of Hepati...

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

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

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