نتایج جستجو برای: upper airway

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

Journal: :Chest 1988
V Hoffstein R Chaban P Cole I Rubinstein

Habitual snoring in adults may be related to upper airway dysfunction, although the precise relationship has never been studied. We quantitatively measured snoring and correlated it with upper airway properties in 50 apneic and 59 nonapneic adult male patients. Both groups were similar in terms of nasal airflow resistance and pulmonary function tests. We found a significant correlation between ...

Journal: :Respiration; international review of thoracic diseases 1994
R Llamas

Obstructive sleep apnea syndrome has been recognized as a major public health problem. Both its cardiovascular and metabolic comorbidities and symptoms motivate for an accurate diagnosis and appropriate treatment. The main stimulus associated with obstructive sleep apnea (OSA) and explaining deleterious consequences is intermittent hypoxia. The upper airway resistance syndrome (UARS) has been d...

2016
Jake J. Lee Patrick J. Strollo

Objective. To review outcome measures and objective adherence data for patients treated with hypoglossal nerve stimulation (HNS) therapy for moderate to severe obstructive sleep apnea (OSA). Study Design. Case series with chart review. Setting. Academic sleep medicine center. Subjects and Methods. The first 20 implanted patients to complete postoperative sleep laboratory testing were assessed. ...

Journal: :Journal of applied physiology 2002
Hartmut Schneider An Boudewyns Philip L Smith Christopher P O'Donnell Sebastian Canisius Axel Stammnitz Lawrence Allan Alan R Schwartz

We hypothesized that upper airway collapsibility is modulated dynamically throughout the respiratory cycle in sleeping humans by alterations in respiratory phase and/or airflow regimen. To test this hypothesis, critical pressures were derived from upper airway pressure-flow relationships in six tracheostomized patients with obstructive sleep apnea. Pressure-flow relationships were generated by ...

Journal: :The European respiratory journal 2000
A K Curran K D O'Halloran A Bradford

The upper airway (UA) of adult animals is known to contain carbon dioxide-sensitive receptors and UA CO2 reflexly affects breathing, UA dilator muscle activity and UA resistance. These effects may function in the control of UA patency. There is evidence that some UA reflexes are stronger in young than in adult animals, but it is not known whether CO2-sensitive receptors are present in the UA of...

Journal: :Paediatric anaesthesia 2009
Iain A Bruce Michael P Rothera

Poiseuille’s law is central to the understanding and management of all airway obstructions in children, with the clinical impact of even a small reduction in radius being compounded by the inverse relationship of the resistance to the radius to the power 4. Indeed deterioration from a ‘mild’ obstruction to life threatening airway compromise may be heralded by slight decrease in airway diameter ...

Journal: :The New England journal of medicine 1993
A Garcia

A randomized, controlled study of a mandibular advancement splint for obstructive sleep apnea. Efficacy of positive airway pressure and oral appliance in mild to moderate obstructive sleep apnea. advancement devices in 630 men and women with obstructive sleep apnea and snoring: tolerability and predictors of treatment success. Assessment of upper airway dynamics in awake sleep apnea patients wi...

2001
Satoru Tsuiki Naoko Imamura

RESPIRATORY-RELATED ACTIVATION OF THE UPPERAIRWAY-DILATING AND TONGUE-PROTRUDING MUSCLES IS WIDELY KNOWN to be effective in reducing the tendency of the upper airway and tongue to collapse during sleep. The electromyographic (EMG) activity of the genioglossus (GG) muscle increases in the head-up and/or supine position and thereby acts to maintain upper airway patency.1-4 However, sleeprelated r...

Journal: :Anesthesiology 2000
T Kitamura Y Yamada H L Du K Hanaoka

1. Willms D, Shure D: Pulmonary edema due to upper airway obstruction in adults. Chest 1988; 94:1090-2 2. Dohi S, Okubo N, Kondo Y: Pulmonary edema after airway obstruction due to bilateral vocal cord paralysis. Can J Anaesth 1991; 38:492-5 3. Brandom BW: Pulmonary edema after airway obstruction. Int Anesthesiol Clin 1997; 35:7584 4. Deepika K, Kenaan CA, Barrocas AM, Fonseca JJ, Bikazi GB: Neg...

Journal: :Journal of applied physiology 2004
Khaled F Mansour James A Rowley M Safwan Badr

We have shown that a polynomial equation, FP = AP3 + BP2 + CP + D, where F is flow and P is pressure, can accurately determine the presence of inspiratory flow limitation (IFL). This equation requires the invasive measurement of supraglottic pressure. We hypothesized that a modification of the equation that substitutes time for pressure would be accurate for the detection of IFL and allow for t...

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

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

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