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

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

科普文章

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

哪些患者適合熱灌注化療

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

哪些患者適合熱灌注化療

適應(yīng)證有:

(1)呼吸系統(tǒng):肺癌、癌性胸腔積液

(2)消化系統(tǒng):食管癌、胃癌、胰腺癌、肝癌、膽囊(管)癌、腸癌(結(jié)腸、直腸)、癌性腹腔積液。

(3)泌尿生殖系統(tǒng):膀胱癌、前列腺癌卵巢癌、宮頸癌。

(4)淋巴系統(tǒng):惡性淋巴瘤

(5)其它:乳腺癌、各種肉瘤以及胸腔、縱隔、腹腔、盆腔和四肢的原發(fā)與轉(zhuǎn)移的腫瘤、甲狀腺癌。

熱灌注化療為什么對(duì)腫瘤治療有好處?

熱灌注化療機(jī)理:

(1)高溫(42~43℃)引起細(xì)胞損傷。腫瘤組織對(duì)熱較正常組織敏感, 加熱對(duì)癌細(xì)胞有直接的毒性殺傷作用, 42℃以上溫度維持 50~60min對(duì)惡性腫瘤有明顯的滅活效果。

(2)提高局部腫瘤組織的藥物濃度,高濃度的化療藥能克服腫瘤細(xì)胞的耐藥性,從而更好地發(fā)揮抗癌作用。

(3)加熱能提高腫瘤細(xì)胞對(duì)某些化療藥物的敏感性,同時(shí)細(xì)胞的滲透性增強(qiáng),腫瘤細(xì)胞微環(huán)境和藥代動(dòng)力學(xué)的改變,強(qiáng)化了抗癌藥的作用。溫?zé)嵋后w可以增加抗癌藥物的滲透性, 直接滲透深度可達(dá)5mm,能增強(qiáng)化療藥物的細(xì)胞毒性作用, 誘導(dǎo)腫瘤細(xì)胞凋亡, 同時(shí)還可預(yù)防腫瘤復(fù)發(fā), 提高患者生存率。

(4)加熱和化療聯(lián)合應(yīng)用對(duì)癌細(xì)胞的殺傷作用較單純熱療和單純化療作用明顯增強(qiáng)。

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