نتایج جستجو برای: photoelectric factor pef

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

Journal: :The European respiratory journal 1998
H M Boezen B Rijcken J P Schouten D S Postma

The perception of breathlessness is a subject-related factor which is linked to respiratory disease, cardiac disease and overweight. We studied the distribution of breathlessness, its association with respiratory disease, cardiac disease and overweight, as well as its association with lung function, reversibility of airway obstruction ("reversibility") and peak expiratory flow (PEF) variability...

Journal: :iranian journal of microbiology 0
ae torkamani department of agriculture and food systems (dafs), school of land and environment, university of melbourne, melbourne, vic 3010, australia.

background and objectives: pulsed electric field (pef) is a novel emerging technology which is believed to have the potential to substitute conventional thermal pasteurization (htst). in the current study pef was compared with htst based on microbial inactivation and quality attributes. materials and methods: juice was prepared by extracting it from semirum apples. they were chilled to 4ºc over...

Journal: :BMC Pulmonary Medicine 2006
Thomas Bongers B Ronan O'Driscoll

BACKGROUND Different lung function equipment and different respiratory manoeuvres may produce different Peak Expiratory Flow (PEF) results. Although the PEF is the most common lung function test, there have been few studies of these effects and no previous study has evaluated both factors in a single group of patients. METHODS We studied 36 subjects (PEF range 80-570 l/min). All patients reco...

Journal: :European heart journal 2014
Michele Senni Walter J Paulus Antonello Gavazzi Alan G Fraser Javier Díez Scott D Solomon Otto A Smiseth Marco Guazzi Carolyn S P Lam Aldo P Maggioni Carsten Tschöpe Marco Metra Scott L Hummel Frank Edelmann Giuseppe Ambrosio Andrew J Stewart Coats Gerasimos S Filippatos Mihai Gheorghiade Stefan D Anker Daniel Levy Marc A Pfeffer Wendy Gattis Stough Burkert M Pieske

The management of heart failure with reduced ejection fraction (HF-REF) has improved significantly over the last two decades. In contrast, little or no progress has been made in identifying evidence-based, effective treatments for heart failure with preserved ejection fraction (HF-PEF). Despite the high prevalence, mortality, and cost of HF-PEF, large phase III international clinical trials inv...

Journal: :The Journal of Thoracic and Cardiovascular Surgery 2021

2018
Justin A. Ezekowitz Finlay A. McAlister Jonathan Howlett Wendimagegn Alemayehu Ian Paterson Israel Belenkie Gavin Y. Oudit Padma Kaul Jason R. Dyck Todd Anderson

AIMS Heart failure with a preserved ejection fraction (HF-PEF) remains a difficult clinical diagnosis. The aim of this study was to test the utility of established criteria to classify patients with HF-PEF. We prospectively enrolled patients into one of five groups across a spectrum of cardiac disease and applied three different criteria for HF-PEF and calculated diagnostic metrics. METHODS A...

2016
Raphael Mendes Ritti-Dias Gabriel Grizzo Cucato Fábio Gazelato de Mello Franco Maysa Seabra Cendoroglo Fábio Nasri Maria Luiza Monteiro-Costa José Antonio Maluf de Carvalho Luciana Diniz Nagem Janot de Matos

OBJECTIVE The aim of the present study was to verify if there is sex difference in the associations among handgrip strength, peak expiratory flow (PEF) and timed up and go (TUG) test results. METHODS The sample included 288 consecutive elderly men (n=93) and women (n=195). Functional capacity was measured using the TUG test, and muscle strength was measured based on handgrip. Moreover, as a m...

2013
Hui Ai Furong Wang Na Zhang Lingyao Zhang Chaoliang Lei

In our previous study, protein-enriched fraction (PEF) that was isolated from the larvae of the housefly, Musca domestica L. (Diptera: Muscidae), showed excellent hepatoprotective activity as well as the potential for clinical application in therapy for liver diseases. In this study, antiviral, immunomodulatory, and free radical scavenging activities of PEF were evaluated. The antiviral results...

Journal: :Thorax 1993
J Côté S Kennedy M Chan-Yeung

BACKGROUND Peak expiratory flow rates (PEF) are often used to confirm the diagnosis of occupational asthma. The records are usually analysed qualitatively, and this may lead to interobserver disagreement. In this study the diagnostic value of a qualitative assessment of change in PEF was compared with objective measures of change in PEF and the results of a specific inhalation challenge test wi...

Journal: :The European respiratory journal 2000
W R Douma H A Kerstjens C M Roos G H Koëter D S Postma

Guidelines for asthma management advocate home peak expiratory flow (PEF) monitoring. It is commonly stated that PEF variability is a good proxy of bronchial hyperresponsiveness (BHR), a hallmark of asthma. However, this has hardly been tested longitudinally, as required to monitor asthma. This study assesses which PEF index correlates best with BHR longitudinally and whether the correlation im...

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

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

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