نتایج جستجو برای: cardiopulmonary disease

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

Journal: :Tidsskrift for den Norske laegeforening : tidsskrift for praktisk medicin, ny raekke 2013
Odd Jarle Kjørstad Dagny Faksvåg Haugen

BACKGROUND The criteria for refraining from cardiopulmonary resuscitation in palliative care cancer patients are based on patients' right to refuse treatment and the duty of the treating personnel not to exacerbate their suffering and not to administer futile treatment. When is cardiopulmonary resuscitation futile in these patients? METHOD Systematic literature searches were conducted in PubM...

2012
Rodrigo Morchón E. Carretón J. González-Miguel I. Mellado-Hernández

Cardiopulmonary dirofilariasis is a cosmopolitan disease caused by Dirofilaria immitis, which affects mainly canids and felids. Moreover, it causes zoonotic infections, producing pulmonary dirofilariasis in humans. Heartworm disease is a vector-borne transmitted disease, thus transmission depends on the presence of competent mosquito species, which is directly related to favorable climate condi...

Journal: :Archives of disease in childhood 1984
S H Abman F J Accurso C M Bowman

Bronchopulmonary dysplasia is a serious chronic lung disease of infancy but despite numerous problems such as poor growth, recurrent lower respiratory tract infections, and cor pulmonale, steady improvement and recovery may generally be expected. We report four infants with bronchopulmonary dysplasia in whom the cardiopulmonary course did not show the usual steady improvement. Each infant was f...

2014
Mansooreh Dehghani Amir Anushiravani Hassan Hashemi Narges Shamsedini

BACKGROUND Expanding cities with rapid economic development has resulted in increased energy consumption leading to numerous environmental problems for their residents. The aim of this study was to investigate the correlation between air pollution and mortality rate due to cardiovascular and respiratory diseases in Shiraz. METHODS This is an analytical cross-sectional study in which the corre...

Journal: :anesthesiology and pain medicine 0
seyedeh zahra faritus rajaie cardiovascular, medical and research center, iran university of medical sciences, tehran, iran mehrdad khazaee-koohpar rajaie cardiovascular, medical and research center, iran university of medical sciences, tehran, iran mohsen ziyaeifard rajaie cardiovascular, medical and research center, iran university of medical sciences, tehran, iran; rajaie cardiovascular, medical and research center, iran university of medical sciences, tehran, iran. tel: +98-2122043921, fax: +98-2122042026 mohammad javad mehrabanian rajaie cardiovascular, medical and research center, iran university of medical sciences, tehran, iran

patients and methods sixty children aged between 2 and 12 years, and scheduled for on-pump surgery due to a congenital heart disease were randomly assigned into two groups. oral midazolam (0.5 mg/kg up to 15 mg per patient) and dexmedetomidine (2 µg/kg) were administered 45 minutes pre-anesthesia. children’s anxiety, mask acceptance behavior, hemodynamic measures, and cardiopulmonary outcomes w...

Journal: :مجله دانشکده پزشکی دانشگاه علوم پزشکی تهران 0
غلامرضا بابایی babaeei gh پروین عزیزی azizi p

infant mortality and morbidity present important challenges to those concerned with community health. we did this research to study epidemiology of diseases of infancy in city of tehran. during 15 days, of 6395 deliveries in tehran hospitals a cohort of 6267 live births entered this study. follow up data were gathered in 1st, 3rd, 6th and 12th months of birth. in this period, 5382 occurrence of...

Journal: :Environmental Health Perspectives 1997
D L Costa K L Dreher

Many epidemiologic reports associate ambient levels of particulate matter (PM) with human mortality and morbidity, particularly in people with preexisting cardiopulmonary disease (e.g., chronic obstructive pulmonary disease, infection, asthma). Because much ambient PM is derived from combustion sources, we tested the hypothesis that the health effects of PM arise from anthropogenic PM that cont...

Journal: :archives of anesthesiology and critical care 0
gita shoeibi tehran university of medical sciences atabak najafi tehran university of medical sciences mostafa sadeghi tehran university of medical sciences shaqayeq marashi tehran university of medical sciences golnaz moghimi tehran university of medical sciences, mehdi sanatkar tehran university of medical sciences

background: the purpose of our study was to determine the effect of n-acetylcysteine (nac) administered after successful cardiopulmonary resuscitation (cpr) on renal function of the survived patients. methods: in this double-blinded randomized clinical trial, 44 patients who experienced cardiopulmonary arrest and underwent successful cardiopulmonary resuscitation (cpr) were entered into the stu...

Journal: :Palliative Medicine in Practice 2022

The documentation of advance care plans in clinical records speciality clinics Brunei for Alzheimer’s disease was audited. Among the 168 patients with disease, median age 80 years. Two-thirds (106) had moderate-to-severe dementia, which 9 (8.5%) were on enteral feeding and 64 (60.4%) did not have documented discussions regarding preferences. There no preferences cardiopulmonary resuscitation 57...

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

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

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