نتایج جستجو برای: trendelenburg position

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

Journal: :Journal of sport rehabilitation 2007
James W Youdas Sara T Mraz Barbara J Norstad Jennifer J Schinke John H Hollman

CONTEXT Hip abductor muscle weakness is related to many lower extremity injuries. A simple procedure, the Trendelenburg test, may be used to assess hip abductor performance in patient populations. OBJECTIVE To describe the minimal detectable change (MDC) in pelvic-on-femoral (P-O-F) position of the stance limb during the Trendelenburg test. SETTING Laboratory. PARTICIPANTS 45 healthy wome...

Journal: :American journal of critical care : an official publication, American Association of Critical-Care Nurses 2005
Natalie Bridges Adrian A Jarquin-Valdivia

OBJECTIVE To review the literature on use of the Trendelenburg position as a position for resuscitation of patients who are hypotensive. METHODS PubMed online, cited bibliographies, critical care textbooks, and Advanced Cardiac Life Support guidelines were searched for information on the position used for resuscitation. Because of the heterogeneity of the data, only pertinent articles and cha...

Journal: :Chest 2001
U G McCann H J Schiller D E Carney J Kilpatrick L A Gatto A M Paskanik G F Nieman

OBJECTIVES (1) To determine the validity of current recommendations for direct arterial BP measurement that suggest that the transducer (zeroed to atmosphere) be placed level with the catheter access regardless of subject positioning: and (2) to investigate the effect of transducer level, catheter access site, and subject positioning on direct arterial BP measurement. DESIGN Prospective, cont...

Journal: :Critical Care 2000
Olugbenga A Akingbola James Nielsen Robert L Hopkins Edwin M Frieberg

BACKGROUND The femoral vein is an important site for central venous access in newborns and infants. The objectives of this study are to determine whether age or weight can be used clinically to predict the size of the femoral vein in newborns and infants, and to compare the size of the vein in each individual in both the supine and reverse Trendelenburg positions. RESULTS Analysis was done in...

2018
Gagandeep Kaur Mamta Sharma Poonam Kalra Shobha Purohit Kanchan Chauhan

Background Intraocular pressure (IOP) is increased during laparoscopic surgery with Trendelenburg position and may contribute to deleterious effects on optic nerve in susceptible patients. Aims The primary objective of this study is to compare the effects of propofol-based total intravenous anesthesia (TIVA) with those of sevoflurane anesthesia on IOP in patients undergoing lower abdominal la...

Journal: :British journal of anaesthesia 1968
D B Scott K B Slawson

The Trendelenburg position has been severely criticized (Inglis and Brooke, 1956; Swain, 1960) but is still popular for pelvic surgery. One of the main complaints about this position is that it reduces ventilation as a result of pressure by the abdominal contents upon the diaphragm. This, of course, applies only to patients breaching spontaneously, because, if artificial ventilation is used, th...

2017
Kyoichi Mizumoto Masahiko Gosho Masayoshi Iwaki Masahiro Zako

PURPOSE Intraocular pressure (IOP) increases in patients in a steep Trendelenburg position during robotic-assisted laparoscopic radical prostatectomy (RALP). We hypothesized that a steep Trendelenburg position during RALP, an unusual systemic condition involving a transiently increased IOP, may induce ocular pathology that can be detected by detailed evaluations long after the surgery. This stu...

2016
Alice M. Couwenberg Maarten J. P. Burbach Anke B. Smits Marco Van Vulpen Wilhemina M. U. Van Grevenstein Peter G. Noordzij Helena M. Verkooijen

BACKGROUND To achieve an adequate visual working field during laparoscopic colorectal surgery without disturbance of the small intestine, patients are positioned in the Trendelenburg position. This position results in hemodynamic changes that may increase the risk of cardiopulmonary complications and prolonged hospital stay. Recently, an intraoperative retractor sponge was introduced as an alte...

Journal: :British journal of anaesthesia 1996
J P Tournadre D Chassard K R Berrada P Bouletreau

We have measured the effect of pneumoperitoneum and the Trendelenburg position on lower oesophageal sphincter (LOSP) and barrier pressures (BrP) in 11 anaesthetized pigs while measuring the incidence of gastro-oesophageal reflux with a pH electrode. Propofol in combination with sufentanil had no effect on LOSP or BrP. Adoption of the Trendelenburg position with a pneumoperitoneum of 15 mm Hg re...

Journal: :European urology 2010
Andrea Cestari Nicolò Maria Buffi Emanuele Scapaticci Giovanni Lughezzani Andrea Salonia Alberto Briganti Patrizio Rigatti Francesco Montorsi Giorgio Guazzoni

Proper patient positioning and port placement is of critical importance in robotic-assisted laparoscopic radical prostatectomy (RALP). Not having the patient in the correct Trendelenburg position or not being able to move the surgical instruments freely in the abdominal cavity can be frustrating, especially for naïve robotic surgeons (ie, those at the beginning of the learning curve for this pr...

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

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

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