نتایج جستجو برای: cuffed pharyngeal tube

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

2012
Javier H. Campos Kenichi Ueda

Lung separation techniques in the morbidly obese patient undergoing thoracic or esophageal surgery may be at risk of complications during airway management. Access to the airway in the obese patient can be a challenge because they have altered airway anatomy, including a short and redundant neck, limited neck extension and accumulation of fat deposition in the pharyngeal wall contributing to di...

Journal: :Middle East journal of anaesthesiology 2012
Musa Muallem Anis Baraka

Management of difficult tracheal intubation has been facilitated by different techniques which include the use of stylets, introducers, intubating laryngeal mask airway, as well as by the development of special laryngoscope blades and fiberoptic laryngoscopes. The most recent advances for facilitation of difficult tracheal intubation is the introduction of the video-assisted laryngoscopes. The ...

Journal: :Ghana medical journal 2011
H K Baddoo B J Phillips

A preliminary report is presented of a technique for using the C-MAC videolaryngoscope to carry out nasopharyngeal intubations. The main thrust of the technique is that cuff inflation of the endotracheal tube is used to lift the endotracheal tube off the posterior pharyngeal wall and thus direct it towards the glottis. The technique was used successfully in 5 consecutive patients needing nasotr...

Journal: :Respiratory care 2005
Dean R Hess

Tracheostomy tubes are used to administer positive-pressure ventilation, to provide a patent airway, to provide protection from aspiration, and to provide access to the lower respiratory tract for airway clearance. They are available in a variety of sizes and styles, from several manufacturers. The dimensions of tracheostomy tubes are given by their inner diameter, outer diameter, length, and c...

2011
ANUSHIRVAN MINOKADEH MICHAEL L. BISHOP

There are 3 different pharynxes (Figure 1). The nasopharynx, or velopharynx, is the airspace posterior to all of the soft palate; the oropharynx is the airspace posterior to the tip of the uvula to the tip of the epiglottis; and the laryngopharynx, or hypopharynx, is the airspace posterior to the tip of the epiglottis to the vocal cords. The adult human is one of only a few animals to have a sp...

Journal: :Arteriosclerosis and thrombosis : a journal of vascular biology 1993
M M Kockx G R De Meyer L J Andries H Bult W A Jacob A G Herman

Intimal thickening in human arteries is considered as a site of predilection for atherosclerosis. The placement of a flexible, physically nonconstrictive, silicone cuff around the rabbit carotid artery induced a neointima composed of smooth muscle cells (SMCs) within 14 days. To investigate possible alterations of the endothelial cells (ECs) during neointima formation, their morphology was exam...

Journal: :Journal of applied physiology 2011
Ralph F Fregosi

The mammalian pharynx is a hollow muscular tube that participates in ingestion and respiration, and its size, shape, and stiffness can be altered by contraction of skeletal muscles that lie inside or outside of its walls. MRI was used to determine the interaction between pharyngeal pressure and selective stimulation of extrinsic tongue muscles on the shape of the rat nasopharynx. Pressure (-9, ...

Journal: :Respiratory care 2015
Natsuhiro Yamamoto Tetsuya Miyashita Shunsuke Takaki Takahisa Goto

BACKGROUND During sedation for upper gastrointestinal endoscopy, oxygen delivery via a nasal cannula is often necessary. However, the influences of the oxygen delivery route and breathing pattern on the F(IO2) have not been thoroughly investigated. The aim of this simulation study was to investigate the difference in the F(IO2) with a pharyngeal cannula versus nasal cannula during high- or low-...

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

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

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