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

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

科普文章

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

腮腺混合瘤如何康復(fù)

發(fā)布時間:2020-06-1854298次瀏覽

腮腺混合瘤術(shù)后要保持創(chuàng)口清潔干燥,觀察呼吸情況,還要合理搭配日常飲食。腮腺混合瘤手術(shù)容易給患者帶來心理負(fù)擔(dān),術(shù)后需要進(jìn)行心理護(hù)理,促進(jìn)病情康復(fù)。
  1、術(shù)后護(hù)理
  腮腺混合瘤手術(shù)后護(hù)理工作是病情康復(fù)關(guān)鍵,首先要好好護(hù)理創(chuàng)口,除了及時換藥外,還要保持創(chuàng)口干燥清潔。注意觀察患者呼吸情況,若是出現(xiàn)呼吸困難問題,要及時進(jìn)行吸氧治療。飲食方面也要多加注意,剛做完手術(shù)要吃些流質(zhì)或半流質(zhì)食物,術(shù)后三天可以吃比較軟食物,食物要清淡,不能太刺激,尤其不能吃會刺激唾液分泌的食物。
  2、心理護(hù)理
  腮腺混合瘤術(shù)后容易產(chǎn)生面部瘢痕,也有可能形成面癱,從而影響外在美觀,給患者造成巨大心理負(fù)擔(dān),使其產(chǎn)生恐懼和焦慮等情緒,所以術(shù)后心理康復(fù)重要。醫(yī)生和家人都要勸解患者,幫助他們減輕心理負(fù)擔(dān),必要時可以咨詢心理醫(yī)生。

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