نتایج جستجو برای: neonatal lupus syndrome

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

Journal: :Annals of the rheumatic diseases 1989
R A Asherson J Zulman G R Hughes

Procainamide is the commonest cause of a drug induced lupus syndrome. Long term administration of this compound may induce a variety of immunological abnormalities, including antinuclear antibodies. Uncommonly, 'lupus anticoagulants' have been demonstrated in the absence of other evidence of drug induced lupus. Details of a 67 year old man who developed not only drug induced lupus but also anti...

Journal: :Annals of the rheumatic diseases 1997
N S Lai J L Lan

OBJECTIVES To evaluate the risk factors associated with renal vein thrombosis (RVT) in Chinese patients with systemic lupus erythematosus (SLE). METHODS Data on clinical symptoms, renal biopsy, antiphospholipid antibody syndrome profile, and serological examinations of lupus features were examined retrospectively in six patients with RVT confirmed by angiography from a total of 625 patients w...

Journal: :Annals of the Rheumatic Diseases 2022

Background Over the past decades, approach to follow and treat pregnant SLE patients has changed. Today it is recommended that are monitored closely in a multi-professional team throughout pregnancy (1). The importance of low disease activity before continued treatment during been established (2). Even though many improvements management pregnancies made, there still high risk adverse outcome (...

2009
Ray K. Wan David Kipgen Scott Morris R. Stuart C. Rodger

We report the case of a 49-year-old lady who presented with hypertension, breathlessness and malaise. She was thrombocytopenic, with polycystic kidneys on imaging, and was found to have nephrotic syndrome. Serological results were consistent with systemic lupus erythematosus (SLE) and a renal biopsy confirmed WHO class V lupus nephritis. This is the first reported case of nephrotic syndrome due...

Journal: :Indian pediatrics 2007
A M Vijayalakshmi A Jayavardhana

Systemic lupus erythematosus (SLE) is an episodic, potentially fatal, multisystem autoimmune disease characterized by the presence of antinuclear antibodies especially to double stranded DNA. Bullous systemic lupus erythematosus is an extremely rare subset of lupus erythematosus. We report a 10-year-old boy with bullous SLE and nephrotic syndrome.

Journal: :مجله دانشکده پزشکی دانشگاه علوم پزشکی تهران 0
سیده سامیه عسکری ss asgary

manifestation of chorea in patients with systemic lupus erythematosus (sle) and antiphospholipid antibody syndrome (apa synd.) is not common. moreover, primary presentation of the disease with chorea is rare and only few such cases are reported in literature in recent years. we report here the case of a 28 year old woman who was first seen at the age of 10 with clinical manifestations of chorea...

Journal: :Annals of the rheumatic diseases 1972
W A Katz G E Ehrlich

The parotid gland may enlarge during the course of systemic lupus erythematosus (SLE). Shearn and Pirofsky (1952) were the first to draw attention to this association while studying a group of 34 patients who had systemic lupus erythematosus. They discovered sialoadenitis characterized by chronic, nonsuppurative inflammation unilaterally in one and bilaterally in two patients. Morgan (1954) rep...

Background: Systemic lupus erythematous is an autoimmune disease associated with atherosclerotic manifestations or metabolic disturbance due to inflammation. The aim of this study was to determine frequency of metabolic syndrome (MetS) in SLE compared to healthy controls. Methods: In this cross-sectional study, 150 SLE patients and 220 healthy volunteers were enrolled. MetS was diagnosed acc...

2010
Chin-Yi Yang I-Hsin Shih Chih-Hsun Yang

Background Neonatal lupus erythematosus (NLE) is a rare disease associated with transplacental transfer of maternal anti-Ro/anti-Sjögren syndrome A antibodies. The most common manifestations are cutaneous erythema and congenital heart block. Mothers of infants with NLE are either asymptomatic or diagnosed with autoimmune disease. The goal of this study is to investigate the clinical manifestati...

2017
Wijetunga Mudalige Udai Akalanka Wijetunga Ravindra Laxman Satarasinghe Balasuriya Mudiyanselage Dayananda Ganhewage Kokila Darshani

BACKGROUND Hemophagocytic lymphohistiocytosis is an aggressive life-threatening syndrome of excessive immune activation. Hemophagocytic lymphohistiocytosis due to systemic lupus erythematosus is described as acute lupus hemophagocytic syndrome. Acute lupus hemophagocytic syndrome presenting with negative antinuclear antibody is uncommon. CASE PRESENTATION A 57-year-old Sri Lankan woman presen...

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

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

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