نتایج جستجو برای: parasitic appendicitis

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

2013
JP Singh JG Mariadason

INTRODUCTION The prevailing view on appendicitis is that the main aetiology is obstruction owing to faecoliths in adults and lymphoid hyperplasia in children. Faecoliths on imaging studies are believed to correlate well with appendicitis. METHODS A retrospective chart review was conducted of 1,014 emergency appendicectomy patients between 2001 and 2011. Faecolith prevalence in adult and paed...

Journal: :The American journal of emergency medicine 2013
Chun-Yu Chen Lu-Lu Zhao Yan-Ren Lin Kang-Hsi Wu Han-Ping Wu

PURPOSE This study aimed to determine whether routine urinalysis may serve as a tool in discriminating between acute appendicitis and perforated appendicitis in children. BASIC PROCEDURES We prospectively collected 357 patients with clinically suspected acute appendicitis. Urinalysis was performed in patients with clinically suspected acute appendicitis before surgical intervention. Routine u...

علیزاده اطاقور, حمید رضا , تیزمغز, عدنان, جمالی حاجیانی, احسان, حسینی, مصطفی, شبستانی پور, غزال,

  Background : Mechanical obstruction is the most common surgical disease of the small intestine , which can be potentially fatal . However appendicitis is very rare cause of intestinal obstruction and is usually . In rare cases of appendicitis, symptoms of small intestine obstruction can be more predominant than the appendicitis symptoms . This may lead to delayed diagnosis of appendicitis and...

تولیت, سیدمحسن, محبی, حسنعلی, مهرورز, شعبان, کبیر, علی,

Acute appendicitis is still the most common acute surgical disease. The aim of this study was to evaluate the frequency of symptoms, signs, paraclinical findings and diagnostic value of these findings in prediction of acute appendicitis in patients suspicious of having this problem. In this study 1121 patients, suspicious of acute appendicitis, were operated and surveyed in the peri...

2015
Mohammad Ayub Jat Farhan Khashim Al-Swailmi Yasir Mehmood Majid Alrowaili Shehab Alanazi

BACKGROUND AND OBJECTIVE Appendicectomy for acute appendicitis is one of the most commonly performed surgical procedures. Acute appendicitis has remained a clinical entity and an ongoing diagnostic challenge. A retrospective study was performed to determine histological diagnosis, demographic data, the rate of perforated appendicitis and negative appendicectomies. METHODS Histopathological re...

2017
Saeed Nouri Davood Kheirkhah Zahra Soleimani

It is believed that the appendix will be perforated if the surgery of an acute appendicitis is delayed. However, some of the recent studies, contested this hypothesis and shown that only a delay in the treatment cannot fully explain perforated appendicitis. This study aimed to examine the prevalence and risk factors for perforated appendicitis in patients with acute appendicitis. A cross-sectio...

2016
Stephanie Coward Hashim Kareemi Fiona Clement Scott Zimmer Elijah Dixon Chad G Ball Steven J Heitman Mark Swain Subrata Ghosh Gilaad G Kaplan

IMPORTANCE At the turn of the 21st century, studies evaluating the change in incidence of appendicitis over time have reported inconsistent findings. OBJECTIVES We compared the differences in the incidence of appendicitis derived from a pathology registry versus an administrative database in order to validate coding in administrative databases and establish temporal trends in the incidence of...

2016
Mahir Gachabayov

Hydronephrosis is a rare complication of acute appendicitis. We present a case of missed appendicitis in a 52-year-old female which presented as a right-sided hydronephrosis. 2 days after admission to the Department of Urology CT revealed acute appendicitis for what open appendectomy was performed. Acute appendicitis can lead to obstructive uropathy by periappendiceal inflammation due to adjace...

Journal: :Emergency medicine journal : EMJ 2005
B Etensel M Yazici H Gürsoy S Ozkisacik M Erkus

OBJECTIVES Trauma and appendicitis are the most common conditions of childhood for which surgical consultation is sought in emergency departments. Occasionally, appendicitis and trauma exist together, which causes an interesting debate whether trauma has led to appendicitis. We aimed to evaluate our patients with traumatic appendicitis and to discuss their properties in the light of the literat...

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

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

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