نتایج جستجو برای: respiratory impairment

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

Journal: :jundishapur journal of microbiology 0
seyed mohammad alavi infectious and tropical diseases research center, jundishapur university of medical sciences, ahvaz, ir iran; infectious and tropical diseases research center, jundishapur university of medical sciences; no 52, 11 west street, ian abad, ahvaz, ir iran. tel: +98-6113387724, fax: 06113335396 manoochehr makvandi college of medicine, jundishapur university of medical sciences, ahvaz, ir iran saeid najafi fard college of medicine, jundishapur university of medical sciences, ahvaz, ir iran leila alavi food and drug deputy of jundishapur university of medical sciences, ahvaz, ir iran

background respiratory syncytial virus (rsv) can cause acute respiratory infection (ari) in infants and young children. objectives this study was conducted to determine the incidence of rsv infection and its subgroups among children with ari. materials and methods a total of 100 throat samples were collected from hospitalized children with ari in different hospitals across the khuzestan provinc...

Journal: :medical journal of islamic republic of iran 0
yasser labbafinejad occupational medicine department and occupational medicine research center of iran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences)سازمان های دیگر: occupational medicine research center saber mohammadi occupational medicine department and occupational medicine research center of iran university of medicasciences, tehran, iran.lسازمان های دیگر: occupational medicine research center mirsaeed attarchi occupational medicine department and occupational medicine research center of iran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences)سازمان های دیگر: occupational medicine research center mashallah aghilinejad occupational medicine department and occupational medicine research center of iran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences)سازمان های دیگر: occupational medicine research center

abstract   background : noise is the most common hazard in the workplace and noise induced hearing loss considered to be the most common occupational disease as well. cigarette smoking, in some studies, has been known to induce hearing loss. the purpose of this study was to evaluate the effect of contemporary exposure to occupational noise and cigarette smoking on hearing.   methods : 478 assem...

Journal: :basic and clinical neuroscience 0
vahid rashedi iranian research center on aging, university of social welfare and rehabilitation sciences, tehran, iran. mohammad rezaei faculty of rehabilitation sciences, hamadan university of medical sciences & health services, hamadan, iran. masoud gharib pediatric neurorehabilitation research center, university of social welfare & rehabilitation sciences, tehran, iran.

introduction: mild cognitive impairment can be considered as an intermediate clinical state between normal cognitive aging and mild dementia. elderly people with this impairment represent an at-risk group for the development of dementia. the aim of this study was to investigate the prevalence of cognitive impairment in community-dwelling older adults by mini-mental state examination (mmse) and ...

2013
Anne G Wheaton Earl S Ford William W Thompson Kurt J Greenlund Letitia R Presley-Cantrell Janet B Croft

BACKGROUND We examined the association of impaired lung function and respiratory symptoms with measures of health status and health-related quality of life (HRQOL) among US adults. METHODS The sample included 5139 participants aged 40-79 years in the National Health and Nutrition Examination Survey 2007-2010 who underwent spirometric testing and responded to questions about respiratory sympto...

2007
Karla Luciana Magnani Antônio José Maria Cataneo

Sao Paulo Med J. 2007;125(4):215-9. O R IG IN A L A R T IC L E Karla Luciana Magnani Antônio José Maria Cataneo Respiratory muscle strength in obese individuals and infl uence of upper-body fat distribution Department of Surgery, Faculdade de Medicina de Botucatu (FMB), Universidade Estadual Paulista (Unesp), Botucatu, São Paulo, Brazil CONTEXT AND OBJECTIVE: Pulmonary dysfunction in obese indi...

2017
Chiaki Toida Takashi Muguruma Masashi Miyamoto

INTRODUCTION Availability of objective criteria for predicting successful extubation could avoid unnecessary prolongation of mechanical ventilation and/or inadvertent premature extubation, but the predictors of successful extubation in children are unclear. This study was performed to detect and validate respiratory function predictors of successful extubation in children admitted to the pediat...

Journal: :International Journal of Critical Illness and Injury Science 2015

Journal: :The Journals of Gerontology Series A: Biological Sciences and Medical Sciences 2011

Journal: :مجله علوم اعصاب شفای خاتم 0
steffen pfeuffer institute for translational neurology and neurology clinic – university hospital muenster, muenster, germany

significant advances have been made in diagnosis and therapy of demyelinating disorders of the central nervous system. the most common entities of this disorders in adults – multiple sclerosis and neuromyelitis optica were initially thought to be different phenotypes of more or less the same disease. during the last ten years, this view was subsequently changed and the term neuromyelitis optica...

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

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

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