نتایج جستجو برای: medijet cpap

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

2005
N S Marshall A M Neill A J Campbell D S Sheppard

Background: It is unclear whether continuous positive airway pressure (CPAP), the treatment of choice for severe obstructive sleep apnoea (OSA), is effective at improving outcomes in mild OSA. Methods: To help define the role of humidified CPAP in mild OSA, a randomised crossover study was undertaken of patients with an apnoea hypopnoea index (AHI) of 5–30/hour. Subjective sleepiness, objective...

2007
Carl J Stepnowsky Joe J Palau Matthew R Marler Allen L Gifford Carol Smith Mark Aloia

BACKGROUND Obstructive sleep apnea (OSA) is a prevalent and serious medical condition characterized by repeated complete or partial obstructions of the upper airway during sleep and is prevalent in 2% to 4% of working middle-aged adults. Nasal continuous positive airway pressure (CPAP) is the gold-standard treatment for OSA. Because compliance rates with CPAP therapy are disappointingly low, ef...

Journal: :Respiration; international review of thoracic diseases 2009
Malcolm Kohler Justin C T Pepperell Robert J O Davies John R Stradling

BACKGROUND Obstructive sleep apnoea syndrome (OSAS) has been suggested to be an independent risk factor for non-alcoholic fatty liver disease (NAFLD), possibly via intermittent hypoxia that influences blood pressure, lipid levels and insulin resistance, factors themselves known to cause NAFLD. In observational studies, OSAS has been associated with elevated levels of liver enzymes. Continuous p...

Journal: :Sleep 2006
Melanie D Cross Marjorie Vennelle Heather M Engleman Sandra White Thomas W Mackay Sarah Twaddle Neil J Douglas

STUDY OBJECTIVES Continuous positive airway pressure (CPAP) for the treatment of obstructive sleep apnea hypopnea syndrome (OSAHS) is conventionally started after in-laboratory overnight titration. This use of sleep laboratory space is both costly and limits access for diagnostic studies. This study aimed to evaluate whether automated CPAP titration in the home produced patient outcomes equal t...

Journal: :Monaldi archives for chest disease = Archivio Monaldi per le malattie del torace 2010
G Garuti G Bandiera M S Cattaruzza L Gelati J F Osborn S Toscani M Confalonieri M Lusuardi

BACKGROUND AND AIM Acute respiratory failure (ARF) is a condition that must be treated as quickly as possible. Continuous Positive Airway Pressure (CPAP) is a common method used to treat ARF in hospital. The main objective of our study was to investigate the effect of CPAP prior to admission to the emergency room, on the reduction of endotracheal intubation, in-hospital mortality and on the len...

Journal: :American family physician 2016

How is it treated? The standard treatment for OSA is a machine called CPAP (continuous positive airway pressure). CPAP uses pressurized air to keep the airway open at night. Most CPAP machines are about 12 × 6 × 6 inches, and weigh between 4 and 8 lb. While you sleep, you will wear a mask that connects to the CPAP machine. Some masks fit over the mouth and nose. Other masks fit over the nose only.

Journal: :The European respiratory journal 2012
Shoaib Faruqi Ahmed Fahim Alyn H Morice

Obstructive sleep apnoea (OSA) is being increasingly recognised as a cause of chronic cough. The impact of continuous positive airway pressure (CPAP) therapy and the mechanism of this association are not well understood. We describe a patient with OSA and chronic cough who responded well to CPAP. Objective and subjective assessments of cough on treatment with CPAP, off CPAP and on follow-up as ...

Journal: :The European respiratory journal 2000
L Grote J Hedner R Grunstein H Kraiczi

Correct assessment of the overall treatment effectiveness requires knowledge about therapy compliance and efficacy. This study aimed to determine overall long-term apnoea alleviation after continuous positive airway pressure (CPAP) in a complete sleep laboratory cohort. Out of 209 consecutive CPAP candidates (mean age 57+/-12 yrs, body mass index (BMI) 30.0+/-5.1 kg x m2, respiratory disturbanc...

Journal: :Respiratory care 2016
Lorenzo Ball Yuda Sutherasan Valentina Caratto Elisa Sanguineti Maria Marsili Pasquale Raimondo Maurizio Ferretti Robert M Kacmarek Paolo Pelosi

BACKGROUND The aim of this study was to investigate the effects of different delivery circuit configurations, nebulizer positions, CPAP levels, and gas flow on the amount of aerosol bronchodilator delivered during simulated spontaneous breathing in an in vitro model. METHODS A pneumatic lung simulator was connected to 5 different circuits for aerosol delivery, 2 delivering CPAP through a high...

Journal: :The Laryngoscope 2012
Fred Y Lin Richard K Gurgel Gerald R Popelka Robson Capasso

OBJECTIVES/HYPOTHESIS While continuous positive airway pressure (CPAP) is commonly used for obstructive sleep apnea treatment, its effect on middle ear pressure is unknown. The purpose of this study was to measure the effect of CPAP on middle ear pressure and describe the correlation between CPAP levels and middle ear pressures. STUDY DESIGN Retrospective review of normal tympanometry values ...

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

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

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