نتایج جستجو برای: gastrointestinal manifestations

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

2014
Jonas Wixner Rajiv Mundayat Onur N Karayal Intissar Anan Pontus Karling Ole B Suhr

BACKGROUND Transthyretin amyloidosis is a systemic disorder caused by amyloid deposits formed by misfolded transthyretin monomers. Two main forms exist: hereditary and wild-type transthyretin amyloidosis, the former associated with transthyretin gene mutations. There are several disease manifestations; however, gastrointestinal complications are common in the hereditary form. The aim of this st...

Journal: :Journal of microbiology, immunology, and infection = Wei mian yu gan ran za zhi 2004
Chun-Jung Chen Chun-Jung Juan Mu-Ling Hsu Yuan-Sheng Lai Shih-Peng Lin Shin-Nan Cheng

Extrapulmonary manifestations of Mycoplasma pneumoniae pneumonia are uncommon and include hematologic, gastrointestinal, musculoskeletal, dermatologic, and neurologic complications. We report a case of serologically-confirmed M. pneumoniae infection complicated by severe neutropenia, thrombocytopenia, and hepatitis. The presence of antiplatelet and antineutrophil antibodies suggested that these...

2012
Pandare SUGATHAN André GRABOWSKI

Hypomelanosis of Ito (HI) is a rare neurocutaneous syndrome with characteristic whirled hypopigmented skin lesions and neurological manifestations. Less consistently, there may be non-neurological manifestations that include ophthalmic, musculoskeletal, craniofacial, cardiac, genitourinary, and gastrointestinal involvements. We report a case of HI, with typical skin lesions in association with ...

Scleromyxedema (SM), a rare progressive cutaneous mucinosis with a systemic involvement, presents with progressive dermal mucin depositions, causing skin thickening. In addition to the skin involvement and paraproteinemia, patients with SM also have other complications. The systems which are commonly involved include the gastrointestinal, musculoskeletal, pulmonary, cardiovascular, renal, and c...

2010
Serena Botto Poala Gianni Bisogno Raffaella Colombatti

Congenital hepatic fibrosis (CHF) is a rare autosomal recessive disease that primarily affects the hepatobiliary and renal systems. It is characterized by hepatic fibrosis, portal hypertension, and renal cystic disease. Firm or hard hepatomegaly is present nearly in all patients, often with a prominent left lobe, and this is usually one of the presenting signs. The haematological manifestations...

H syndrome is an autosomal recessive genodermatosis with reports dating back to the last decade. This syndrome is caused by mutations in the SCL29A3 gene. The clinical characteristics of this syndrome consist of dermatological manifestations, including hyperpigmented, hypertrichotic, and indurated patches and plaques. It affects various systems by causing heart anomalies, hepatosplenomegaly, hy...

Journal: :Annals of the rheumatic diseases 2004
G Haugeberg M Velken V Johnsen

R ecurrent oral and genital aphthous ulcerations are the hallmarks of Behçet’s disease. Up to now the various clinical manifestations in Behçet’s disease have been treated with limited success. Recently, clinical observations have reported dramatic responses on clinical signs and symptoms in patients treated with tumour necrosis factor a (TNFa) blocking drugs, including severe mucocutaneous, ga...

Journal: :Postgraduate medical journal 1977
J R Pitts A Cowley

Cases of non-African Burkitt lymphoma are rare, but the clinical manifestations of this and the African type are similar. The authors believe that this patient is the first described presenting with dysphagia without intrinsic gastrointestinal disease.

Journal: :South African journal of surgery. Suid-Afrikaanse tydskrif vir chirurgie 2009
N G Naidoo S J Beningfield

Descriptions of the numerous manifestations of human immunodeficiency virus (HIV) infection affecting almost every organ system have abounded in recent publications. Multiple radiological, clinical and postmortem reports have recorded the cerebral, pulmonary, cardiac, renal, rheumatological and gastrointestinal pathologies in HIV-infected individuals, ranging from the bizarre to the mundane. La...

Journal: :The Ulster Medical Journal 1995
D. G. Fogarty R. J. McFarland

Clinical manifestations of primary amyloidosis can be subtle, particularly when the gastrointestinal tract is involved. We present two cases that illustrate the diversity of such involvement and the subsequent problems with diagnosis. Gastrointestinal effects of primary systemic amyloidosis are reviewed and clinical pointers towards diagnosis are discussed. In particular these cases illustrate ...

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

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

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