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

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

Journal: :The Journal of parasitology 1994
E P Hoberg S Miller M A Brown

We report the first documented case of autochthonous echinococcosis in a horse of North American origin. Three fully mature and viable unilocular hydatid cysts of Echinococcus granulosus (Batsch, 1786) were an incidental finding at necropsy in the liver of a 14-yr-old gelding thoroughbred that had been foaled in Virginia and raised in Maryland. Protoscolices were armed with 2 rows of 28-37 rost...

2017
Waldemar Patkowski Maciej Krasnodębski Michał Grąt Łukasz Masior Marek Krawczyk

Introduction Infections caused by metacestode stage of the Echinococcus granulosus in humans result in disease named cystic echinococcosis. Aim To present the outcomes of patients treated surgically for cystic echinococcosis of the liver. Material and methods One hundred and nineteen patients treated in the period between 1989 and 2014 due to E. granulosus infection in the Department of Gen...

Journal: :PLoS Neglected Tropical Diseases 2009
Yu Rong Yang Donald P. McManus Yan Huang David D. Heath

BACKGROUND Human cystic echinococcosis (CE) is highly endemic in the Tibetan regions of Sichuan where most families keep guard dogs and where there are considerable numbers of ownerless/stray dogs. Strong Buddhist beliefs do not allow for elimination of stray dogs, and many strays are actually fed and adopted by households or monasteries. On account of the high altitude (3900-5000 m), pasturage...

Journal: :Medical laboratory journal 2022

In Vitro Protoscolicidal Activity of Pomegranate (Punica Granatum) Rind and Barberry (Berberis Vulgaris) Alcoholic Extracts against Hydatid Cysts Caused by Echinococcus granulosus

Journal: :iranian journal of veterinary science and technology 0
gholamreza hashemi tabar gholamreza razmi

echinococcosis is one of the world’s relevant zoonoses, affecting both humans and their domestic animals and caused by infection with the metacestode stage of the dog tapeworm, echinococcus granulosus. in the present study, twenty mice were randomly divided into 4 groups of 5. each mouse in groups 1, 2 and 3 was immunized with 100 μg of hydatid cyst fluid protein, protoscolex and adult worms of...

Journal: :Infection and immunity 2002
Charles Gauci Michael Merli Volker Muller Conan Chow Kinpei Yagi Ute Mackenstedt Marshall W Lightowlers

Alveolar and cystic hydatidosis are caused by infection with the larval stages of Echinococcus multilocularis and Echinococcus granulosus, respectively. A host-protective antigen has been identified in E. granulosus. Here we identify the presence of a closely related protein in E. multilocularis, characterize and express a cDNA encoding the antigen (designated EM95), determine the structure of ...

A. Dalimi, Gh.R. Motamedi H. Paykari M. Syavashi M.H. Hablolvarid

Cystic Echinococcosis is an important zoonosis in the sheep rising areas of Iran. To develop a simple and reliable diagnostic method for Echinococcus infection in definitive hosts, E. granulosus polyoclonal antibodies (PolyAbs) were prepared from adult worm in rabbit. A selected PoAb was used for coproantigen detection in faecal samples obtained from animals naturally infected with Echinococcus...

دریانی , احمد, شریف , مهدی, عمویی , افسانه, غلامی , شیرزاد, موبدی , ایرج,

Background and purpose: Ëchinococcosis, due to infection in dog with adult stages of the tape worm Ëchinococcus granulosus, poses significant economic and public health problems in endemic areas of Ïran particularly in Northern provinces. The objective of this study was to compare the prevalence of Ëchinococcosis granulosus parasites in stray dogs' population of Sari city, in two separate stu...

2015
Monika Dybicz Piotr Karol Borkowski Julia Dąbrowska Lidia Chomicz

The cases of nine Polish patients with diagnosed cystic echinococcosis (CE) were examined. A total of nine isolates obtained postoperatively were investigated using PCR and sequencing. The mitochondrial region of nad1 gene was amplified. This PCR and sequencing analysis revealed the presence of Echinococcus canadensis G7 in seven patients and E. granulosus G1 in two patients. These data demonst...

2004
Ömer Etlik Özkan Ünal İsmail Uygan Ali Bay Osman Temizöz M.Emin Sakarya

Correspondence: Dr. Ömer Etlik Yuzuncu Yil Üniversitesi, Tıp Fakultesi Hastanesi, Radyoloji Anabilim Dalı 65200 Van, Turkey Phone: +904322143752 Fax: +904322167519 E-mail: omeretlik@hotmail.com INTRODUCTION Echinococcosis is an infectious disease caused by the larval form of the genus Echinococcus. Two of the parasite species may cause severe disease in humans: E. granulosus and E. alveolaris (...

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

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

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