نتایج جستجو برای: probnp

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

Journal: :Journal of the American College of Cardiology 2015
Allan S Jaffe

N atriuretic peptides are an important aid for the diagnosis of heart failure (HF) and may allow for the monitoring of therapy in patients with HF over time. One view often taken to simplify their use is that elevated values reflect a more exuberant counterregulatory response to hemodynamic stress, such that these elevated levels are therefore indicative of the severity of HF and thus reflect p...

2015
Bob Smit Angelique ME Spoelstra-de Man Armand RJ Girbes Monique C de Waard

BACKGROUND In spite of the introduction of mild therapeutic hypothermia (MTH), mortality rates remain high in patients with return of spontaneous circulation (ROSC) after cardiac arrest (CA). To date, no accurate and independent biomarker to predict survival in these patients exists. B-type natriuretic peptide (BNP) was found to provide both prognostic and diagnostic value in various cardiovasc...

Journal: :Circulation. Arrhythmia and electrophysiology 2015
Carine F B van Huls van Taxis Sebastiaan R D Piers Marta de Riva Silva Olaf M Dekkers Daniël A Pijnappels Martin J Schalij Adrianus P Wijnmaalen Katja Zeppenfeld

BACKGROUND High idiopathic premature ventricular contractions (PVC) burden has been associated with PVC-induced cardiomyopathy. Patients may be symptomatic before left ventricular (LV) dysfunction develops. N-terminal pro-B-type natriuretic peptide (NT-proBNP) and circumferential end-systolic wall stress (cESS) on echocardiography are markers for increased ventricular wall stress. This study ai...

2003
Mustafa Taskesen MUSTAFA TASKESEN TUNCAY TASKESEN SELAHATTIN KATAR MEHMET ALİ TAS

Acute poststreptococcal glomerulonephritis (APSGN) is the most common prototype of acute glomerulonephritis in children, and is characterized by the sudden onset of gross hematuria, edema, hypertension and volume overload. Brain natriuretic peptide (BNP) is produced in both the brain and the heart. Its prohormone, proBNP, is cleaved to biologically active BNP and an inactive N-terminal peptide ...

Journal: :The American journal of cardiology 2013
Kai M Eggers Per Venge Lars Lind

The levels of N-terminal pro B-type natriuretic peptide (NT-proBNP) are closely related to cardiac abnormalities and adverse outcomes in the general population. However, little is known about the course of NT-proBNP levels over time, the underlying conditions, and the prognostic effect of changes. To investigate these issues, we measured the NT-proBNP levels (Elecsys 2010, Roche Diagnostics) in...

2017
Arnt V. Kristen Mathew S. Maurer Claudio Rapezzi Rajiv Mundayat Ole B. Suhr Thibaud Damy

AIM Cardiac troponins and natriuretic peptides are established for risk stratification in light-chain amyloidosis. Data on cardiac biomarkers in transthyretin amyloidosis (ATTR) are lacking. METHODS AND RESULTS Patients (n = 1617) with any of the following cardiac biomarkers, BNP (n = 1079), NT-proBNP (n = 550), troponin T (n = 274), and troponin I (n = 108), available at baseline in the Tran...

2011
Yuanyuan Bao Xiliang Shang Linuo Zhou Renming Hu Yiming Li Wei Ding

INTRODUCTION Previous studies have shown that obese individuals have reduced natriuretic peptide levels. But conflicting data exist on the relation of natriuretic peptide levels to other metabolic risk factors. MATERIAL AND METHODS We investigated the relationship between plasma N-terminal pro-B-type natriuretic peptide levels (NT-proBNP) and metabolic syndrome (MetS) and metabolic risk facto...

Journal: :Revista espanola de cardiologia 2011
Sergio Manzano-Fernández James L Januzzi Miguel Boronat García Juan C Bonaque-González Carmen Muñoz-Esparza María D Albaladejo-Otón Francisco J Pastor-Pérez Patricia Pastor Mariano Valdés Domingo A Pascual-Figal

INTRODUCTION AND OBJECTIVES Urinary concentrations of amino-terminal pro-B type natriuretic peptide (NT-proBNP) may be prognostically meaningful; however, direct comparison to plasma concentrations of this marker have not been performed in patients with acutely decompensated heart failure (ADHF). The aims of this study were to compare the prognostic value of plasma versus urinary NT-proBNP conc...

2013
François Roubille Delphine Delseny Jean-Paul Cristol Delphine Merle Nicolas Salvetat Catherine Larue Jean-Marc Davy Florence Leclercq Jean-Luc Pasquie Luc Guerrier Jeannette Fareh Anne-Marie Dupuy

BACKGROUND After synthesis by cardiomyocytes, precursor proBNP1-108 is cleaved into NT-proBNP and BNP. Recently, cross-reactivity between these assays was discussed. The aim of this study was to characterize the cross-reactivities, through a new biochemical innovative approach consisting in the total depletion of the circulating proBNP1-108 in patients with heart failure (HF). METHODS This pr...

2011
Markus Noveanu Tobias Breidthardt Mihael Potocki Tobias Reichlin Raphael Twerenbold Heiko Uthoff Thenral Socrates Nisha Arenja Miriam Reiter Julia Meissner Corinna Heinisch Sybille Stalder Christian Mueller

INTRODUCTION Monitoring treatment efficacy and assessing outcome by serial measurements of natriuretic peptides in acute decompensated heart failure (ADHF) patients may help to improve outcome. METHODS This was a prospective multi-center study of 171 consecutive patients (mean age 80 73-85 years) presenting to the emergency department with ADHF. Measurement of BNP and NT-proBNP was performed ...

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

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

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