نتایج جستجو برای: auricular myiasis

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

Journal: :Wiadomosci parazytologiczne 2011
Dariusz Kaczmarczyk Jerzy Kopczyński Joanna Kwiecień Marek Michalski Piotr Kurnatowski

Myiasis is a rare, worldwide, human disease with seasonal variation, caused by developing larvae of a variety of fly species. It can be dangerous when infestations penetrate into the brain. In the available literature, we have found only a few papers concerning ear myiasis caused by Lucilia sericata. Here, we report 2 cases of aural myiasis. Early intervention (surgical removal, occlusion) in t...

Journal: :Journal of Palliative Medicine 2021

Complex wounds are common complications in hospice and palliative medicine (HPM), especially patients with aggressive malignancies. Myiasis, or an infestation of maggots, is a rare but significant complication such wounds. While uncommon the United States, many HPM have multiple risk factors comorbidities that increase their vulnerability to this condition. Currently, there no standard diagnost...

Journal: :Kocatepe veteriner dergisi 2023

In this case report, a female adult red fox (Vulpes vulpes) found exhausted by the villagers in rural area of Eskişehir constituted study material. A rare myiasis disease was diagnosed Red Fox who examined Surgery Clinic Veterinary Health Application and Research Center. Myiasis is clinically important condition that can lead to wide variety diseases caused fly larvae. under consideration, mult...

Journal: :Zentralblatt fur Veterinarmedizin. Reihe B. Journal of veterinary medicine. Series B 1981
E B Otesile O O Dipeolu

There have been few reports of myiasis in domestic and pet animals in Nigeria although the presence of flies capable of causing the disease has been recorded in the country (LLOYD and DIPEOLU, 1974; DIPEOLU, 1975 a; 1977; IWUALA and OUALA, 1978). In the only available report on calliphorine myiasis of equids and bovines in Nigeria, MOHAMMED and HARTKE (1970) showed that Chrysomyia bezziana was ...

Journal: :Trends in parasitology 2006
Jamie R Stevens James F Wallman Domenico Otranto Richard Wall Thomas Pape

Myiasis, which is the dipteran parasitism of living vertebrates, occurs in several forms - ranging from benign to fatal, opportunistic to obligate - and seems to have evolved through two distinct routes: saprophagous and sanguinivorous. However, the convergent evolution of morphological and life-history traits seems to have had a major role in confusing the overall picture of how myiasis evolve...

2013
Mussa Soleimani-Ahmadi Hassan Vatandoost Ahmad Ali Hanafi-Bojd Fatemeh Poorahmad-Garbandi Mehdi Zare Seyed Mohammad Vahid Hosseini

Wound or traumatic Myiasis is the infestation of animal and human orifices or wounds by dipterous larvae. It is more common in tropical and sub-tropical countries. Chrysomya bezziana is a major agent of wound myiasis throughout the tropical regions of the Old World. In Iran many cases of human myiasis due to C. bezziana were reported from south and south-east of country. This study reports a ca...

Journal: :Research, Society and Development 2021

Introduction: Myiasis, a pathological condition in which dipteran larvae infect and parasitise host, usually occurs tropical subtropical climate countries. Larvae can different parts of the human body. Intraoral myiasis is considered rare that associated with systemic, local environmental predisposing factors. Objective case report: This report describes systemically compromised patient express...

Journal: :Journal of Dentistry Indonesia 2022

“Myiasis” is a term used to represent invasion caused by fly larvae that affect organs and tissues of human beings feeds on the host tissue. It rare non-specific pathology varies according species area body involved. Various factors like extraction wounds, uncontrolled diabetes, necrotic tissues, alcohol addiction, poor oral hygiene, immunocompromised conditions people with special care needs d...

2014
Khodadad Pirali Kheirabadi Amir Dehghani Samani Hossein Rajabi Vardanjani

Myiasis is a disease of vertebrate animals caused by different fly larvae. Wohlfahrtia magnifica is responsible for serious losses in animal husbandry in Eurasia. Larvae of W. magnifica parasitize several warm-blooded vertebrates and are responsible for a severe traumatic myiasis of mucosal membranes or wounds. This myiasis has been reported in many European areas, but for the first time was re...

Journal: :Medicina oral, patologia oral y cirugia bucal 2008
João Guilherme Gabriel Sandra Aparecida Marinho Flaviana Dornela Verli Ricardo Guilherme Krause Liliane Soares Yurgel Karen Cherubini

Human myiasis is a parasitosis found in tropical and underdeveloped countries. It usually affects the elderly, unhealthy and mentally disabled individuals. It is caused by dipterous that lay their eggs in necrotic or infected tissues, although areas of the body that are apparently healthy can also be affected. Frequently the fly deposits several eggs on the peripheral parts of scratches and wou...

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

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

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