نتایج جستجو برای: brain abscess

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

2011
Bobby K Desai Thomas Walls

Brain abscess is not a common diagnosis as there are only approximately 2000 cases reported each year in the United States. There are three main routes of access to the brain including contiguous infection from the oropharynx, direct implantation and hematogenously. We present a case of brain abscess in a child who had multiple visits for ear pain to various physicians including pediatricians a...

2017
Taek-Kyun Nam Yong-sook Park Jeong-taik Kwon

Brain abscess commonly occurs secondary to an adjacent infection (mostly in the middle ear or paranasal sinuses) or due to hematogenous spread from a distant infection or trauma. Pulmonary arteriovenous fistulas (AVFs) are abnormal direct communications between the pulmonary artery and vein. We present two cases of brain abscess associated with asymptomatic pulmonary AVF. A 65-year-old woman wa...

2017
Misbahuddin Khaja Darryl Adler George Lominadze

BACKGROUND Brain abscess is an uncommon but life-threatening infection. It involves a focal, intracerebral infection that begins in a localized area of cerebritis and develops into a collection of pus, surrounded by a well-vascularized capsule. Brain abscess still poses a significant problem in developing countries but rarely in developed countries. Predisposing factors vary in different parts ...

Journal: :Journal of the College of Physicians and Surgeons--Pakistan : JCPSP 2017
Muhammad Ashraf Shakeel Ahmed Shafiq Ahmad Mukhtar Hussain

OBJECTIVE To determine the efficacy of burr hole aspiration of brain abscess in children with cyanotic heart disease in terms of number of aspirations and residual abscess. STUDY DESIGN Experimental study. PLACE AND DURATION OF STUDY Department of Pediatric Neurosurgery at The Children's Hospital and The Institute of Child Health, Multan, from July 2010 to June 2014. METHODOLOGY Pediatric...

Journal: :iranian journal of child neurology 0
sm. tabatabaeifar professor of neurosurgery shohada hospital, shahid beheshti medical university a. seddighi assistant professor of neurosurgery, shahid rajaie hospital, qazvin university of medical sciences as. seddighi assistant professor of neurosurgery, shohada hospital, shahid beheshti medical university

objective brain abscesses represent organized foci of suppuration within the parenchyma. here we report a 3 month-old girl with a very huge complicated cerebral abscess, and the course of treatment given. the patient's recovery was excellent. the follow up mri showed only subtle porencephalic changes as the only parenchymal sequelae, which may be due to cns plasticity in infants.

2006
Ashfaq A. Razzaq Rashid Jooma Shahid Ahmed

The treatment of otogenic brain abscess initially involves excision or aspiration of the abscess through a temporal or sub-occipital route depending on its location. This is followed by a mastoidectomy by the ENT surgeon to eradicate the primary source of infection. During the last three years, we have approached such lesions through a mastoidectomy followed by excision of the abscess through t...

Journal: :Postgraduate medical journal 2000
M J Arunkumar V Rajshekhar M J Chandy P P Thomas C K Jacob

Although infection is the commonest central nervous system complication following renal transplantation, brain abscess is uncommon. Over the last 11 years, five renal transplant recipients who had brain abscesses were treated by computed tomography (CT)-guided stereotactic aspiration. Three patients had a fungal abscess, one a tuberculous abscess and the other had a methicillin-resistant Staphy...

Journal: :Arquivos de neuro-psiquiatria 2000
R Feferbaum E M Diniz M Valente C R Giolo R A Vieira A L Galvani M E Ceccon M C Araujo V L Krebs F A Vaz

Citrobacter diversus is closely related to brain abscess in newborn infants. We describe a case of brain abscess by this bacteria in a newborn infant and his clinical and cranial computed tomographic evaluation until the fourth month of life and discuss therapeutic management of this patient.

Journal: :Chest 1977
R L Thompson S M Cattaneo J Barnes

A unique case of recurrent brain abscess as the primary manifestation of pulmonary arteriovenous fistula is presented. In the absence of hematologic abnormalities and characteristic physical findings, the diagnosis of pulmonary arteriovenous fistula is particularly elusive. Patients with brain abscess must be carefully evaluated for the presence of pulmonary arteriovenous fistula or hereditary ...

Journal: :Journal of Evolution of Medical and Dental Sciences 2015

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

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

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