نتایج جستجو برای: serum lactate

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

Ebrahim Alijanpour, Ali Jabbari, Hakimeh Alereza, Hamid Reza Vafaey, Nadia Banihashem, Seyed Mozafar Rabiee,

Background: Lactic acidosis in cardiac surgical patients is a manifestation of systemic inflammation and excess pro-inflammatory cytokine production. This investigation was designed to integrate basic concepts about lactate acidosis with a clinically used of serum lactate in patients under coronary artery bypass surgery (CABG) by on pump method. Methods: From August to September 2012, 15 patie...

Journal: :Critical care medicine 2009
Mark E Mikkelsen Andrea N Miltiades David F Gaieski Munish Goyal Barry D Fuchs Chirag V Shah Scarlett L Bellamy Jason D Christie

PRINCIPLE Serum lactate is a potentially useful biomarker to risk-stratify patients with severe sepsis; however, it is plausible that elevated serum lactate is simply a manifestation of clinically apparent organ dysfunction and/or shock (i.e., refractory hypotension). OBJECTIVE To test whether the association between initial serum lactate level and mortality in patients presenting to the emer...

2018
Yong Joo Park Dong Hoon Kim Seong Chun Kim Tae Yun Kim Changwoo Kang Soo Hoon Lee Jin Hee Jeong Sang Bong Lee Daesung Lim

BACKGROUND Despite of numerous evidences that elevated serum lactate levels were associated with unfavorable outcomes, there have been no study demonstrated an optimal cutoff of serum lactate in unselected patients. This study was aimed to evaluate the prognostic property of lactate, and to identify a cutoff of serum lactate level for predicting 30-day in-hospital mortality among unselected pat...

Journal: :acta medica iranica 0
elchin barzegar department of clinical pharmacy (pharmacotherapy), school of pharmacy, tehran university of medical sciences, tehran, iran. arezoo ahmadi department of anesthesiology and critical care, sina hospital, tehran university of medical sciences, tehran, iran. sarah mousavi department of clinical pharmacy and pharmacy practice, school of pharmacy, isfahan university of medical sciences, isfahan, iran. masoumeh nouri department of clinical pharmacy (pharmacotherapy), school of pharmacy, tehran university of medical sciences, tehran, iran. mojtaba mojtahedzadeh department of clinical pharmacy (pharmacotherapy), school of pharmacy, tehran university of medical sciences, tehran, iran.

arginine vasopressin as a supplementary vasopressor in septic shock restores vascular tone and mean arterial pressure, meanwhile decreases dose and exposure time to catecholamines. the objective of this study was to evaluate the effect of vasopressin on lactate and lactate clearance as markers of tissue perfusion during septic shock. in this prospective, randomized, controlled trial, 30 patient...

Journal: :Journal of cardiothoracic and vascular anesthesia 2006
Murat Basaran Kenan Sever Eylul Kafali Murat Ugurlucan Omer Ali Sayin Turkan Tansel Ufuk Alpagut Enver Dayioglu Ertan Onursal

OBJECTIVE The determination of postoperative course after cardiac surgery has always been a challenging issue. It is more sophisticated in the pediatric age group. The aim of this investigation was to identify whether increased concentrations of lactate in arterial blood has a predictive value for postoperative morbidity and mortality after heart surgery. METHODS From May 2002 to June 2003, 6...

Journal: :Digestive surgery 2012
Ihsan Ekin Demir Güralp O Ceyhan Helmut Friess

BACKGROUND/AIMS Measurement of serum lactate remains the most frequently applied laboratory investigation to diagnose acute mesenteric (intestinal) ischemia. The present review aims at critically questioning the widespread measurement of serum lactate to diagnose acute mesenteric ischemia in clinical practice and at drawing attention to more novel markers of intestinal ischemia. METHODS An el...

2017
Jung Chang Kim Byung Kook Lee Dong Hun Lee Yong Hun Jung Yong Soo Cho Sung Min Lee Seung Joon Lee Chi Ho Park Kyung Woon Jeung

OBJECTIVE We investigated the association between lactate clearance or serum lactate levels and neurologic outcomes or in-hospital mortality in cardiac arrest survivors who were treated with targeted temperature management (TTM). METHODS A retrospective analysis of data from cardiac arrest survivors treated with TTM between 2012 and 2015 was conducted. Serum lactate levels were measured on ad...

Journal: :Journal of veterinary internal medicine 2004
Julia B Ewaschuk Jonathan M Naylor Randi Palmer Susan J Whiting Gordon A Zello

The origin of D-lactate, the most important acid contributing to metabolic acidosis in the diarrheic calf, is unknown. We hypothesized that because D-lactate is produced only by microbes, gastrointestinal fermentation is the source. The objective of this study was to determine whether D-lactate production occurs in the rumen, colon, or both, and to measure D- and L-lactate concentrations in uri...

ژورنال: بیهوشی و درد 2014
جودی, مرجان, خرسند, محمود, رضوی, مجید, وجدانی, محمد, ایزانلو, عذرا , فتحی, مهدی ,

Aims and Background: Considering the importance of postoperative hyperlactatemia, rehydration impact on lactate amount, and different challenges in using crystalloid and colloid solutions for rehydration, we decided to investigate the effect of Ringer solution and Hemaxel on blood lactate level with comparing the changes before and after the operation, in patients undergoing appendectomy. ...

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

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

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