五月天黄色网址,国内久久精品,偷拍亚洲欧美,亚洲精品视频在线看

博禾醫(yī)生官網(wǎng)

科普文章

查疾病 找醫(yī)生 找醫(yī)院

怎么治療黃疸肝炎

發(fā)布時間:2020-12-1025738次瀏覽

黃疸型肝炎是一種由肝炎病毒引起的消化道傳染性病,屬于急性病毒性肝炎,如果不及時進行乙肝抗病毒治療和遏制的話極易導(dǎo)致病情慢性化,嚴(yán)重時將威脅患者的生命安全,此外黃疸型肝炎急性期還具有極強的傳染性,極易將病毒傳染給其他人,因而黃疸型肝炎應(yīng)盡快治療,下面就為大家介紹一下怎么治療黃疸肝炎。

黃疸型肝炎如何治療

肝病專家表示,臨床上對于出現(xiàn)黃疸型肝炎的癥狀表現(xiàn)的患者,如食欲減退、乏力、惡心嘔吐、肝區(qū)脹痛、腹脹、腹瀉等,一定要積極到正規(guī)醫(yī)院查明是哪種肝炎病毒導(dǎo)致的肝損傷,再進行對癥治療,主要體現(xiàn)在以下幾種方法:

1、引流:十二指腸引流,通過利膽排出毒素,有加速黃疸消退的作用。

2、中醫(yī)中藥:茵陳蒿湯或茵陳五苓散加減對黃疸型肝炎有良好效果。方劑中加入利膽、消炎、清熱解毒藥物,可以加速黃疸消退。

3、水沖擊治療方法:黃疸型病毒性肝炎患者體內(nèi)往往有水的代謝失調(diào),組織內(nèi)有水分潴留現(xiàn)象。在治療過程中使水分充分排出,同時讓病人另飲水,或輸給較大劑量維生素C的葡萄糖液,以移換排出的水分。如此反復(fù)施行,可沖洗瘀積在肝內(nèi)、血液內(nèi)及組織內(nèi)的膽紅質(zhì),使之由尿排出,從而縮短黃疸期。

4、對膽小管型肝炎,可以應(yīng)用腎上腺皮質(zhì)激素。

5、對乙型肝炎,可以通過乙肝病毒變異耐藥檢測找準(zhǔn)對癥的藥物再進行治療。

黃疸型肝炎治療必須采取“個體化”的治療方案,要具體情況具體分析!肝病專家提醒患者,黃疸型病毒性肝炎患者一定要到國家正規(guī)的肝病醫(yī)院進行治療!

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時長 '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽' +'

' +'
' +'
' +'
' +'
' }else{ return '
' +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時長 '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽' +'

' +'
' +'
' +'
' } }else{ return '' } } function loadHtmlArticle(list){ if(list){ return '
' + (list.litpic ? '' : '') +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'' +'
' +'
' }else{ return '' } } function loadHtmlAsk(list){ if(list){ return '
' +'
' +'' +'' +''+ list.title +' ' +'' +'
' +'
'+ list.content +'
' +'
' +'' +'
' +'
' }else{ return '' } } // 對Date的擴展,將 Date 轉(zhuǎn)化為指定格式的String // 月(M)、日(d)、小時(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個占位符, // 年(y)可以用 1-4 個占位符,毫秒(S)只能用 1 個占位符(是 1-3 位的數(shù)字) // 例子: // date_format("yyyy-MM-dd HH:mm:ss.S") ==> 2006-07-02 08:09:04.423 // date_format("yyyy-M-d H:m:s.S") ==> 2006-7-2 8:9:4.18 function date_format(time, fmt) { //author: meizz time = new Date(parseInt(time)*1000) var o = { "M+" : time.getMonth()+1, //月份 "d+" : time.getDate(), //日 "h+" : time.getHours(), //小時 "m+" : time.getMinutes(), //分 "s+" : time.getSeconds(), //秒 "q+" : Math.floor((time.getMonth()+3)/3), //季度 "S" : time.getMilliseconds() //毫秒 }; if(/(y+)/.test(fmt)) fmt=fmt.replace(RegExp.$1, (time.getFullYear()+"").substr(4 - RegExp.$1.length)); for(var k in o){ if(new RegExp("("+ k +")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length==1) ? (o[k]) : (("00"+ o[k]).substr((""+ o[k]).length))); } return fmt; } function timeFt(m,s){ if(m){ return m + ':' + s; }else{ return s; } } function dataFilter(data, str){ str = str || ''; if(data){ return data; }else{ return str; } }