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

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

科普文章

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

前列腺癌早期癥狀與癌腫發(fā)展

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

前列腺癌是一種較為常見的男性惡性腫瘤,早期癥狀的出現(xiàn)及其嚴(yán)重程度,取決于癌腫生長的速度和壓迫尿道的程度,初期可表現(xiàn)為排尿異常,隨癌腫慢慢增大可出現(xiàn)尿道壓迫相關(guān)癥狀,癌腫進(jìn)一步擴(kuò)大后,可發(fā)生尿潴留,一旦癌腫轉(zhuǎn)移,則面臨癌痛甚至截癱。

一、排尿異常

早期前列腺癌增大到一定程度后會(huì)壓迫尿道,表現(xiàn)出排尿異常的癥狀,這與前列腺環(huán)抱尿道有直接關(guān)系。

二、尿道壓迫

當(dāng)腫塊進(jìn)一步增大壓迫尿道后,患者會(huì)出現(xiàn)尿流變細(xì)、排尿不暢、尿程延長、排尿疼痛等癥狀,部分患者還可出現(xiàn)血尿。

三、尿潴留

如癌腫繼續(xù)增大,導(dǎo)致尿道受壓迫更為嚴(yán)重,可造成患者小便困難,長期如此就可能造成尿液在膀胱內(nèi)潴留,膀胱較平時(shí)充盈腫大。

四、癌痛

當(dāng)前列腺癌發(fā)生轉(zhuǎn)移,往往可出現(xiàn)癌痛,如經(jīng)骨骼轉(zhuǎn)移可出現(xiàn)腰背部疼痛,疼痛??上驎?huì)陰部及肛門周圍放射,甚至?xí)霈F(xiàn)截癱。

早期發(fā)現(xiàn)前列腺癌是保證疾病治療及預(yù)后的關(guān)鍵因素,一旦發(fā)現(xiàn)以上相關(guān)癥狀,應(yīng)及時(shí)去正規(guī)醫(yī)院進(jìn)行檢查治療。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時(shí)長 '+ 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í)長 '+ 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; } }