نتایج جستجو برای: loop ileostomy

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

Journal: :Gut 1980
R M Kay Z Cohen K P Siu C N Petrunka S M Strasberg

Bile acid (acidic sterol) and neutral steroid excretion were determined in 15 patients, five with conventional ileostomy, five with continent ileostomy, and five with continent ileostomy and an ileal resection. Acidic sterol losses were normal in conventional ileostomy patients and not significantly increased in those with continent ileostomy alone. Bile acid excretion rates were significantly ...

2018
Seiichi Tomotaki Tetsuo Naramura Junko Hanakawa Katsuaki Toyoshima Koji Muroya Masanori Adachi

Infants with an ileostomy can be at high risk of hypoglycemia because of inadequate nutritional intake; however, there are no reports investigating blood glucose (BG) in infants with ileostomy. We experienced a case of an extremely low birth weight infant who was born at 24 wk of gestation and weighted 623 g. He received an ileostomy because of an intestinal perforation. After the ileostomy, he...

Journal: :Ostomy/wound management 2014
Alex Chang Bradley Davis Jon Snyder Sara Pulskamp Blake Nestok Janice Rafferty Peter Marcello Ian M Paquette

Malignancy associated with a long-standing ileostomy is a rare occurrence reported as early as 3 years after ileostomy placement. Patients most commonly present first to their ostomy care nurse with peristomal skin changes unresponsive to conservative measures. To elucidate presentation and management, two cases of male patients with ileostomy-related with malignancy (one lymphoma and one squam...

Journal: :Journal of Ayub Medical College, Abbottabad : JAMC 2012
Arshad Hussain Abro Faisal Ghani Siddiqui Sarfraz Ahmad

BACKGROUND Typhoid perforation of small intestine is one of the most common causes of bowel perforation in the developing countries. The purpose of this study was to determine the prevalence, factors affecting prognosis, and optimal surgical management for typhoid perforation in Sindh. METHOD One hundred and thirty patients with typhoid perforation were included in the study from July 2005 to...

Journal: :Cancer research 2007
Marjan Boerma Junru Wang Alexander F Burnett Alessandro D Santin Juan J Roman Martin Hauer-Jensen

Intestinal radiation injury is dose limiting during abdominal and pelvic radiotherapy and critical for the outcome after accidental whole-body radiation exposure. The multifunctional cytokine, interleukin-11 (IL-11), ameliorates the intestinal radiation response, but its clinical use is hampered by severe toxicity after systemic administration. This study addressed whether protection against in...

Journal: :Hiroshima journal of medical sciences 1983
M Harada M Kodama M Takahashi K Nagatani T Tanaka H Takeuchi T Tamura H Nakatsuka T Kuramoto T Hoshita H Ezaki

Biliary lipids of a case who developed in cholecystolithiasis 3 years after ileostomy were analyzed. The hepatic bile in this patient was supersaturated with cholesterol, secondary to the low bile acid pool after ileostomy. Therefore, care must be taken for the development in cholesterol gallstones after ileostomy or ileal resection. Preventive administration of the dissoluble agents for choles...

Journal: :Ostomy/wound management 2017
Maria Reinwalds Andrea Blixter Eva Carlsson

Standard surgical treatment for patients operated for rectal cancer is abdominoperineal excision of the tumor result- ing in a permanent colostomy or an anterior resection, often with construction of a temporary loop ileostomy. Both options impact bowel function. Living with a permanent colostomy has been studied in depth, but knowledge is limited about patients' experiences living with a resec...

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

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

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