نتایج جستجو برای: perceptual strain index pesi

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

Journal: :Thrombosis research 2012
Petra M G Erkens Esteban Gandara Philip S Wells Alex Yi-Hao Shen Gauruv Bose Gregoire Le Gal Marc Rodger Martin H Prins Marc Carrier

INTRODUCTION The pulmonary embolism severity index (PESI) and the recently derived simplified PESI prognostic model have been developed to estimate the risk of 30-day mortality in patients with acute PE. We sought to assess if the PESI and simplified PESI prognostic models can accurately identify adverse events and to determine the rates of events in patients treated as outpatients. METHODS A...

2015
Gregory J Fermann Petra M G Erkens Martin H Prins Philip S Wells Ákos F Pap Anthonie W A Lensing Jeffrey Kline

OBJECTIVES The objective was to assess adverse outcomes in relation to the simplified Pulmonary Embolism Severity Index (PESI) score in patients treated with rivaroxaban or standard therapy in the phase III EINSTEIN PE study and to evaluate the utility of the simplified PESI score to identify low-risk pulmonary embolism (PE) patients. METHODS A post hoc analysis of EINSTEIN PE data was perfor...

Journal: :The European respiratory journal 2013
Olivier Sanchez Ludovic Trinquart Benjamin Planquette Francis Couturaud Franck Verschuren Vincent Caille Nicolas Meneveau Gérard Pacouret Pierre-Marie Roy Marc Righini Arnaud Perrier Laurent Bertoletti Florence Parent Christine Lorut Guy Meyer

We analysed a cohort of patients with normotensive pulmonary embolism (PE) in order to assess whether combining echocardiography and biomarkers with the pulmonary embolism severity index (PESI) improves the risk stratification in comparison to the PESI alone. The PESI was calculated in normotensive patients with PE who also underwent echocardiography and assays of cardiac troponin I and brain n...

Journal: :Archives of internal medicine 2010
David Jiménez Drahomir Aujesky Lisa Moores Vicente Gómez José Luis Lobo Fernando Uresandi Remedios Otero Manuel Monreal Alfonso Muriel Roger D Yusen

BACKGROUND The Pulmonary Embolism Severity Index (PESI) estimates the risk of 30-day mortality in patients with acute pulmonary embolism (PE). We constructed a simplified version of the PESI. METHODS The study retrospectively developed a simplified PESI clinical prediction rule for estimating the risk of 30-day mortality in a derivation cohort of Spanish outpatients. Simplified and original P...

2013
Lisa K. Moores Roger Yusen David Jiménez

REFERENCES 1 Moores L, Zamarro C, Gómez V, et al. Changes in PESI score predict mortality in intermediate-risk patients with acute pulmonary embolism. Eur Respir J 2013; 41: 354–359. 2 Aujesky D, Smith KJ, Cornuz J, et al. Cost-effectiveness of lowmolecular-weight heparin for treatment of pulmonary embolism. Chest 2005; 128: 1601–1610. 3 Erkens PM, Gandara E, Wells PS, et al. Does the Pulmonary...

2012
Xiao-Yu Zhou Su-Qin Ben Hong-Lin Chen Song-Shi Ni

BACKGROUND Prognostic assessment is important for the management of patients with acute pulmonary embolism (APE). Pulmonary Embolism Severity Index (PESI) and simple PESI (sPESI) are new emerged prognostic assessment tools for APE. The aim of this meta-analysis is to assess the accuracy of the PESI and the sPESI to predict prognostic outcomes (all-cause and PE-related mortality, serious adverse...

Journal: :The European respiratory journal 2014
Luis Paiva Sérgio Barra Rui Providência

Prevention of exacerbations of chronic obstructive pulmonary disease with tiotropium, a once-daily inhaled anticholinergic bronchodilator: a randomized trial. Stabilization of the bioactivity of tumor necrosis factor by its soluble receptors. The relationship between chronic hypoxemia and activation of the tumor necrosis factor-alpha system in patients with chronic obstructive pulmonary disease...

2016
Babak Tamizifar Farid Fereyduni Morteza Abdar Esfahani Saeed Kheyri

BACKGROUND Patients with suspected pulmonary embolism (PE) should be evaluated for the clinical probability of PE using an applicable risk score. The Geneva prognostic score, the PE Severity Index (PESI), and its simplified version (sPESI) are well-known clinical prognostic scores for PE. The purpose of this study was to analyze these clinical scores as prognostic tools. MATERIALS AND METHODS...

Journal: :The European respiratory journal 2013
Lisa Moores Celia Zamarro Vicente Gómez Drahomir Aujesky Leticia García Rosa Nieto Roger Yusen David Jiménez

Although the Pulmonary Embolism Severity Index (PESI) accurately identifies 35% of patients with acute pulmonary embolism (PE) as being low risk, some patients deemed high risk by the PESI on admission might be treated safely in the outpatient environment. This retrospective cohort study included a total of 304 consecutive patients with acute PE, classified at the time of hospital admission int...

2016
Gili Aviv Galia Rahav Ohad Gal-Mor

UNLABELLED Salmonella enterica serovar Infantis is one of the prevalent salmonellae worldwide. Recently, we showed that the emergence of S Infantis in Israel was facilitated by the acquisition of a unique megaplasmid (pESI) conferring multidrug resistance and increased virulence phenotypes. Here we elucidate the ecology, transmission properties, and regulation of pESI. We show that despite its ...

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

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

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