نتایج جستجو برای: peak expiratory flow rate (peer)

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

Journal: :acta medica iranica 0
bijani kh moghadamnia aa islami khalili e

treatment of acute asthma is based on rapid reversal of bronchospasm and arresting airway inflammation. this study was done to determine the effect of intravenous mgso4 for improvement of pulmonary fuction in patients with acute asthma non-responding to routine therapy. this randomized, double –blind controlled study was conducted on 48 patients, magnesium sulfate group , n=48 aged 12-85 years,...

Journal: :iranian journal of allergy, asthma and immunology 0
iraj mohammadzadeh mohammad gharagozlou seyed abbass fatemi

in the management and evaluation of asthma, simple instruments for measurements of peak expiratory flow rate (pefr) are necessary. the aim of this study was to determine normal pefr of the healthy children in babol, iran. this study was randomly done on 1050 students (primary and secondary schools) in babol. mini-wright peak flow meter was used for measurement of pefr. the range of age, weight ...

M. Gharagozlo, M. Moin M. Rezvani V. Khajooe

Background: Measuring peak expiratory flow rate has been suggested as an important tool in asthma management by all international guidelines.  Objective: Studies on various populations have shown considerable variations in normal values of peak expiratory flow rate. Since reference standards for Iranian children are not available, the present study was performed to establish these standards. Me...

Journal: :iranian journal of medical sciences 0
m. gharagozlo immunology, asthma and allergy research institute, tehran university of medical sciences, tehran v. khajooe department of pediatrics, tehran university of medical sciences m. moin department of pediatrics, tehran university of medical sciences m. rezvani department of pediatrics, tehran university of medical sciences

background: measuring peak expiratory flow rate has been suggested as an important tool in asthma management by all international guidelines.   objective: studies on various populations have shown considerable variations in normal values of peak expiratory flow rate. since reference standards for iranian children are not available, the present study was performed to establish these standards.  ...

Journal: :caspian journal of internal medicine 0
ali pourhassan amiry, zeinab mortazavi mahmoud monadi ali bijani

background: peak expiratory flow rate (pefr) is recommended as a tool for control of asthma. the purpose of this study was to determine the normal value of pefr in the healthy high school children in babol, iran. methods: this study was conducted on 470 healthy high school children (285 girls, 185 boys with the age between 14-18 years). for the determination of pefr we used mini wright peak flo...

Journal: :Journal of Paramedic Practice 2018

Journal: :nephro-urology monthly 0
farsad imani department of anesthesiology, sina hospital, tehran university of medical sciences, tehran, ir iran somayyeh zamani department of anesthesiology, sina hospital, tehran university of medical sciences, tehran, ir iran farhad etezadi department of anesthesiology, sina hospital, tehran university of medical sciences, tehran, ir iran reza shariat moharari department of anesthesiology, sina hospital, tehran university of medical sciences, tehran, ir iran mohammad reza khajavi department of anesthesiology, sina hospital, tehran university of medical sciences, tehran, ir iran seyed reza hosseini department of urology, sina hospital, tehran university of medical sciences, tehran, ir iran; department of urology, sina hospital, tehran university of medical sciences, tehran, ir iran. tel: +98-66348558, fax: +98-66348558

conclusions instillation of ropivacaine 0.2% (30 ml) within tubeless pcnl surgery does not have a significant effect on postoperative pain relief and improvement of pef within 6 hours after the operation. results we found no difference in the mean pain severity score between the case and control groups 4 hours (p = 0.332) and 6 hours (p = 0.830) after the operation. the mean pef at baseline was...

Journal: :iranian journal of allergy, asthma and immunology 0
m.ii. boskabady m. ilosaini

for better management of asthma it is essential that patients adjust their treatment according to the medical plan developed by the health care professionals. to achieve this goal, patients should assess the severity of their disease regularly. the purpose of this study was to determine the effect of regular measurement of peak expiratory flow and patient education on self management of asthma....

Journal: :iranian journal of allergy, asthma and immunology 0
narges bagheri lankarani royan research institute, tehran, iran irene kreis cedir, university of wollongong, wollongong, australia david a. griffiths school of mathematics and applied statistics, university of wollongong, wollongong, australia

airway mucus hypersecretion health effects caused by air pollutants may range from subtle biochemical or physiological signs, such as mildly reduced lung function, to difficult breathing, wheezing, coughing and exacerbation of existing respiratory conditions such as asthma. the aim of this study was measuring the adverse health effects of air pollution on lung function of primary school student...

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

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

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