نتایج جستجو برای: ویروس cchf

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

Journal: :Japanese journal of infectious diseases 2009
Shahrokh Izadi Masoud Salehi

The mortality rate resulting from Crimean-Congo hemorrhagic fever (CCHF) has been reported in different epidemics to range from 5% to more than 70%. While ribavirin has been recommended as the drug of choice in the treatment of CCHF, no consistent study has unequivocally demonstrated its effectiveness. Using the case-control method, we attempted to evaluate the efficacy of ribavirin in reducing...

[No Abstract] Crimean-Congo hemorrhagic fever (CCHF) is considered as the most important arboviral infection in Iran. Early diagnosis of CCHF is essential for preventing the spread of the infection and providing appropriate treatment to patients. Given that clinical symptoms of CCHF may overlap with other common infectious disease; differential diagnosis is a matter of great importance. In this...

2016
Maria Mohammadian Sadegh Chinikar Zakkyeh Telmadarraiy Hassan Vatandoost Mohammad Ali Oshaghi Ahmad Ali Hanafi-Bojd Mohammad Mehdi Sedaghat Mehdi Noroozi Faezeh Faghihi Tahmineh Jalali Sahar Khakifirouz Nariman Shahhosseini Firoozeh Farhadpour

BACKGROUND Crimean-Congo Hemorrhagic Fever (CCHF) is a feverous and hemorrhagic disease endemic in some parts of Iran and caused by an arbovirus related to Bunyaviridae family and Nairovirusgenus. The main virus reservoir in the nature is ticks, however small vertebrates and a wide range of domestic and wild animals are regarded as reservoir hosts. This study was conducted to determine the infe...

Journal: :Euro surveillance : bulletin Europeen sur les maladies transmissibles = European communicable disease bulletin 2014
M D Fernandez-Garcia A Negredo A Papa O Donoso-Mantke M Niedrig H Zeller A Tenorio L Franco

Crimean-Congo haemorrhagic fever (CCHF) is an infectious viral disease that has (re-)emerged in the last decade in south-eastern Europe, and there is a risk for further geographical expansion to western Europe. Here we report the results of a survey covering 28 countries, conducted in 2012 among the member laboratories of the European Network for Diagnostics of 'Imported' Viral Diseases (ENIVD)...

A Ghalyanchi-Langeroudi , A Morovvati , K Majidzadeh-A , M Soleimani , SD Mousavi-Nasab ,

Background and Aims: Crimean-Congo hemorrhagic fever (CCHF) is a fatal viral disease that occurs in approximately 30 countries. It has the most extensive geographic range among the tick-borne viruses that affect human health. CCHF viruses have a tripartite RNA genome consisting of large (L), medium (M) and small (S) segments. This study was undertaken to determine the genetic relationship of CC...

دکتر عبدالله عباسی, , دکتر عبدالوهاب مرادی, ,

بیماری خونریزی دهنده کریمه - کنگو یک بیماری مهلک ویروسی زئونوتیک بوده که از گزش کنه آلوده یا تماس مستقیم با حیوانات آلوده، بافت ها و ترشحات خونی آلوده به انسان منتقل می شود. ویروس این بیماری بسیار گسترده در حیوانات اهلی و وحشی، پرندگان و کنه ها مشاهده می شود. امروزه در بسیاری از نقاط دنیا این بیماری یک مساله حاد بهداشتی تلقی می شود. مواردی که در مقاله معرفی می گردد شش بیمار که احتمال می رود به ...

Journal: :BMC Infectious Diseases 2007
Kenan Midilli Ayşen Gargılı Onder Ergonul Gönül Şengöz Recep Ozturk Mehmet Bakar Frans Jongejan

We described a series of imported cases of Crimean-Congo Hemorrhagic Fever (CCHF) in Istanbul and investigated the genetic diversity of the virus. All the suspected cases of CCHF, who were applied to the health centers in Istanbul, were screened for CCHF virus (CCHFv) infection by using semi-nested Polymerase Chain Reaction (PCR) following RT-PCR. Simultaneous blood samples were also sent to th...

Journal: :The Journal of general virology 2016
Manfred Weidmann Tatjana Avsic-Zupanc Silvia Bino Michelle Bouloy Felicity Burt Sadegh Chinikar Iva Christova Isuf Dedushaj Ahmed El-Sanousi Nazif Elaldi Roger Hewson Frank T Hufert Isme Humolli Petrus Jansen van Vuren Zeliha Koçak Tufan Gülay Korukluoglu Pieter Lyssen Ali Mirazimi Johan Neyts Matthias Niedrig Aykut Ozkul Anna Papa Janusz Paweska Amadou A Sall Connie S Schmaljohn Robert Swanepoel Yavuz Uyar Friedemann Weber Herve Zeller

In countries from which Crimean-Congo haemorrhagic fever (CCHF) is absent, the causative virus, CCHF virus (CCHFV), is classified as a hazard group 4 agent and handled in containment level (CL)-4. In contrast, most endemic countries out of necessity have had to perform diagnostic tests under biosafety level (BSL)-2 or -3 conditions. In particular, Turkey and several of the Balkan countries have...

Journal: :Infectious diseases and clinical microbiology 2021

Background: We aimed to determine diagnostic sensitivity and specificity of clinical laboratory findings in patients with Crimean-Congo hemorrhagic fever (CCHF).

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

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

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