نتایج جستجو برای: intestinal metaplasia

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

Journal: :Journal of Korean Medical Science 2002
Sung Soo Kim Choon Sang Bhang Ki Ouk Min Hiun Suk Chae Sang Wook Choi Chang Don Lee Keun Woo Lim In Sik Chung Doo Ho Park

To investigate the potential implication of the subtype of intestinal metaplasia in the progression to the gastric carcinoma, we analyzed the mutations of the p53 gene and microsatellite instability (MSI) both in the complete type (type I) and in the sulphomucin-secreting incomplete type (type III) intestinal metaplasia located adjacent to the gastric carcinoma. p53 mutations were observed in 1...

Journal: :The National medical journal of India 1995
S R Prabhu A D Amrapurkar D N Amrapurkar

BACKGROUND Helicobacter pylori infection has recently been incriminated in the pathogenesis of gastric carcinoma and chronic atrophic gastritis and intestinal metaplasia are considered to be precursors of this condition. Although the incidence of Helicobacter pylori infection in India is high that of gastric carcinoma is low. We, therefore, decided to examine the association between Helicobacte...

Journal: :Journal of Clinical Pathology 2004

2012
Mary Mathew Bhavna Nayal Lakshmi Rao Raghunath Narayanan Unni Joseph Thomas

Urethral mucosa with intestinal metaplasia and dysplasia is a rare occurrence. To date only a single case has been reported in a male with long-standing urethral stricture. We present a 33-year-old female with polypoid intestinal metaplasia and dysplasia of the external urethral meatus in the absence of an inciting factor. Intestinal metaplasia of the urethral mucosa may undergo dysplasia, emph...

2005
Wai K. Leung Enders K.W. Ng Wing Y. Chan Alex C.M. Auyeung Kui-fat Chan Candice C.H. Lam Francis K.L. Chan James Y.W. Lau Joseph J.Y. Sung

Family relatives of gastric cancer patients have a higher risk of gastric cancer and premalignant gastric lesions. We sought to determine the risk factors associated with the presence of intestinal metaplasia in a large cohort of gastric cancer relatives. First-degree relatives of gastric cancer patients were invited for screening gastroscopy. Endoscopic gastric biopsies were obtained from the ...

2013
Tarek Almouradi Tadd Hiatt Bashar Attar

Gastric intestinal metaplasia is an important stage in the development of gastric cancer. Limited data is available regarding the prevalence of gastric intestinal metaplasia in the United States. We conducted a retrospective review of esophagogastroduodenoscopies performed in our endoscopy unit between the months of April and October 2010 to evaluate the prevalence and the epidemiologic and end...

Journal: :Gut 2001
C Grötzinger J Kneifel D Patschan N Schnoy I Anagnostopoulos S Faiss R Tauber B Wiedenmann R Gessner

BACKGROUND Intestinal metaplasia is considered a risk factor for the development of gastric adenocarcinomas of the intestinal type and is found in approximately 20% of gastric biopsies. Conventional histology only detects advanced stages of intestinal metaplasia. AIMS To study expression of the enterocyte specific adhesion molecule liver-intestinal (LI)-cadherin in intestinal metaplasia as we...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2012
Yumiko Fujii Kyoko Yoshihashi Hidekazu Suzuki Shuichi Tsutsumi Hiroyuki Mutoh Shin Maeda Yukinori Yamagata Yasuyuki Seto Hiroyuki Aburatani Masanori Hatakeyama

Intestinal metaplasia of the stomach, a mucosal change characterized by the conversion of gastric epithelium into an intestinal phenotype, is a precancerous lesion from which intestinal-type gastric adenocarcinoma arises. Chronic infection with Helicobacter pylori is a major cause of gastric intestinal metaplasia, and aberrant induction by H. pylori of the intestine-specific caudal-related home...

Journal: :Cancer research 1999
M Tatemichi S Nomura T Ogura H Sone H Nagata H Esumi

Coexpression of cytochrome P450 monooxygenases (CYPs) and reductase was found in human gastric mucosa with intestinal metaplasia. Immunohistochemistry showed reactivity to P450 reductase in metaplastic epithelial cells and in pyloric gland cells in glands showing intestinal metaplasia. These cells exhibit NADPH-diaphorase activity. Reverse transcription-PCR analysis and Western blotting showed ...

Journal: :Cancer research 2004
Hiroyuki Mutoh Shinji Sakurai Kiichi Satoh Kiichi Tamada Hiroto Kita Hiroyuki Osawa Takeshi Tomiyama Yukihiro Sato Hironori Yamamoto Norio Isoda Toru Yoshida Kenichi Ido Kentaro Sugano

In the progression of chronic gastritis, gastric mucosal cells deviate from the normal pathway of gastric differentiation to an intestinal phenotype. Many epidemiologic studies have found an association between the formation of intestinal metaplasia and the development of gastric carcinoma. However, there is no direct evidence that shows intestinal metaplasia is a precursor lesion of gastric ca...

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

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

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