نتایج جستجو برای: laparoscopic cholecystectomy mlc

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

2013
Man-Sup Lim Jang Yong Jeon Jae Woo Kwon In-Gyu Kim Ji Woong Cho Jong Hyeok Kim Hong Il Ha Joo Seop Kim

The remnant cystic duct or gallbladder neck calculus may rarely result in post-cholecystectomy Mirizzi syndrome. Various managements have been proposed for the treatment of post-cholecystectomy Mirizzi syndrome. Some previous cases of post-cholecystectomy Mirizzi syndrome have been managed with open cholecystectomy and endoscopically. We report a case of a laparoscopic stone removal of post-cho...

2006
Chi-Ming Lam Murray A Cuschieri

This survey determined the effect of the introduction of laparoscopic cholecystectomy on the rates ofcholecystectomy (total and laparoscopic) in Scotland. From 1977 to 1990, the Scottish cholecystectomy rate fell by an average ofalmost 1% per annum. With the advent of laparoscopic cholecystectomy, the total cholecystectomy rate (open and laparoscopic) rose considerably by 18.7% from 1989-93 (p<...

2014
Praveen Garg Lokendra Kumar Vimal Bhandari Ashish Kumar Rashpal Singh

Laparoscopic cholecystectomy is now the gold standard for the treatment of gall stone disease and ultrasonography is the most common imaging study performed for biliary tract disease. The various pre-operative parameters in literature for predicting difficult laparoscopic cholecystectomy are reported. The present study was conducted to look for some predictive factors on ultrasonography of gall...

2009
Omer Engin Mehmet Yildirim Fevzi Cengiz Enver Ilhan

UNLABELLED In the laparoscopic surgery of acute cholecystitis, no identification of anatomic structures in Calot triangle prevents the retrograde disection. Therefore, the anterograde disection of gall bladder, which we often use in open cholecystectomy, was applied as an alternative method in laparoscopic cholecystectomy in our 2 cases. Through this method, the safety of the attempt was increa...

1999
Fadi Chahin Nahel Elias Anil Paramesh Amer Saba Vasso Godziachvili Yvan J. Silva

OBJECTIVE To evaluate the role of laparoscopic cholecystectomy in acute cholecystitis and establish the outcomes of this treatment modality at North Oakland Medical Centers. METHODS This was a retrospective analysis over a three-year period (January 1, 1994 to December 31, 1996), performed at a University-affiliated urban teaching hospital, North Oakland Medical Centers, Pontiac, Michigan. Fi...

Elham Rajai Iraj Nazari Mohammad Bahadoram, Mohammad Reza Boostani Nozar Dorostan

Cholecystitis presents as acute or chronic. Severity of cholecystitis depends on several factors.  Aim of this study was to evaluate severity of laparoscopic cholecystectomy findings based on gender type. In a retrospective and epidemiological study, a total of 101 patients who were underwent laparoscopic cholecystectomy were selected from 2001 to 2006 in university affiliated hospitals of Ahwa...

Journal: :Gut 1995
C R Welbourn D Mehta C P Armstrong M W Gear I A Eyre-Brook

A policy of preoperative endoscopic retrograde cholangiography (ERC) for suspected bile duct stones was used in 1507 patients considered for laparoscopic cholecystectomy in three district general hospitals. Altogether 306 patients underwent ERC, and bile duct cannulation was achieved in 276 (90%). Bile ducts were cleared by endoscopic sphincterotomy in 128 of 161 patients (79%) with proven duct...

Journal: :Journal of postgraduate medicine 2005
D J Gouma

INTRODUCTION: Mouret introduced laparoscopic cholecystectomy in 1987. It has rapidly replaced open cholecystectomy as the standard treatment (1) and considered The Gold standard treatment for symptomatic gallstone disease (2) Laparoscopic cholecystectomy showed higher benefits for patients with lower prevalence of postoperative complications, feeding earlier, shorter mean hospital stay and equi...

2016
Ranendra Hajong Arup J Baruah Debobratta Hajong Girish Sharma

Context: Cholecystectomy is the most commonly performed operation by general surgeons worldwide and the lesser invasive technique i.e. the laparoscopic cholecystectomy is the preferred operative technique both for the patient as well as for the surgeon. Conventionally laparoscopic cholecystectomy is performed by using three or four ports of various sizes. As cosmesis is an important aspect of l...

Journal: :Archives of surgery 2000
E Berber K L Engle A String A M Garland G Chang J Macho J M Pearl A E Siperstein

HYPOTHESIS Tube cholecystostomy followed by interval laparoscopic cholecystectomy is a sale and efficacious treatment option in critically ill patients with acute cholecystitis. DESIGN Retrospective cohort study within a 4 1/2%-year period. SETTING University hospital. PATIENTS Of 324 patients who underwent laparoscopic cholecystectomy, 65 (20%) had acute cholecystitis; 15 of these 65 pat...

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

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

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