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

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

科普文章

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

腦膜瘤的癥狀及治療

發(fā)布時間:2018-04-1348442次瀏覽

腦膜瘤多屬良性,呈球形或結(jié)節(jié)狀,生長于腦實(shí)質(zhì)外,但常常嵌入大腦半球之內(nèi)。腦膜瘤的血運(yùn)極豐富,因?yàn)槟[瘤常接受頸外動脈、頸內(nèi)動脈或椎基底動脈等多來源的供血。這類腫瘤生長很緩慢,所以有時腫瘤長到很大仍可不出現(xiàn)癥狀。

什么原因引起腦膜瘤

從組織學(xué)特征分為內(nèi)皮細(xì)胞型、纖維型或纖維母細(xì)胞型、血管瘤型、化生型與惡性腦膜瘤五類。內(nèi)皮細(xì)胞型包含砂粒型腦膜瘤,瘤內(nèi)鈣化形成砂樣體為特征,X線平片可顯示腫瘤鈣化影像。腦膜瘤多屬良性,呈球形或結(jié)節(jié)狀,生長于腦實(shí)質(zhì)外,但常常嵌入大腦半球之內(nèi)。腦膜瘤多發(fā)部位為矢狀竇旁、大腦凸面及顱底。后者包括蝶骨嵴、嗅溝、鞍結(jié)節(jié)、橋腦小腦角等部位,生長于腦室內(nèi)者很少。腦膜瘤的血運(yùn)極豐富,因?yàn)槟[瘤常接受頸外動脈、頸內(nèi)動脈或椎基底動脈等多來源的供血。這類腫瘤生長很緩慢,所以有時腫瘤長到很大仍可不出現(xiàn)癥狀。

腦膜瘤有什么癥狀

臨床表現(xiàn)依據(jù)腫瘤部位而定。位于大腦半球者,常引起癲癇、偏癱及精神障礙。位于顱底者,常出現(xiàn)相應(yīng)部位顱神經(jīng)與腦部受累的癥狀。顱內(nèi)壓增高癥狀通常出現(xiàn)較晚。病人可因長期的慢性顱內(nèi)壓增高而致兩眼視力減退甚至失明。

腦膜瘤需要做哪些檢查

頭部CT檢查;X線平片可顯示腫瘤鈣化影像。

如何治療

爭取將腫瘤完全切除治愈。但腫瘤特別大或已累及重要的腦部中樞如丘腦下部、腦干以及將頸動脈、基底動脈,或顱神經(jīng)包繞在腫瘤之中者,手術(shù)有時困難。手術(shù)中應(yīng)特別注意止血和防止傷及重要的神經(jīng)與血管。良好的手術(shù)顯露對腦膜瘤切除成功十分重要。

' }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的擴(kuò)展,將 Date 轉(zhuǎn)化為指定格式的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; } }