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

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

2017
Takashi Hitsumoto

Background Recent studies on high-sensitivity cardiac troponin T (hs-cTnT) and whole blood passage time (WBPT), estimated by hemorheology assessed with the microchannel array flow analyzer (MC-FAN), have revealed the significance of cardiovascular risk factors. However, there are no known reports on the relationship between these two clinical parameters. This cross-sectional study aimed to clar...

Journal: :Genetics and molecular research : GMR 2015
J A Wang Y Qin J Lv Y F Tian Y J Dong

The aim of this study was to investigate the clinical application of a high-sensitivity cardiac troponin T (hs-cTnT) test in the diagnosis of acute myocardial infarction (AMI). Serum levels of hs-cTnT and cardiac troponin I (cTnI) were detected in 240 AMI patients and 200 healthy donors and used to plot receiver operating characteristic (ROC) curves. A clinically applicable diagnostic cut-off v...

Journal: :Clinical chemistry 2012
Ola Hammarsten Michael L X Fu Runa Sigurjonsdottir Max Petzold Lina Said Kerstin Landin-Wilhelmsen Bengt Widgren Mårten Larsson Per Johanson

BACKGROUND High-sensitivity cardiac troponin T (cTnT) assays detect small clinically important myocardial infarctions (MI) but also yield higher rates of false-positive results owing to increased concentrations sometimes present in patients without MI. Better understanding is needed of factors influencing the 99th percentile of cTnT concentrations across populations and the frequency of changes...

Journal: :Clinical chemistry 1997
M D McLaurin F S Apple E M Voss C A Herzog S W Sharkey

Serum cardiac troponin T (cTnT) concentrations are frequently increased in chronic dialysis patients as measured by the first-generation ELISA immunoassay, as is creatine kinase (CK) MB mass in the absence of acute ischemic heart disease. We designed this study to compare four serum markers of myocardial injury [CK-MB mass, first-generation ELISA cTnT, second-generation Enzymun cTnT, and cardia...

Journal: :BMC Pulmonary Medicine 2009
Pål H Brekke Torbjørn Omland Stein Harald Holmedal Pål Smith Vidar Søyseth

BACKGROUND Cardiac Troponin T (cTnT) elevation during exacerbations of chronic obstructive pulmonary disease (COPD) is associated with increased mortality the first year after hospital discharge. The factors associated with cTnT elevation in COPD are not known. METHODS From our hospital's database, all patients admitted with COPD exacerbation in 2000-03 were identified. 441 had measurement of...

2012
Fan Wang Ping Ye Leiming Luo Ruyi Xu Yongyi Bai Hongmei Wu

BACKGROUND Reduced renal function is an independent risk factor for cardiovascular disease mortality, and persistently elevated cardiac troponin T (cTnT) is frequently observed in patients with end-stage renal disease. In the general population the relationship between renal function and cTnT levels may not be clear because of the low sensitivity of the assay. In this study, we investigated the...

2017
Marlies Ostermann Salma Ayis Emma Tuddenham Jessica Lo Katie Lei John Smith Barnaby Sanderson Carl Moran Paul Collinson Janet Peacock Andrew Rhodes David Treacher

INTRODUCTION Troponin release is common during critical illness. We hypothesized that there was an association between cardiac troponin T (cTnT) and biomarkers of systemic inflammation and ventricular dilatation. METHODS In an observational prospective cohort study, we enrolled consecutive adult patients admitted for noncardiac reasons to the intensive care unit (ICU) in two tertiary care cen...

2018
Brigitta Gahl Volkhard Göber Ayodele Odutayo Hendrik T. Tevaearai Stahel Bruno R. da Costa Stephan M. Jakob G. Martin Fiedler Olivia Chan Thierry P. Carrel Peter Jüni

BACKGROUND Cardiac troponin T (cTnT) is elevated after coronary artery bypass grafting surgery. The aim of this study was to determine the association between cTnT elevations between 6 and 12 hours after coronary artery bypass grafting and in-hospital outcome. METHODS AND RESULTS We prospectively studied 1722 patients undergoing isolated coronary artery bypass grafting. We assessed the associ...

Journal: :American journal of clinical pathology 2007
Majid Basit Nasir Bakshi Mustafa Hashem Zuhair Allebban Noel Lawson Howard S Rosman James J Maciejko

Cardiac troponin T (cTnT) levels are widely used to assess for evidence of myocardial infarction. We studied the effect of freezing and long-term storage on the stability of cTnT in blood samples from 178 patients with end-stage renal failure. The serum was separated and divided into multiple aliquots. Baseline cTnT levels were measured in the unfrozen aliquots. The remaining aliquots were froz...

Journal: :Clinical chemistry 2011
Alberto Dolci Federica Braga Cristina Valente Stefano Guzzetti Mauro Panteghini

The performance of the high-sensitivity cardiac troponin T assay (hs-cTnT) 1 has been evaluated in a multicenter study (1). Effective July 2009, we replaced the fourth-generation troponin T assay (cTnT) with the hs-cTnT assay in clinical practice. This study audits the impact of this implementation. The hs-cTnT, implemented on the cobas e 411 platform (Roche Diagnostics), fully replaced the cTn...

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

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

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