نتایج جستجو برای: concomitant systemic diseases

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

2018
Renata Chałas Dorota Rykwa Dominika Wróbel-Dudzińska Tomasz Żarnowski

BACKGROUND Eye and mouth dryness are the most common symptoms reported during ophthalmological and dental examinations, and their frequency increases with age. In connection with population aging and the huge variety of factors and conditions that can induce this condition, it is becoming a serious and growing problem. The purpose of the present study was to determine whether ocular dryness and...

2016
Chia-Chun Tseng Shun-Jen Chang Wei-Ting Liao Ya-Ting Chan Wen-Chan Tsai Tsan-Teng Ou Cheng-Chin Wu Wan-Yu Sung Ming-Chia Hsieh Jeng-Hsien Yen

On a molecular level, two autoimmune diseases: ulcerative colitis (UC) and dermatomyositis share common genetic determinants. On a clinical level, case reports evidenced the co-occurrence of these two diseases. We therefore hypothesize that UC is potentially associated with increased cumulative incidence of dermatomyositis. The goals of this retrospective cohort study were to evaluate whether U...

Journal: :Archives of dermatology 2009
Justin J Leitenberger Rachael L Cayce Robert W Haley Beverley Adams-Huet Paul R Bergstresser Heidi T Jacobe

OBJECTIVE To determine the prevalence of extracutaneous manifestations and autoimmunity in adult and pediatric patients with morphea. DESIGN A retrospective review of 245 patients with morphea. SETTING University of Texas Southwestern Medical Center-affiliated institutions. Patients Patients with clinical findings consistent with morphea. MAIN OUTCOME MEASURES Prevalence of concomitant au...

Journal: :JPMA. The Journal of the Pakistan Medical Association 1997
M Atiq K Aziz

Familial cardiac conduction disorder of a progressive nature has been reported in adult and paediatric patients. An underlying cardiomyopathy was found in most of these patients, either of hypertrophic, restrictive or dilated variety. Systemic diseases like juvenile rheumatoid arthritis and other collagen disorders and familial dysautonomia infrequently have associated conduction abnormalities....

Journal: :Journal of Autoimmunity 2020

Journal: :Clinical and Developmental Immunology 2013

Journal: :Nephrology Dialysis Transplantation 2012

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد علوم دارویی - پژوهشکده علوم 1392

purpose a metabolic abnormality such as obesity is a major obstacle in the maintenance of the human health system and causes various chronic diseases including type 2 diabetes, hypertension, cardiovascular diseases, as well as various cancers. this study was designed to summarize the recent scientific knowledge regarding the anti-obesity role of curcumin (diferuloylmethane), which is isolated f...

Journal: :Consilium medicum 2022

Pruritus is one of the subjective sensations that significantly reduces quality life patients. In patients with malignancies, itch can be caused by different universal or specific pathophysiological factors. This article discusses disorders cause pruritus in cancer patients: tumor growth on its own; changes associated a number paraneoplastic itch, anticancer therapy, concomitant dermatoses, sys...

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

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

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