نتایج جستجو برای: high density lipoprotein hdl

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

Journal: :Nepal Medical College journal : NMCJ 2012
A Pandeya M Sharma P Regmi A Basukala M Lamsal

People with type 2 Diabetes have an elevated risk for developing cardiovascular disease (CVD) for which dyslipidemia is the major contributor. Diabetic patients have characteristic pattern of dyslipidemia with decreased level of high density lipoprotein cholesterol (HDL-C) and elevated triglycerides (TG) level. However, in diabetes mellitus, low density lipoprotein cholesterol (LDL-C) which is ...

Journal: :Preventive medicine 2009
George A Kelley Kristi S Kelley

OBJECTIVE Given the discrepant findings of progressive resistance training (PRT) on lipids and lipoproteins in adults, we used the meta-analytic approach to examine this issue. METHODS Randomized controlled trials > or =4 weeks dealing with the effects of PRT on lipids and lipoproteins in adult humans > or =18 years of age and published between January 1, 1955 and July 12, 2007 were included....

Journal: :international journal of fertility and sterility 0
aisa ghaffarzad reza amani mahzad mehrzad sadaghiani masoud darabi bahman cheraghian

objective: dyslipidemia and insulin resistance (ir), occurring in most infertile women with polycystic ovarian syndrome (pcos), increase the risk of cardiovascular disease (cvd) and type 2 diabetes. this study aimed to assess the relationships between lipoprotein ratios and ir in pcos women. materials and methods: thirty six infertile women with pcos selected based on androgen excess society (a...

Journal: :medical journal of islamic republic of iran 0
masoumeh ghiasvand occupational medicine research center, iran university of medical sciencesسازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences)سازمان های دیگر: occupational medicine research center ramin heshmat endocrinology and metabolism research center (emrc), tehran university of medical sciences,tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences)سازمان های دیگر: endocrinology and metabolism research center (emrc) koroush soleimani aviation medicine doctor, civil aviation organization, tehran, iran.

abstract   background: irregular working hours, including night work and shift work, have been found to be associated with alteration in various levels of biochemical factors. and some studies have showed association between shift work and blood biochemical disturbances in blood. in this epidemiological study we investigated, whether regular schedule of working hours can minimize the associated...

Journal: :journal of biotechnology and health sciences 0
mohammad taghi hatami department of physical education and sport sciences, najafabad branch, islamic azad university, isfahan, ir iran elham eftekhari faculty of humanities, department of physical education and sport sciences, najafabad branch, islamic azad university, isfahan, ir iran; faculty of humanities, department of physical education and sport sciences, najafabad branch, islamic azad university, isfahan, ir iran. tel: +98-913368336

conclusions the results suggest that physical activity improves metabolic parameters, which interfere in the development of fatty liver and has a protective role against the development of nafld. results statistical analysis demonstrated that the training group had significant changes in weight, bmi, tc, tg, ldl, vldl, hdl/ldl, tc/ hdl, ast and alt, whereas there was no significant change in hd...

High-density lipoprotein (HDL) is a set of particles with heterogeneous structures that have different functions due to various compounds including surface charge, size, lipid, and protein compounds. Several prospective epidemiological studies have demonstrated that there is a clear inverse relationship between serum HDL concentration and risk of coronary heart disease, despite this relationshi...

Journal: :Annals of Agricultural and Environmental Medicine 2018

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

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

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