乳腺纖維腺瘤用什么藥
發(fā)布時間:2020-06-1757997次瀏覽
乳腺纖維腺瘤藥物治療療效優(yōu)先,主要以手術(shù)治療為主,可通過傳統(tǒng)手術(shù)、微創(chuàng)旋切術(shù)、微波射頻消融術(shù)予以治療。
1、傳統(tǒng)手術(shù)
傳統(tǒng)手術(shù)即切開法手術(shù),是最為直觀的一種手術(shù)方法。在局部麻醉下,在纖維腺瘤皮膚表面做一個小切口,將整個腺瘤完全切除。該種方法主要適合于纖維腺瘤體積較大者。
2、微創(chuàng)旋切術(shù)
微創(chuàng)全切術(shù)是在乳房表面切開一個大約5mm左右切口,通過超聲波,將旋切刀刺入腺體,通過通過負(fù)壓吸引等方式將整個腺體完全切除,術(shù)后對局部進(jìn)行壓迫止血、加壓包扎。
3、微波射頻消融術(shù)
該種手術(shù)方法適合多發(fā)性乳房纖維腺瘤。在超聲波引導(dǎo)下確定腺瘤具體位置后,消融針經(jīng)過皮穿刺直接到達(dá)病灶,利用微波產(chǎn)生高溫,促使纖維腺瘤細(xì)胞壞死而達(dá)到治療目的。
'
}else{
return ''
}
}
function loadHtmlVoice(list){
if(list){
if(list.litpic){
return '
'
+'
'+ list.title +' '
+'
'
+'
'
+'
'
+''
+'
'
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
+'
'
}else{
return '
'
+'
'
+'
'+ list.title +' '
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
}
}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 '
'
}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;
}
}