نتایج جستجو برای: esophageal achalasia

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

2015
Yi Jia Richard W. McCallum

BACKGROUND Treatment of achalasia is focused on decreasing the resting lower esophageal sphincter by either pneumatic dilation or surgical myotomy. When patients symptomatically relapse after one or more pneumatic dilations, then one explanation is to consider the possibility of pseudoachalasia as the diagnosis. CASE REPORT We present a rare case of an elderly patient with a presentation of c...

Journal: :The Turkish journal of gastroenterology : the official journal of Turkish Society of Gastroenterology 2006
Filiz Akyüz Duygu Ibrişim Emre Balik Oya Yonal Sabahattin Kaymakoğlu Dursun Buğra Zeynel Mungan

Achalasia is an esophageal motility disorder that is accepted as a risk factor for the development of cancer. Especially in megaesophagus, chronic irritation of foods and bacterial overgrowth may contribute to the formation of high-grade dysplasia and squamous cell carcinoma. We present a case of advanced stage achalasia with high-grade dysplasia detected three years after a cardiomyotomy opera...

2016
Jason Abdallah Ronnie Fass

c 2016 The Korean Society of Neurogastroenterology and Motility J Neurogastroenterol Motil, Vol. 22 No. 2 April, 2016 www.jnmjournal.org TO THE EDITOR: We would like to thank Huang and Rezaie for their interesting comments. As the authors are well aware of, diagnosis of Jackhammer esophagus requires normal integrated residual pressure (IRP) and at least 20% of the swallows with distal contracti...

Journal: :The Journal of clinical investigation 1971
S Cohen W Lipshutz W Hughes

Intraluminal manometric studies were carried out in 19 patients with untreated achalasia and in 20 normals. Lower esophageal sphincter (LES) pressure was 50.5 +/-4.6 mm Hg in patients with achalasia as compared with 19.4 +/-1.3 mm Hg in the normal group. In both groups, the LES pressure was lowered when exogenous 0.1 N HCl was placed into the stomach. Although the nadir of pressure attained wit...

2010
Farzaneh Motamed Vajiheh Modaresi Kambiz Eftekhari

BACKGROUND Although achalasia is a relatively rare disease in pediatric age group, it must be considered for differential diagnosis of esophageal disorders in children with positive family history even in the absence of typical clinical manifestations. CASE PRESENTATION A 5-month old boy was hospitalized for cough and mild respiratory distress. Because of positive history of achalasia in his ...

Journal: :Gastrointestinal disorders 2022

Idiopathic achalasia is a motility disorder affecting the lower esophageal sphincter. Dysphagia hallmark symptom, but patients may exhibit other symptoms. The aim of this review to compare symptoms globally. PubMed and Google Scholar were filtered from 1952–2021 with search terms achalasia, epidemiology, diet, countries, genetics. A total 14 articles addressed demographics, symptom profiles, ge...

Journal: :Journal of laparoendoscopic & advanced surgical techniques. Part A 2012
Sergio Coda Fabio Antonellis Sokratis Tsagkaropulos Federico Francioni Paolo Trentino

The risk of esophageal perforation following endoscopic balloon dilation for achalasia is in the range of 1%-5%, with a mortality rate of 1%-20%. Perforations need to be recognized early, and, if reasonable, an immediate endoscopic repair should be pursued quickly. Herein, we report a case of successful endoscopic closure by clipping of a large iatrogenic perforation in a patient with achalasia...

Journal: :International journal of innovative research in medical science 2023

Background: Esophageal achalasia is a motility disorder characterized by lack of esophageal peristalsis and failure the lower sphincter (LES) to relax. Patients typically present dysphagia for both solids liquids, regurgitation, retrosternal chest pain, cough, aspiration, weight loss heartburn, which affect their quality life. Objective: To determine whether High-resolution manometry (HRM) subt...

2013
Su Jin Hong

is an idiopathic motility disorder that results from degeneration of the myenteric plexus in the wall of the esophagus and the lower esophageal sphincter (LES). 1 In esopha-geal manometry, achalasia is characterized by impaired relaxation of LES and loss of peristalsis in the body of the esophagus. Achalasia results in severe dysphagia for solids and liquids. Additional symptoms can also develo...

Journal: :Journal of Laparoendoscopic & Advanced Surgical Techniques 2020

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

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

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