نتایج جستجو برای: obstructive pulmonary disease

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

Journal: :iranian red crescent medical journal 0
seyed ali javad moosavi tehran university of medical sciences, tehran, ir iran hanieh raji jundishapur university of medical sciences, ahvaz, ir iran; jundishapur university of medical sciences, ahvaz, ir iran. tel/fax: +98-6114163728 masoomeh faghankhani tehran university of medical sciences, tehran, ir iran rostam yazdani kerman university of medical sciences, kerman, ir iran mansour esmaeili department of cardiology, iranshar hospital, tehran, ir iran

conclusions although we found a trend towards decreasing spah and improving 6mwd, no statistically significant shift were detected in our outcomes due to inadequate sample size. patients and methods a registered (irct201108257411n1), triple-blind, randomized controlled trial was performed in rasoule akram hospital, tehran, from 2009 to 2011. forty five patients with secondary pulmonary hyperten...

Journal: Evidence Based Care 2015

Background: Pulmonary rehabilitation is an important part of treatment in patients with COPD (Chronic Obstructive Pulmonary Disease) with the goal of achieving and maintaining maximum functional independence since this disease causes symptoms including fatigue, and consequently decrease in daily living activity. Aim: To determine the effect of home-based pulmonary rehabilitation on daily living...

Journal: :hepatitis monthly 0
serpil erol ataturk university medical school, aziziye hospital, department of clinical microbiology and infectious diseases, turkey +90 442 316 6333, sererol@gmail.com; ataturk university medical school, aziziye hospital, department of clinical microbiology and infectious diseases, turkey +90 442 316 6333, sererol@gmail.com leyla saglam department of chest diseases, ataturk university medical school, turkey ahmet ozbek department of chest diseases, ataturk university medical school, turkey ayten kadanali department of chest diseases, ataturk university medical school, turkey

Journal: :Gait & posture 2010
Michelle D Smith Angela T Chang Helen E Seale James R Walsh Paul W Hodges

BACKGROUND It has recently been suggested that people with chronic obstructive pulmonary disease have an increased risk of falls. Although falls risk is multifactorial, impaired balance may contribute. The primary aim of this study was to compare balance between people with and without chronic obstructive pulmonary disease and the secondary aim was to determine if balance deteriorates when resp...

Behrooz Davachi Davood Attaran, Ehsan Kamali Yazdi Elaheh Eskandari Leila Ghofraniha Mahnaz Amini, Mahsa Moosavi Maryam Salehi Shahrzad M. Lari

Introduction: Pulmonary hyperinflation in patients with chronic obstructive pulmonary disease (COPD) can increase the breathing rate and reduce diaphragmatic movements by pushing the diaphragms downward and limiting their movements; this, in fact, can affect the breathing process. The purpose of this study was to compare diaphragmatic movements in COPD patients and healthy ones and to evaluate ...

Journal: :the journal of tehran university heart center 0
seyed hashem sezavar rasoul-e-akram hospital, iran university of medical sciences, tehran, iran. shokoufeh hajsadeghi rasoul-e-akram hospital, iran university of medical sciences, tehran, iran. maral hejrati rasoul-e-akram hospital, iran university of medical sciences, tehran, iran. mir farhad ghaleh bandi rasoul-e-akram hospital, iran university of medical sciences, tehran, iran.

background : sleep apnea is accompanied by some cardiovascular complications. it has even been hypothesized that sleep apnea, itself, can induce some of these complications. given such controversies, we assessed the left ventricular mass index (lvmi) and systolic pulmonary artery pressure in patients with sleep apnea. methods: through convenience sampling, 56 patients with the obstructive sleep...

نادی, ابراهیم , اسدی شیرکدهی, محمد , توتونچی, امیر ساسان , رضایی , محسن , محجوب, حسین, گودرزی , محمد تقی,

  Background & Aims : Chronic obstructive pulmonary disease (COPD) is characterized by irreversible airflow obstruction. Many of the systemic manifestations of chronic obstructive pulmonary disease are mediated through increased systemic levels of inflammatory proteins. Oxidative stress and inflammation are the major hallmarks of COPD and inflammatory factors can be used as a biomarker to asses...

2015
John A. Marwick Gaetano Caramori Paolo Casolari Paul A. Kirkham Ian M. Adcock Kian Fan Chung Alberto Papi

26 Background: Glucocorticoid function is markedly impaired in the lungs of patients with 27 chronic obstructive pulmonary disease. This reduction in glucocorticoid sensitivity may be 28 due to an oxidant-mediated elevation in phosphoinositol 3-kinase  signaling. 29 Objective: To determine the role of phosphoinositol 3-kinase  in the reduced glucocorticoid 30 responsiveness in chronic obstruc...

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

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

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