نتایج جستجو برای: sleep apnea

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

Journal: :Journal of the American Dental Association 1983
D A Pantino R R Rogers

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...

Journal: :Journal of applied physiology 1998
R P Lonergan J C Ware R L Atkinson W C Winter P M Suratt

We postulated that three extremely obese Yucatan miniature pigs would have more sleep apnea than three nonobese Yucatan miniature pigs. Pigs were studied with the use of electroencephalograms, inductance plethysmography, oximetry, expired nasal CO2, or thermistors. All of the obese pigs, but none of the nonobese pigs, had both sleep apnea (8.5, 10.3, and 97.0 in obese pigs vs. O apnea + hypopne...

Journal: :Chest 1987
P K Monoson A W Fox

Clinical observation suggested that speech disorder seemed to be associated with sleep apnea. We recorded a standard speech sample from 39 matched subjects in three groups, 13 sleep apnea individuals, 13 subjects with COPD, and 13 subjects without sleep apnea or COPD. Three speech pathologists in a single blind listening task of the recorded samples judged whether or not speech disorder was pre...

2011
Salvatore Romano Adriana Salvaggio Anna Lo Bue Oreste Marrone Giuseppe Insalaco

OBJECTIVE Obstructive sleep apnea is characterized by increased upper airway collapsibility during sleep. The present study investigated the use of the negative expiratory pressure test as a method to rule out obstructive sleep apnea. METHODS Flow limitation was evaluated in 155 subjects. All subjects underwent a diurnal negative expiratory pressure test and a nocturnal sleep study. The sever...

2015
Antti Raunio Pauli Mattila Usko Huuskonen Kyösti Oikarinen George K. Sándor

OBJECTIVES The purpose of this study was to investigate the effect of a mandibular advancement device on different grades of obstructive sleep apnea using a relatively simple test for the apnea-hypopnea index to determine if a mandibular device will be effective. MATERIAL AND METHODS A total of 68 patients with obstructive sleep apnea syndrome (OSAS) including, 31 with mild, 23 with moderate ...

ژورنال: یافته 2009
طراحی, محمد جواد , پدرام, آینور , فرهادی, علی , محسن زاده, اعظم,

The most important consequence of sleep disorders in children is cognitive dysfunction that leads to study, family and social disturbances. This study was carried out to evaluate the prevalence of sleep disorders in Khorramabad 7-12 year old elementary school children in school year 2006-2007. Materials and Methods: In this cross sectional study, 364 students were selected randomly in both sex...

Journal: :Jornal brasileiro de pneumologia : publicacao oficial da Sociedade Brasileira de Pneumologia e Tisilogia 2011
Silvio Musman Valéria Maria de Azeredo Passos Izabella Barreto Romualdo Silva Sandhi Maria Barreto

OBJECTIVE To test a prediction model for sleep apnea based on clinical and sociodemographic variables in a population suspected of having sleep disorders and submitted to polysomnography. METHODS We included 323 consecutive patients submitted to polysomnography because of the clinical suspicion of having sleep disorders. We used a questionnaire with sociodemographic questions and the Epworth ...

2003
Robert Wolk

Sleep apnea is defined as repetitive episodes of decreased or total cessation of respiratory airflow during sleep, leading to a fall in oxygen saturation of 4% and sleep fragmentation. Sleep apnea can be central or obstructive. Central sleep apnea (CSA) is characterized by apneas secondary to diminution or cessation of thoraco-abdominal respiratory movements (due to dysfunction of central respi...

2005

Over the past 20 years, increasing data have accumulated underscoring the public health importance of sleep apnea with growing evidence of its high prevalence and myriad clinical manifestations. This condition, rarely diagnosed in the past, had been considered to occur predominantly as a manifestation of morbid obesity and considered to affect almost exclusively middle-aged men. Sleepiness and ...

2012
S Meenakshi N Raghunath

Obstructive sleep apnea is a sleep disorder of airflow at the nose and mouth during sleep. Patients with undiagnosed sleep apnea represent a major public health problem. Dental professionals have a unique doctor patient relationship that can help them in recognizing the sleep disorder and managing the patients along with a physician or a sleep specialist. Oral appliance therapy is an important ...

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

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

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