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

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

科普文章

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

什么是宮頸癌前病變

發(fā)布時(shí)間:2019-05-1653109次瀏覽

一般情況下,宮頸癌前病變是指具有癌變潛能的子宮頸鱗狀上皮內(nèi)病變,可能與持續(xù)感染人乳頭瘤病毒有關(guān),患者有出現(xiàn)宮頸癌的風(fēng)險(xiǎn),需要及時(shí)就醫(yī)。具體分析如下:

子宮頸鱗狀上皮內(nèi)病變具有癌變潛能通常就是宮頸癌前病變。過早地進(jìn)行性生活,以及在性生活當(dāng)中擁有多個(gè)伴侶,很容易會(huì)導(dǎo)致宮頸癌前病變的出現(xiàn)。并且在月經(jīng)期間,需要極其注意個(gè)人衛(wèi)生。不多加注意衛(wèi)生,容易導(dǎo)致經(jīng)期的延長(zhǎng),細(xì)菌的入侵,早婚早孕,也容易導(dǎo)致宮頸癌前病變持續(xù)發(fā)展。宮頸癌前病變的癥狀包括分泌物增加、陰道不規(guī)則流血等。建議及時(shí)在醫(yī)生的指導(dǎo)下通過宮頸錐切術(shù)、根治性子宮切除術(shù)等進(jìn)行治療。

宮頸癌前病變患者應(yīng)定期復(fù)查,觀察疾病進(jìn)展情況及治療效果。平時(shí)要合理安排飲食,保證一日三餐營(yíng)養(yǎng)均衡。

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