نتایج جستجو برای: colorectal surgery

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

2014
Abdulkadir Bedirli Bulent Salman Osman Yuksel

Background. The present study aimed to compare the clinical outcomes of laparoscopic versus open surgery for colorectal cancers. Materials and Methods. The medical records from a total of 163 patients who underwent surgery for colorectal cancers were retrospectively analyzed. Patient's demographic data, operative details and postoperative early outcomes, outpatient follow-up, pathologic results...

Journal: :Updates in surgery series 2023

The minimally invasive approach has represented a game-changing innovation in surgery, with laparoscopy becoming core technique the colorectal field. Robotic-assisted technology was launched at dawn of new millennium, demonstrating considerable advantages compared to terms visualization, manipulation and ergonomics. This paper reviews evolution robotic over last few decades, special focus on su...

Journal: :caspian journal of internal medicine 0
mohammadreza jalalinadoushan department of pathology sepideh siadati department of pathology ali davati department of social medicine and health gholamreza torabi-parizi department of pathology samira ghasemi department of pathology

background: gastric and colorectal adenocarcinoma are the second and the fifth most common cancers in iran, respectively. expression of cytokeratin 7 (ck7) is established in most malignancies including gastric and colorectal adenocarcinoma. demonstration of ck7 could be related to prognostic factors and help to the better management of the patients. the objective of our study was to evaluate th...

Journal: :Diseases of the colon and rectum 2014
Caroline C Jadlowiec Elizabeth M Mannion Mary J Thielman Christine M Bartus Kristina H Johnson William V Sardella Paul V Vignati Jeffrey L Cohen

BACKGROUND Hand-assisted laparoscopic surgery is commonly used in colorectal surgery and provides benefit in complex cases. OBJECTIVE This study examined the minimally invasive surgical trends, patient characteristics, and operative variables unique to patients undergoing hand-assisted laparoscopic surgery. DESIGN This was a retrospective medical chart review. SETTINGS The study was condu...

Journal: :International journal of surgery research and practice 2022

The rectum is the site of 30% all colorectal tumours. When contemplating neoadjuvant alternatives and surgical treatments, rectum's position within bony pelvis its closeness to important tissues offer major therapeutic difficulties. Colorectal cancer survival times have improved as a result advances in primary adjuvant treatments. This paper aims investigate tumour regression grade (TRG) rectal...

2017
Ao Zhang Tingting Liu Kaiyuan Zheng Ningbo Liu Fei Huang Weidong Li Tong Liu Weihua Fu

Laparoscopic colorectal surgery had been widely used for colorectal cancer patient and showed a favorable outcome on the postoperative morbidity rate. We attempted to evaluate physiological status of patients by mean of Estimation of physiologic ability and surgical stress (E-PASS) system and to analyze the difference variation of postoperative morbidity rate of open and laparoscopic colorectal...

Journal: :Ulusal cerrahi dergisi 2016
Wafi Attaallah Hayyam Babayev Samet Yardımcı Asım Cingi Mustafa Ümit Uğurlu Ömer Günal

OBJECTIVE Even though, laparoscopy is not accepted as the current gold standard in colorectal surgery, it can be performed as safely as open surgery. It is also widely accepted that the technique has many advantages. In this study, we evaluated the results of 33 patients with laparoscopic colorectal resection. MATERIAL AND METHODS Thirty-three patients who underwent laparoscopic colon surgery...

2015
Zhenghao Cai Manu L.N.G. Malbrain Jing Sun Ruijun Pan Junjun Ma Bo Feng Feng Dong Minhua Zheng

INTRODUCTION The incidence of acute gastrointestinal injury (AGI) after colorectal surgery is low when laparoscopic techniques are used. While elevated intra-abdominal pressure (IAP) and intra-abdominal hypertension (IAH) are associated with AGI grade II, little is known about the relation between increased IAP during laparoscopy and subsequent AGI. AIM To assess the impact of increased IAP d...

2014
KAI CHEN ZHUQING ZHANG YUNFEI ZUO SHUANGYI REN

The present study aimed to compare the clinical outcomes of laparoscopic-assisted surgery versus open surgery for colorectal cancer and investigate the oncological safety and potential advantages and disadvantages of laparoscopic-assisted surgery for colorectal cancer. The medical records from a total of 160 patients who underwent surgery for colorectal cancer between January 2009 and January 2...

Journal: :Infection control and hospital epidemiology 2012
Deborah S Yokoe Yosef Khan Margaret A Olsen David C Hooper Maurice Greenbaum Johanna Vostok Julie Lankiewicz Victoria J Fraser Kurt B Stevenson

OBJECTIVE To evaluate the use of inpatient pharmacy and administrative data to detect surgical site infections (SSIs) following hysterectomy and colorectal and vascular surgery. DESIGN Retrospective cohort study. SETTING Five hospitals affiliated with academic medical centers. PATIENTS Adults who underwent abdominal or vaginal hysterectomy, colorectal surgery, or vascular surgery procedur...

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

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

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