胃癌可以做微創(chuàng)手術(shù)嗎
發(fā)布時間:2020-02-0360672次瀏覽
微創(chuàng)手術(shù)是現(xiàn)在非常常用的一種手術(shù)方式,但并不是所有的胃癌患者都適合進(jìn)行微創(chuàng)手術(shù)。若患者屬于早期胃癌,發(fā)生腹膜種植的幾率偏低,可推薦微創(chuàng)手術(shù);若患者處于進(jìn)展期,胃癌已經(jīng)穿透到胃壁外,或出現(xiàn)周圍臟器侵犯的情況,做腹腔鏡手術(shù)反而會降低病人的生存率,所以不是特別提倡進(jìn)行微創(chuàng)手術(shù)。
現(xiàn)在微創(chuàng)手術(shù)在治療胃癌方面的技術(shù)已經(jīng)非常成熟了,但是還有很多人會存在一定的疑惑,會懷疑腫瘤可以切干凈,沒有殘留,生存可以達(dá)到和開放手術(shù)相同的效果。用于胃癌的腹腔鏡手術(shù)技術(shù)始于20世紀(jì)90年代初,首次由日本學(xué)者經(jīng)過多年實(shí)踐,其安全性、根治性、短期和長期的效果相同或優(yōu)于開腹手術(shù)和開放手術(shù)的影響。
微創(chuàng)手術(shù)相較于傳統(tǒng)手術(shù)來說具有很多優(yōu)點(diǎn),比如出血少,損傷小,術(shù)后疤痕小、痛苦少、胃腸功能恢復(fù)快、小、并發(fā)癥少的免疫效果,不增加復(fù)發(fā)率,無需手術(shù),尤其是老年糖尿病患者更安全可靠。對于有腹腔鏡手術(shù)適應(yīng)癥的胃癌患者,應(yīng)選擇有豐富經(jīng)驗(yàn)的腹腔鏡手術(shù)醫(yī)生和醫(yī)院,提高技術(shù)和設(shè)備,保證治療質(zhì)量。
'
}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;
}
}