نتایج جستجو برای: plasma glucose

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

The aim of this study was to determine correlation of plasma lipids profile with testicular histology parameters in Ross-308 broiler breeder roosters. This study was performed on 12 male ross 308 broiler breeder. Blood samples were collected from a wing vein to measure plasma lipid profiles (cholesterol, triglyceride, LDL and HDL lipoproteins, cholesterol, and glucose). The concentrations of ch...

Journal: :iranian j. of fisheries science 2014
t.j abraham r ritu

the effects of dietary supplementation of garlic (allium sativum)extract on the growth and disease resistance of african catfish, clarias gariepinus was evaluated. also in-vitro evaluation of susceptibility of fish-borne multidrug resistant (mdr) pathogenic bacteria to aqueous extract of garlic was done. aqueous garlic extract exhibited inhibitory activity against mdr bacteria and the degree of...

In this study, the effects of late gestational undernutrition (LGU) on plasma concentration of insulin-like growth factor 1 (IGF-I), leptin, insulin and glucose in subsequent sucking lambs was investigated. Ten twin-bearing ewes were fed either restrictedly (Restricted) or adequately (Control) during the last six weeks of gestation and were fed ad libitum after parturition. Blood samples were t...

Introduction: Silymarine extract is currently prescribed by some physicians for treatment of fatty liver disease. In the present study, the effect of administration of tablet containing silymarine extract on plasma homocysteine (Hcy), folate, vitamin B12 and liver enzymes activity in non-alcoholic steatohepatitis (NASH) was investigated. Materials and Methods: Seventy-four patients (40 female a...

Introduction: In the present study the effect of chronic maternal high-fat diet consumption on energy homeostasis and glucose metabolism in response to chronic stress was investigated in adult male rats. Materials and Methods: Female rats were divided into two groups of normal and high fat diets. Each group received their diet from 3 weeks before pregnancy until the end of lactation. At 8 weeks...

Journal: :iranian journal of pharmacology and therapeutics 0
f. dehghani m. azizi m. r. panjehshahin

the probability of cardiovascular diseases in diabetic patients increases due to hyperlipidemia. raphanus sativus is a traditional plant which is used to lower plasma lipid. the aim of this study was to evaluate the effect of aqueous extract of raphanus sativus on plasma glucose, triglyceride, and cholesterol in diabetic rats. for this purpose, 30 male rats were selected, maintained in standard...

Introduction: Many of the diseases of adulthood are originated from the intrauterine conditions during fetal life. Because of the importance of thyroid hormones in growth and development of the fetus, the effects of maternal hypothyroidism on carbohydrate metabolism in adulthood was investigated. Methods: Pregnant rats were divided into the fetal hypothyroidism (FH) and the control (C) group...

ارجمندی فر, میترا, ضیایی, سعیده,

Background and Objective: Gestational diabetes mellitus (GDM) complicates 3-5% of all pregnancies. Glucose Challenge Test (GCT) is a universal screening test for GDM between 24-28 of gestation. Plasma glucose is measured 1 hr after ingestion of 50g glucose load. The aim of this study was to determine the relationship of plasma lipids in 13-23 weeks of pregnancy with abnormal GCT (Glucose Challe...

Journal: :iranian journal of pharmaceutical research 0
navid saadat research institute for endocrine sciences, shahid beheshti university of medical sciences, tehran, iran hadi esmaily clinical pharmacy department, school of pharmacy, shahid beheshti university of medical sciences, tehran, iran. mohammad abbasinazari shahid beheshti university of medical sciences maryam tohidi research institute for endocrine sciences, shahid beheshti university of medical sciences, tehran, iran jamshid salamzadeh clinical pharmacy department, school of pharmacy, shahid beheshti university of medical sciences, tehran, iran. farzad hadaegh research institute for endocrine sciences, shahid beheshti university of medical sciences, tehran, iran

dopaminergic signaling is one of the regulatory pathways being investigated for its implication in glucose metabolism. the aim of this study was to determine the effect of cabergoline on biochemical and anthropometric parameters in prediabetes stage (impaired fasting glucose and impaired glucose tolerance). in this double blind, placebo-controlled, pilot study, 27 prediabetic adults were random...

Abdolhamid Habibi, Mohammad Taher Afshounpour, Ruohollah Ranjbar,

ABSTRACT Introduction: Apelin and resistin as novel adipokines have insulin-sensitizing effects, which may be associated with decreased blood glucose concentration. In this study, we aimed to investigate the impact of combined exercise training on plasma concentrations of apelin, resistin and insulin resistance in patients with type 2 diabetics male (T2D). Methods: In a quasi-...

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

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

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