نتایج جستجو برای: blood urea

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

1997
Andrew C. Hammond

At the 3rd Annual Ruminant Nutrition Symposium (Hammond, 1992), I reviewed the use of blood urea nitrogen (BUN) concentration for monitoring protein status in beef cattle, and discussed the potential for using milk urea nitrogen (MUN) as a noninvasive tool for monitoring protein status in dairy cattle. The purpose of this discussion is to review the basic concepts involved in urea nitrogen as a...

2011

protein nutritional status of dairy cows. Milk urea nitrogen reflects the amount of urea found in milk and these values are closely correlated with the concentration of urea found in the blood. MUN values should not be used by themselves when evaluation a herd’s feeding program but can be used in conjunction with evaluating milk production records, feeding management practices, and dry matter, ...

2010
Jai P. Bhimani Rosemary Ouseph Richard A. Ward

BACKGROUND Diffusive clearance depends on blood and dialysate flow rates and the overall mass transfer area coefficient (K(o)A) of the dialyzer. Although K(o)A should be constant for a given dialyzer, urea K(o)A has been reported to vary with dialysate flow rate possibly because of improvements in flow distribution. This study examined the dependence of K(o)A for urea, phosphate and β(2)-microg...

Journal: :The Journal of clinical investigation 1943
K Emerson V P Dole

Elevation of the urea clearance above the calculated normal value has been frequently observed in our clinic in children with the nephrotic syndrome. Previous studies of this phenomenon have shown it to be related to the intake of protein, but not induced by the oral administration of urea (1). Glomerular filtration, measured by inulin clearance, has been found by Emerson, Futcher, and Farr (2)...

2016
Seizi Sukemori Satoshi Odo

The present study was aimed to observe the effects of urea ingestion, non-protein nitrogen, on the disorder of nitrogen metabolism with the L-carnitine contents using the blood, kidney, liver, and femoral muscle as markers. A total of 8 Japanese white rabbits were used in this experiment. They were fed a basal diet prepared for the control group and the nitrogen volume proportionated to one-thi...

Farokhi , Farah , Nejadhabibvash , Fatemeh , Rezaee , Mohammad Bagher , Shokri , Behruz ,

Background and Objective: Hyperlipidemia and high level of serum total cholesterol are risk factors contributing to prevalence and severity of cardiovascular complications like coronary heart diseases. Lamiaceae plants have terpenoids and flavonoids can reduce triglyceride and cholesterol, therefore. This study was done to evaluate the effect of feeding with essential oil of Thymus deanensis Ce...

Journal: :Pharmacotherapy 2001
B E Bleske J Song M S Chow J Kluger C M White

STUDY OBJECTIVE To evaluate the effect of cardiac arrest and cardiopulmonary resuscitation (CPR) on blood chemistry in a canine model. DESIGN Evaluative canine animal study. SETTING Animal laboratory accredited by the Association for Assessment and Accreditation of Laboratory Animals. SUBJECTS Twenty-six adult mongrel dogs. INTERVENTION The dogs underwent an episode of induced fibrillat...

2012
Bhavana Gupta Shakti Singh Swati Mohan Rajiv Prakash

Urea is one of the final products of protein metabolism. In clinical analysis and dairy industry urea is a very significant parameter as excess in blood serum from its permissible range causes dysfunction of the kidney. Hence, its analysis is significant and is carried out frequently in various laboratories [1, 2]. Urea is an omnipresent compound present in blood and various organic fluids. It ...

Journal: :The Journal of Experimental Medicine 2003
C. K. Watanabe Jean Oliver Thomas Addis

1. Under the strain induced by the administration of urea, it is possible to demonstrate the relation between the degree of anatomical damage in the kidney and the degree of defect in the urea-excreting capacity induced by uranium. 2. The closest correlation between structure and function was obtained when the ratio between the urea content of the urine and of the blood was used as the measure ...

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

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

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