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

博禾醫(yī)生官網

科普文章

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

乙肝的形態(tài)與結構

發(fā)布時間:2020-11-2064285次瀏覽

乙肝五項檢查也就是人們常說的“乙肝兩對半”檢查,其中包括HBsAg-乙肝病毒表面抗原、HBsAb-乙肝病毒表面抗體、HBeAg-乙肝病毒e抗原、HBeAb-乙肝病毒e抗體、HBcAb-乙肝病毒核心抗體,下面介紹乙肝的形態(tài)與結構。

乙肝的形態(tài)與結構

1.大球形顆粒是有感染性的乙肝完整顆粒,呈球形,直徑為42nm,具有雙層衣殼。其外衣殼相當于一般病毒的包膜,由脂質雙層與蛋白質組成,HBV的表面抗原(HBsAg及少量PreS1,PreS2)即鑲嵌于此脂質雙層中。用去垢劑去除病毒的外衣殼,可暴露一電子密度較大的核心結構,其表面為病毒的內衣殼,是HBV核心抗原(HBcAg)。在酶或去垢劑作用后,可暴露出e抗原(HBeAg)。HBeAg可自肝細胞分泌而存在于血清中,而HBcAg則僅存在于感染的肝細胞核內,一般不存在于血循環(huán)中。HBV大球形顆粒的內部含有病毒的DNA和DNA多聚酶。

2.小球形顆粒直徑為22nm,成分為HBsAg,一般很少含PreS1或PreS2抗原。這種不含病毒核酸DNA及DNA多聚酶的小球形顆粒,大量存在于血流中,它是由HBV感染肝細胞時產生的過剩的病毒衣殼裝配而成的。

3.管形顆粒成分與小球形顆粒相同,長100~500nm,直徑22nm,亦存在于血流中。這種顆粒是由小球形顆?!按?lián)而成”,內無核酸,具有與HBsAg相同的抗原性。

' }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 轉化為指定格式的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; } }