نتایج جستجو برای: lung function impairment

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

2012
David A Ngan Pearce G Wilcox May Aldaabil Yuexin Li Jonathon A Leipsic Don D Sin SF Paul Man

BACKGROUND In cystic fibrosis (CF) patients, it has been suggested that systemic inflammation may be an important risk factor for poor health outcomes. The relationship of plasma inflammatory biomarkers to lung function and hospitalization history remains largely unexplored. METHODS This cross-sectional study included 58 consecutive, clinically stable adults from the CF Clinic at St. Paul's H...

Journal: :The European respiratory journal 1999
S Cazzato F Bernardi C Cinti D Tassinari A Canzi R Bergamaschi I Corsini V Capecchi E Cacciari

Henoch-Schönlein purpura (HSP) is a widespread necrotizing vasculitis affecting small vessels characterized by nonthrombocytopenic purpura. Pulmonary involvement is a rare fatal complication with diffuse alveolar haemorrhage. The objective of this study was to evaluate possible early lung function abnormalities and to establish any relationship with the clinical activity of the disease. Fifteen...

Introduction: Sex hormones’ fluctuations during the menstrual cycle, influence asthma and lung function. Information on the changes in exercise-induced sex hormones in mid luteal phase associated with lung function changes is not available. The aim of this study was to investigate the effect of the regular aerobic exercise on the lung function indices and serum levels of sex hormones in t...

Journal: Physical Treatments 2022

Background: Osteoarthritis is a degenerative joint disease that affects synovial joints and causes joint damage due to stresses caused by an abnormality in any of the synovial joint tissues, including articular cartilage, subchondral bone, ligaments, menisci, periarticular muscles, peripheral nerves, and synovium. Objectives: To compare the effect of Sensory Motor Training versus Impairment Ba...

Journal: :Infection and immunity 2001
R C Reddy G H Chen M W Newstead T Moore X Zeng K Tateda T J Standiford

Sepsis predisposes the host to a number of infectious sequelae, particularly the development of nosocomial pneumonia. Mechanisms by which sepsis results in impairment of lung antibacterial host defense have not been well defined. Alveolar macrophages (AM) represent important immune effector cells of the lung airspace. In this study, we examined the effects of cecal ligation and puncture (CLP) o...

Journal: :the iranian journal of pharmaceutical research 0
tajmah mombeini department of pharmacology, school of medicine, shahed university, tehran, iran. department of pharmacology, school of medicine, shahid beheshti university of medical sciences, tehran, iran. department of pharmacology, school of medicine, ahwaz -jondishapour university of medical sciences (ajums ), ahwaz, iran. mohammad reza zahedpour anaraki department of internal medicine, imam-khomeini hospital, school of medicine, tehran university of medical sciences, tehran, iran. ahmad reza dehpour department of pharmacology, school of medicine, tehran university of medical sciences, tehran, iran.

cromolyn sodium, a mast cell stabilizing agent, provides an immediate protective effect against the exercise-induced bronchoconstriction while being used before the exercise. however, cromolyn is ineffective in reversing asthmatic bronchospasm; it is used as a maintenance therapy and has a prophylactic role in chronic asthma.    the purpose of this study was to determine the extent of change in...

Journal: :Collegium antropologicum 2004
Pavao Petrović Ljerka Ostojić Irena Perić Kornelija Mise Zdenko Ostojić Anteo Bradarić Bozo Bota Stipan Janković Jadranka Tocilj

The aim of this study was to examine the relationship between radiographically detectable pleural changes and lung function in pleural asbestosis. One hundred and twenty chrysotile asbestos-exposed workers were enrolled in this retrospective study. For each examinee the length of asbestos exposure and the degree of dust cover at the workplace were assessed as well as the radiological and functi...

ژورنال: طب کار 2012
اسکندری, داوود , سلطان‌زاده, احمد, غلامی, عبدالله, ملکوتی, جواد,

Background: Flour dust is one of the allergens in the workplaces and its occupational exposure can cause respiratory impairments. The purpose of this study was to investigate the respiratory effects of exposure to flour dust in flour mill workers. Methods: This cross-sectional study was carried out at 6 flour producing factories in Razavi and South Khorasan provinces, Iran. Study subjects incl...

Journal: :Annals of the Rheumatic Diseases 2023

Background Interstitial lung disease (ILD) is a common complication of systemic sclerosis (SSc) with variable natural history and prognosis. Several definitions SSc-ILD progression have been proposed including minimal clinical important worsening forced vital capacity (FVC MCIW), EUropean Scleroderma Trials Research group (EUSTAR) progression, Outcome Measures in Rheumatology Clinical (OMERACT)...

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

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

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