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

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

Journal: :Austin journal of clinical case reports 2021

Background: In colorectal surgery, postoperative Anastomotic Leak (AL) is a serious complication. Besides the surgeon`s experience, bowel preparation may have an impact on AL, but published data are still inconclusive. The purpose of this retrospective single center study was to investigate role preoperative Mechanical Bowel Preparation (MBP) in combination with Oral Antibiotic (OBP) and parent...

Journal: :Ulusal cerrahi dergisi 2016
Tolga Özmen Mirkhalig Javadov Cumhur S Yeğen

OBJECTIVE Surgical site infection (SSI) is a common complication after surgery and is an indicator of quality of care. Risk factors for SSI are studied thoroughly for most types of gastrointestinal surgeries and especially colorectal surgeries, but accumulated data is still lacking for gastric surgeries. We studied the parameters affecting SSI rate after gastric cancer surgery. MATERIAL AND M...

2018
Behzad Nematihonar Sohrab Salimi Vahid Noorian Majid Samsami

Background A period of starvation after colorectal anastomosis to permit for resolution of the clinical evidence of ileus has been an unchallenged surgical dogma until recent years. We intended to determine the safety and feasibility of an unconventional postoperative oral intake protocol in patients experiencing colorectal anastomosis. Materials and Methods Between 2013 and 2015, sixty conse...

Journal: :International Journal of Colorectal Disease 2021

Colorectal redo surgery is well known to be a difficult procedure, associated with high risk of failure. The aim this study was look into patients presenting two consecutive failed colorectal (CRA) or coloanal (CAA) anastomosis who underwent second (i.e., third anastomosis). A retrospective based on prospective database surgeries CRA CAA, in an expert center. Sixteen between 2005 and 2020 were ...

Journal: :British Journal of Surgery 2021

Abstract Introduction The COVID-19 pandemic has interfered with many aspects of cancer management, including delayed diagnoses, stalled screening programmes, limiting treatment and clinical trials. Colorectal is the second commonest cause death in Ireland. objective current study to assess impact this on colorectal diagnoses surgery, at a national level. Methods Data endoscopy, emergency electi...

2015
Abdulbari Bener Muzeyyen Dogan Ismail Abou Azab Ali Rashed Midhat Siddiqui

The aim of this study is to determine the amino acid profile among the colorectal cancer patients. This is a prospective descriptive case-control study. This study includes 108 patients who underwent surgeries for colorectal carcinoma and 108 healthy control subjects during the period from1998 to 2003. The patients’ data included: age, gender, pathological data and p53 expression. We performed ...

Journal: :Journal of preventive medicine and hygiene 2011
C Costantino G Calamusa R Cusimano A Firenze N Romano A Trecca F Vitale

INTRODUCTION The aim of this paper is to improve the feasibility perception of policymakers, health care workers and target population about the cost-effectiveness of the implementation of colorectal screening as Public Health strategy. METHODS Retrospective study by application of a three-step model designed for a local setting in Sicily (Palermo and its Province) in order to distribute Feca...

Journal: :International Journal of Health Sciences (IJHS) 2022

Diverting loop ileostomies have traditionally been fashioned in the right iliac fossa, but a novel technique of midline ileostomy at umbilical port site during colorectal surgeries described. We aim to compare outcomes after creation and reversal these two types ileostomy. Using retrospective study design, 10 consecutive patients who underwent were compared with traditional fossa stoma. Baselin...

2017
Manuel Valero Carlos Robles-Medranda

An accurate staging is necessary to select the best treatment and evaluate prognosis in oncology. Staging usually begins with noninvasive imaging such as computed tomography, magnetic resonance imaging or positron emission tomography. In the absence of distant metastases, endoscopic ultrasound plays an important role in the diagnosis and staging of gastrointestinal tumors, being the most accura...

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

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

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