نتایج جستجو برای: overt diabetes mellitus

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

Paryab, Sedigheh,

دیابت بیماری متابولیکی است که بدلیل افزایش سطح گلوکز خون (هیپرگلیسمی) بدنبال بروز معایبی در ترشح انسولین، عملکرد انسولین یا هر دو عامل بروز می نماید.

Journal: :iranian journal of public health 0
nour el houda ferdi khalida abla haroun chenchouni

background: diabetes mellitus is a serious public health problem worldwide and particularly in developing countries. in algeria, this metabolic disorder occurs with a wide variety or atypical forms that linked to multiple risk factors including local habits and traditions. this study aimed to determine the impact of risk factors (metabolic syndrome, social, cultural, physical activity, family h...

2014
Noura Al-Jameil Farah Aziz Khan Sadia Arjumand Mohammad Fareed Khan Hajera Tabassum

Diabetic nephropathy is the consequence of diabetes mellitus (DM) and it is characterized by continuous albuminuria. The aim of the study was to investigate and correlate the lipid profile abnormalities in different stages of albuminuria to understand the checkpoint before progression to end stage renal disease (ESRD). A total of 154 type 2 diabetic patients were included in the study. Urine sa...

Journal: :مجله دانشکده پزشکی دانشگاه علوم پزشکی تهران 0
محمدحسن باستان حق m bastan hagh باقر لاریجانی b larijany محمد پژوهی m paghoohi مامک شریعت m shariat

some of the endocrinologic diseases, especially acromegaly, cushing and pheochromocytoma have multiple effects on blood glucose metabolism and regulation in non-diabetic patients. in this retrospective survey, records of patients of tehran medical sciences university hospitals have been reviewd. of 124 acromegals, gtt was performed for 51 patients, being impaired in 18%. to evaluate diabetes, f...

Journal: :the journal of tehran university heart center 0
zohreh annabestani diabetes research center, endocrinology and metabolism clinical sciences institute, tehran university of medical sciences, tehran, iran. seyedebrahim kassaian tehran heart center, tehran university of medical sciences, iran. mohammadreza mohajeri-tehrani endocrinology and metabolism research center, endocrinology and metabolism clinical sciences institute, tehran university of medical sciences, tehran, iran. shahrzad mohseni endocrinology and metabolism research center, endocrinology and metabolism clinical sciences institute, tehran university of medical sciences, tehran, iran. sepideh saroukhani tehran heart center, tehran university of medical sciences, iran. bagher larijani endocrinology and metabolism research center, endocrinology and metabolism clinical sciences institute, tehran university of medical sciences, tehran, iran.

hand ischemia is a rare complication of diabetes and some other chronic vascular diseases. critical hand ischemia causes painful limbs and disability and requires urgent revascularization. there have been a few reports of successful trans-brachial percutaneous angioplasty in the upper extremity in the radial or ulnar artery. herein, we report the results of the endovascular treatment of a 68-ye...

Journal: :International Journal of Research in Medical Sciences 2023

Background: Patients with type 2 diabetes mellitus are more prone to thyroid disorders. Hypothyroidism in them leads an aggravation of microvascular complications. Screening for dysfunction diabetic patients will allow early treatment hypothyroidism. The aim this study was assess the prevalence hypothyroidism and its correlation age, HbA1c, BMI duration diabetes. Methods: This a cross sectional...

Journal: :iranian journal of nursing and midwifery research 0
hamid reza roohafza zahra abdeyazdan parvaneh amini saied pahlavanzadeh pedram shokouh

abstract background: an association of eating disorder with diabetes mellitus may lead to a serious lack of metabolic control, higher mortality and morbidity. there is no recent study conducted in the iranian population about eating disorder and its variants. the aim of the present study is investigation of frequency of disturbed eating behaviors in adolescent girls with type 1 diabetes mellitu...

Journal: :Current opinion in endocrinology, diabetes, and obesity 2008
Anna Mg Cali Sonia Caprio

PURPOSE OF REVIEW The prevalence of obesity in youth is increasing alarmingly among children and adolescents in the United States. The problem falls disproportionately on African-American and Hispanic children. Many of the metabolic and cardiovascular complications associated with obesity are already present during childhood and are closely linked to the concomitant insulin resistance/hyperinsu...

Journal: :Brazilian journal of medical and biological research = Revista brasileira de pesquisas medicas e biologicas 2002
D Ventura-Oliveira C A Vilella M E Zanin G M Castro D C Moreira Filho R L Zollner

Insulin-dependent diabetes mellitus is caused by autoimmune destruction of pancreatic beta cells. Non-obese diabetic (NOD) mice spontaneously develop diabetes similar to the human disease. Cytokines produced by islet-infiltrating mononuclear cells may be directly cytotoxic and can be involved in islet destruction coordinated by CD4+ and CD8+ cells. We utilized a semiquantitative RT-PCR assay to...

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

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

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