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

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

科普文章

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

腎癌的臨床表現(xiàn)

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

血尿、腫塊、腰痛腎癌的3大主要癥狀。但發(fā)現(xiàn)腎癌時(shí)無(wú)癥狀患者占40%,而三聯(lián)征同時(shí)出現(xiàn),只有大約15%的患者,而且當(dāng)這些癥狀都出現(xiàn)時(shí)疾病往往已經(jīng)到了晚期。也有1/3 的患者是以腎外表現(xiàn)為首發(fā)癥狀而發(fā)現(xiàn)了腎癌。

1.血尿

為最常見(jiàn)的癥狀。肉眼血尿或鏡下血尿,間隙性、無(wú)痛性肉眼血尿?yàn)槟I癌的特點(diǎn)。大多數(shù)病例血尿是因腫瘤侵入腎盂、腎盞而引起。

2.腰痛

側(cè)腹部隱痛,以持續(xù)性鈍痛為主,為腫瘤長(zhǎng)大后腎包膜張力增加或侵犯周圍組織而造成。當(dāng)腫瘤侵犯神經(jīng)或腰椎可造成嚴(yán)重疼痛。

3.腰部或上腹部腫塊

約有10%的患者腰部或上腹部可觸及腫塊,在消瘦患者或腫瘤位于腎下極時(shí),體檢常可查到。有時(shí)可為惟一的體征,腫塊質(zhì)硬,表面不光滑。若腫塊固定,表示腎周圍有浸潤(rùn),預(yù)后不佳。

4.腎外表現(xiàn)

(1)發(fā)熱,為腎癌常見(jiàn)的腎外表現(xiàn)之一,約有30%的患者出現(xiàn)低熱,少數(shù)患者可為高熱。(2)貧血 約1/3患者出現(xiàn)貧血,可由失血引起,亦可能與腫瘤毒素或大量腎組織破壞抑制了造血等因素有關(guān)。另外,約15%腎癌患者可出現(xiàn)可逆性肝功能失常,有10%~15%的患者出現(xiàn)腎性高血壓,有少量患者出現(xiàn)紅細(xì)胞增多癥、皮質(zhì)醇增多癥、高鈣血癥等。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

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

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' +'
' }else{ return '
' +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

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

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' } }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 '
' +'
' +'' +'問(wèn)' +''+ 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; } }