نتایج جستجو برای: lanthanum hydroxide

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

An efficient one pot multi component synthesis of 1, 4-Polyhydroquinoline derivatives through unsymmetrical Hantzsch reaction using lanthanum chloride heptahydrate (LaCl3.7H2O) from an aromatic aldehyde, ethyl acetoacetate, dimedone and ammonium acetate as a nitrogen precursor in ethanol at room temperature is described. In the present work we report lanthanum chloride heptahydrate remarkably n...

2015
Akiko Tonooka Susumu Uda Hiroki Tanaka Atsushi Yao Toshimasa Uekusa

Lanthanum carbonate (LC) is an orally administered phosphate binder. Its absorption is generally thought to be minimal. We report here the case of an 81-year-old woman who underwent subtotal gastrectomy for gastric cancer after receiving hemodialysis for 1 year and taking LC for 7 months. Lanthanum phosphate compounds were found histologically in the gastric mucosa and a regional lymph node and...

2013
Alastair J Hutchison Maggie Gill J Brian Copley Lynne Poole Rosamund J Wilson

BACKGROUND This short-term study assessed the efficacy and safety of lanthanum carbonate in the treatment of hyperphosphatemia in dialysis patients; here, we report a prespecified subgroup analysis of patients undergoing peritoneal dialysis. METHODS Men and women (n=39) who had received continuous ambulatory peritoneal dialysis for chronic kidney disease for 6 months or more were enrolled in ...

2011
Stephen Damment Roger Secker Victor Shen Victor Lorenzo Mariano Rodriguez

BACKGROUND Lanthanum carbonate (FOSRENOL(®), Shire Pharmaceuticals) is an effective non-calcium, non-resin phosphate binder for the treatment of hyperphosphataemia in patients with chronic kidney disease (CKD). In this study, we used a rat model of chronic renal failure (CRF) to examine the long-term effects of controlling serum phosphorus with lanthanum carbonate treatment on the biochemical a...

2009
Michael D. L. Smyth Raymond D. Pratt

A 75-year-old woman was admitted with febrile confusion and abdominal pain. She was taking medications that included lanthanum carbonate. Examination, biology, a cerebral scan, and a review of her medications could not explain the confusion. The plain film of the abdomen revealed multiple diffuse calcium-like deposits throughout the digestive tract. The plasma levels of lanthanum were higher th...

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 2010
Natalia Carrillo-López José Luis Fernández-Martín Daniel Alvarez-Hernández Ignacio González-Suárez Patricia Castro-Santos Pablo Román-García José Miguel López-Novoa Jorge Benito Cannata-Andía

BACKGROUND The aim of this study was to investigate whether nanomolar concentrations of lanthanum could influence the calcium-sensing receptor (CaSR) response. METHODS Embryonic kidney (HEK-293) cells transiently transfected with the human CaSR were used to test the ability of lanthanum to activate the CaSR, either alone or in combination with calcium. CaSR activation was measured by flow cyt...

Journal: :American journal of physiology. Renal physiology 2014
Geert J Behets Geert Dams Stephen J Damment Patrick Martin Marc E De Broe Patrick C D'Haese

Both calcium-containing and noncalcium-containing phosphate binders can increase gastrointestinal calcium absorption. Previously, we observed that lanthanum carbonate administration to rats with renal failure is not associated with increased calciuria. Additionally, lanthanum carbonate treatment in dialysis patients has been associated with a less pronounced initial decrease in serum parathyroi...

Journal: :Seminars in dialysis 2006
Veerle P Persy Geert J Behets An R Bervoets Marc E De Broe Patrick C D'Haese

Accumulation of inorganic phosphate due to renal functional impairment contributes to the increased cardiovascular mortality observed in dialysis patients. Phosphate plays a causative role in the development of vascular calcification in renal failure; treatment with calcium-based phosphate binders and vitamin D can further increase the Ca x PO(4) product and add to the risk of ectopic mineraliz...

2012
D. Kundu

A simple complexometric method for stepwise determination of lanthanum, strontium and manganese in Lanthanum-Strontium-Manganate (LSM) has been worked out. The method involves joint titration of the elements with EDTA at pH 10.0 followed by selective precipitation of strontium as sulphate from a homogenous solution involving displacement reaction between EDTA complex of strontium and ZnSO4. The...

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

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

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