نتایج جستجو برای: acute viral hepatitis

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

2015
Emmanuel Thomas Masato Yoneda Eugene R. Schiff

Viral hepatitis is a significant disease afflicting hundreds of millions of people. Hepatitiscausing viruses initiate significant morbidity and mortality by establishing both acute and chronic infections, and several of these viruses are specifically associated with the development of hepatocellular carcinoma (HCC). Consequently, intense research efforts are focused on increasing our understand...

2014
Feng-Cai Zhu Shou-Jie Huang Ting Wu Xue-Feng Zhang Zhong-Ze Wang Xing Ai Qiang Yan Chang-Lin Yang Jia-Ping Cai Han-Min Jiang Yi-Jun Wang Mun-Hon Ng Jun Zhang Ning-Shao Xia

BACKGROUND Hepatitis E is caused by two viral genotype groups: human types and zoonotic types. Current understanding of the epidemiology of the zoonotic hepatitis E disease is founded largely on hospital-based studies. METHODS The epidemiology of hepatitis E was investigated in a community-based surveillance study conducted over one year in a rural city in eastern China with a registered popu...

2016
Pei-Lun Kuo Kun-Chang Lin Pei-Ling Tang Chin-Chang Cheng Wei-Chun Huang Cheng-Hung Chiang Hsiao-Chin Lin Tzu-Jung Chuang Shue-Ren Wann Guang-Yuan Mar Jin-Shiung Cheng Chun-Peng Liu Giovanni Tarantino.

Although a possible association between hepatitis B and cardiovascular disease has been identified, the impact of viral hepatitis B on long-term prognosis after an acute myocardial infarction (AMI) is uncertain. Therefore, the aim of our study was to evaluate the specific impact of viral hepatitis B on survival after a first AMI through a retrospective analysis of data from the Taiwan National ...

Journal: :The Brazilian journal of infectious diseases : an official publication of the Brazilian Society of Infectious Diseases 2013
Anita Chakravarti Mayank S Chauhan Gaurav Dogra Sayantan Banerjee

Hepatitis C virus infects over 15 million patients from India and 2.86 million from Brazil. Detection of anti-hepatitis C virus antibodies has limited sensitivity during acute phase: the pre-seroconversion window period. Hepatitis C virus-RNA detection techniques are used to overcome this shortfall, but are costly and unavailable widely in developing countries. Estimation of hepatitis C virus c...

2016
Debajit Dey Manidipa Banerjee

Viral hepatitis remains a significant worldwide threat, in spite of the availability of several successful therapeutic and vaccination strategies. Complications associated with acute and chronic infections, such as liver failure, cirrhosis and hepatocellular carcinoma, are the cause of considerable morbidity and mortality. Given the significant burden on the healthcare system caused by viral he...

2011
Sook-Hyang Jeong

Hepatitis E virus (HEV) is an emerging pathogen associated with acute viral hepatitis, and HEV is becoming increasingly recognized. Approximately 2% of acute viral hepatitis is caused by HEV, and 18 cases of hepatitis E have been reported in Korea. Of these cases, only two have involved a history of travel from India, which suggests that they were imported cases. The remaining reported cases in...

Journal: :Gut 2005
B Mundt T Wirth L Zender M Waltemathe C Trautwein M P Manns F Kühnel S Kubicka

BACKGROUND AND AIMS Tumour necrosis factor related apoptosis inducing ligand (TRAIL) induces apoptosis in transformed cells and is considered as an agent for cancer therapy. As there is evidence that TRAIL is also essential for apoptosis in animal models of liver injury, we investigated the role of TRAIL in viral hepatitis and after alcohol consumption. METHODS Expression of TRAIL was determi...

Journal: :The American journal of surgical pathology 1995
O Pappo H Ramos T E Starzl J J Fung A J Demetris

The clinicopathologic features of liver allograft dysfunction occurring in 51 symptomatic recipients after more than 5 years' survival (mean 7.1 years) with the same hepatic allograft were compared with those of a similar group of 14 asymptomatic patients (mean survival, 9.9 years) who underwent a nonclinically indicated protocol liver biopsy evaluation. Predictably, patients who had clinically...

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

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

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