نتایج جستجو برای: extrahepatic

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

Ali Shams-Ara, Mahdiye Jamalizade, Seyed Hassan Eftekhar-Vaghefi,

Anatomic variations in forensic extrahepatic bile ducts is common. Knowledge of extrahepatic bile duct variations is important for surgeons in order to prevent iatrogenic damage during surgery. This study aims to determine the variations in extrahepatic bile ducts among 150 cadavers located at the Kerman Medicine Organization. We performed autopsies on 150 cadavers. Bile ducts were exposed an...

, ,

Hepatic cholestasis is characterized by elevated alkaline phosphatase and gama - glutamyl transpeptidase levels which is then followed by conjugated hyperbilirubinemia. It is classified into intrahepatic and extrahepatic cholestasis. Intrahepatic cholestasis indicates hepatocellular dysfunction or the presence of an obstructive lesion in intrahepatic bile ducts distal to biliary canalicular sy...

Journal: :Archives of pathology & laboratory medicine 2007
Baek-Hee Kim Nam-Yun Cho Minhee Choi Sun Lee Ja June Jang Gyeong Hoon Kang

CONTEXT CpG island hypermethylation is attracting attention because of its importance as a tumor marker and its potential mechanism for the development of human cancers. Extrahepatic cholangiocarcinoma has been poorly investigated with respect to CpG island hypermethylation, and the number of genes known to be methylated in extrahepatic cholangiocarcinomas is fewer than 20. OBJECTIVE To gener...

Journal: :گوارش 0
mohammad reza fariborzi fatemeh farahmand gholam hosein fallahi mohammad taghi ashtyani masumeh hashemi azade kiumarsi

background : most diagnostic tests for biliary atresia (ba) are invasive. this study evaluates the sensitivity and specificity of serum  tumor necrosis factor-α (tnf-α) for diagnosing extra hepatic biliary duct atresia (ehba) in infants. materials and methods : infants with cholestasis who were admitted to children′s medical center hospital were evaluated. a total of 50 infants (20 with ehba an...

Journal: :medical journal of islamic republic of iran 0
f farahmand from the department of pediatric gastroenterology, children s hospital medical center, tehran university of medical sciences, tehran, islamic republic of iran.

during a period of three years from 1996 to 1998, 124 infants (64 male and 60 female) with an age range of 1-6 months (mean age 1.5 months) with cholestasis were studied. idiopathic neonatal hepatitis was the most common cause of cholestasis, accounting for 48 cases with a rate of 3'8.70% in a total of 124 patients, followed by galactosemia in 29 patients (23.38%) and extrahepatic biliary ...

2017
Sara L Chalifoux Peter G Konyn Gina Choi Sammy Saab

Primary biliary cholangitis (PBC) is an autoimmune liver disease characterized by progressive destruction of the intrahepatic bile ducts, leading to cholestasis. PBC is known to have both hepatic and extrahepatic manifestations. Extrahepatic manifestations are seen in up to 73% of patients with PBC, with the most common being Sjogren's syndrome, thyroid dysfunction and systemic sclerosis. It is...

2011
Masakatsu Numata Soichiro Morinaga Takuo Watanabe Hiroshi Tamagawa Naoto Yamamoto Manabu Shiozawa Yoichi Kameda Shinichi Ohkawa Yasushi Rino Makoto Akaike Munetaka Masuda

Adenomyomatous hyperplasia is rarely found in the extrahepatic bile duct. A 54-year-old man was referred to our center with a diagnosis of extrahepatic bile duct stenosis which had been detected by endoscopic retrograde choloangiopancreatography. Abdominal computed tomography revealed thickening of the wall of the middle extrahepatic bile duct, however no malignant cells were detected by cytolo...

2014
Feng Xia Lin Wu Wan-Yee Lau Guo Li Hongbo Huan Cheng Qian Kuansheng Ma Ping Bie

BACKGROUND The prognosis of hepatocellular carcinoma (HCC) patients with extrahepatic metastasis is extremely poor. However, what is the main risk factor for survival remains unclear for these patients. We aimed to find out the relative frequency, incidence and locations of extrahepatic metastases and the risk factors of long-term survival of the patients. METHODS 132 HCC patients with extrah...

Journal: :The Turkish journal of gastroenterology : the official journal of Turkish Society of Gastroenterology 2012
Aijaz A Sofi Gul Javid Showkat Zargar Ali Nawras Malay Sharma

BACKGROUND/AIMS Endosonography is an effective diagnostic tool for evaluating pancreatobiliary diseases. However, it is scarcely used in our healthcare system because of limited resources and scarcity of trained personnel. The aim of this study was to evaluate the role of endosonography in patients presenting with extrahepatic biliary obstruction in the Indian subcontinent. METHODS Fifty cons...

Journal: :Turkish journal of medical sciences 2015
Sibel İba Yilmaz Serpil Erol Ahmet Özbeks Mehmet Parlak

BACKGROUND/AIM To investigate the distribution of viral genotypes, the extrahepatic manifestations, and the relationship between genotypes and extrahepatic manifestations in patients with chronic hepatitis C. MATERIALS AND METHODS The study included 62 treatment-naive patients with chronic hepatitis C infection. Genotype determination was performed by DNA sequencing analysis. To investigate e...

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

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

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