نتایج جستجو برای: direct laryngoscopy

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

Journal: :Anesthesiology 2014
Chen-Hwan Cherng

text, there is no statement to discuss the possible reasons why RLGL got better glottic view than direct laryngoscopy. As we know, backward, upward, rightward pressure (BURP) maneuver is a useful skill to facilitate glottis visualization for tracheal intubation.3 In Yang’s study, there is no description of applying BURP during tracheal intubation in both study groups. If no BURP was applied in ...

Journal: :Svenska lakartidningen 1960
D B Baines H Wark J H Overton

The records of one hundred and sixty-one children with acute epiglottitis admitted to the Royal Alexandra Hospital for Children between January 1975 and June 1984 were reviewed. Forty-five complications occurred in thirty-four patients, including five deaths. The preferred method of airway management is direct laryngoscopy and nasotracheal intubation under general anaesthesia in the presence of...

2013
Lidia Zawadzka-Głos Anna Jakubowska Michał Brzewski

Aim. the aim of the research is to evaluate the possibilities of diagnosing laryngeal injuries with the use of laryngoscopy and ultrasonographic examination. Material and methods. there were diagnosed and treated 15 children aged 5-14 (6 girls and 9 boys) with external injuries of the larynx. in all cases laryngoscopy under general anesthesia and radiological examinations including ultrasound o...

2016
Lauren K Reckley Anthony M Tolisano

We report the case of an 8-year-old male who experienced failure to thrive and dysphagia following idiopathic Toxic Epidermal Necrolysis (TEN). Despite a normal barium esophagram preoperatively, a significant degree of hypopharyngeal scarring was noted during direct laryngoscopy and bronchoscopy one year after initial presentation. Hypopharyngeal dysfunction following TEN has been reported in a...

2016
Young Yong Kim Gu Hyun Kang Won Hee Kim Hyun Young Choi Yong Soo Jang Young Jae Lee Jae Guk Kim Hyeongtae Kim Gyoung Yong Kim

OBJECTIVE This study aimed to compare intubation performance between blind intubation through supraglottic airway devices and direct laryngoscopy by novices under manikin simulation. We hypothesized that the intubation time by novices using supraglottic airway devices was superior to that with the Macintosh laryngoscope (MCL). METHODS A prospective, randomized crossover study was conducted wi...

Journal: :Acta anaesthesiologica Scandinavica 2010
P Niforopoulou I Pantazopoulos T Demestiha E Koudouna T Xanthos

The aim of the present paper is to review the literature regarding video-laryngoscopes (Storz V-Mac and C-Mac, Glidescope, McGrath, Pentax-Airway Scope, Airtraq and Bullard) and discuss their clinical role in airway management. Video-laryngoscopes are new intubation devices, which provide an indirect view of the upper airway. In difficult airway management, they improve Cormack-Lehane grade and...

Journal: :Otolaryngology--head and neck surgery : official journal of American Academy of Otolaryngology-Head and Neck Surgery 2015
Dennis R Delany Douglas R Johnston

OBJECTIVE To determine risk factors in children with recurrent croup that predict moderate/severe findings on direct laryngoscopy and bronchoscopy and need for further operative interventions. STUDY DESIGN Retrospective chart review cohort. SETTING Tertiary care children's hospital. SUBJECTS AND METHODS Retrospective chart review of 103 patients diagnosed with recurrent croup who underwen...

Journal: :Journal of visualized experiments : JoVE 2014
Joanna L Thomas Justin Dumouchel Jinghong Li Jenna Magat Dana Balitzer Timothy D Bigby

Mice, both wildtype and transgenic, are the principal mammalian model in biomedical research currently. Intubation and mechanical ventilation are necessary for whole animal experiments that require surgery under deep anesthesia or measurements of lung function. Tracheostomy has been the standard for intubating the airway in these mice to allow mechanical ventilation. Orotracheal intubation has ...

ژورنال: بیهوشی و درد 2016

Abstract Background :  Iatrogenic recurrent laryngeal nerve (RLN) injury is an uncommon but serious complication of Head and neck surgery and also thoracic procedures. laryngoscopy can be an invasive and uncomfortable procedure, therefore the use of sonography as an noninvasive method of screening patients for impaired vocal-cord mobility is desirable. The aim of this study was to assess ...

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

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

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