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

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

科普文章

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

晚期乙肝都有哪些癥狀表現(xiàn)

發(fā)布時(shí)間:2020-09-1658539次瀏覽

乙肝指慢性乙型病毒性肝炎。慢性乙型病毒性肝炎是一種傳染性極強(qiáng)的疾病,它晚期癥狀表現(xiàn)有食欲不振、身體虛弱、激素異常、皮膚疾病。

1.食欲不振:晚期慢性乙型病毒性肝炎、肝硬化、肝癌患者常食欲不振,甚至厭食,進(jìn)食后常感到上腹不適、惡心、嘔吐,對(duì)脂肪和蛋白質(zhì)耐受性差,稍進(jìn)油膩肉食,極易引起腹瀉。

2.身體虛弱:晚期慢性乙型病毒性肝炎患者會(huì)比較衰弱,會(huì)出現(xiàn)臥床不起、皮膚干枯,面色幽暗無光澤,有不規(guī)則低熱,夜盲、浮腫等癥狀。

3.激素異常:晚期慢性乙型病毒性肝炎患者會(huì)出現(xiàn)雌激素增多,雄激素減少的情況。男性患者常有性欲減退、睪丸萎縮、毛發(fā)脫落及乳房發(fā)育等,女性有月經(jīng)失調(diào)、閉經(jīng)、不孕等。

4.皮膚疾?。和砥诼砸倚筒《拘愿窝谆颊叩陌Y狀會(huì)在皮膚上顯現(xiàn),比如出現(xiàn)毛細(xì)血管擴(kuò)張,有蜘蛛痣、肝掌等?;颊卟∏橐坏┏霈F(xiàn)這些情況時(shí),建議患者應(yīng)及時(shí)去正規(guī)的大型的專業(yè)的醫(yī)療機(jī)構(gòu)進(jìn)行科學(xué)的治療。

患者可以在醫(yī)生的指導(dǎo)下使用拉米夫定片、安絡(luò)化纖丸等藥物進(jìn)行治療,平時(shí)注意休息,避免過度勞累。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時(shí)長(zhǎng) '+ 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) +'
' +'
' +'
' +'' +'' +'語音時(shí)長(zhǎng) '+ 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 '' } } // 對(duì)Date的擴(kuò)展,將 Date 轉(zhuǎn)化為指定格式的String // 月(M)、日(d)、小時(shí)(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個(gè)占位符, // 年(y)可以用 1-4 個(gè)占位符,毫秒(S)只能用 1 個(gè)占位符(是 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(), //小時(shí) "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; } }