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

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

科普文章

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

急性中耳炎康復(fù)注意什么

發(fā)布時(shí)間:2020-08-2854969次瀏覽

在急性中耳炎康復(fù)過程中,有一些事項(xiàng)需要注意,以免方法不當(dāng)使疾病復(fù)發(fā)或加重。

1. 患者應(yīng)按時(shí)服藥和更換外用藥,換藥器具應(yīng)仔細(xì)消毒。換藥時(shí)患者需將頭歪向一側(cè)肩部或側(cè)臥,牽引耳廓,成人的耳廓應(yīng)向后上方牽引,兒童則向后下方牽引,然后滴入藥液。

2.患者除在醫(yī)生的指導(dǎo)下服用抗菌藥物外,還應(yīng)用3%的雙氧水將耳道內(nèi)的膿液洗干凈,然后再用相應(yīng)的滴耳液向耳道內(nèi)滴入4-5滴。

3.患者在初期高熱時(shí),要多喝白開水。保持外耳道干凈,但擦拭時(shí)不要太用力。睡覺時(shí)患耳不能受到壓迫。

4.日常堅(jiān)持鍛煉身體,提高抵抗疾病的能力,積極防治上呼吸道感染。不能使用硬物掏耳,以免鼓膜受損。有陳舊性鼓膜穿孔或鼓室置管的患者暫不能游泳

5.患者或給患病兒哺乳的媽媽都應(yīng)禁食辛辣刺激和酒類,以免加重病情。

6.冬天用滴耳液時(shí)應(yīng)適當(dāng)加溫,溫度應(yīng)與體溫接近,可以在滴藥前10分鐘,將藥貼身放在衣服口袋里,用體溫溫暖它。

7.如病患是小兒,媽媽在哺乳時(shí)應(yīng)調(diào)整體位,讓孩子頭高腳低,不要臥位吃奶。給孩子滴耳藥后,用手指輕輕按壓其耳道附近的軟骨,幫助液充分接觸發(fā)炎的鼓膜。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時(shí)長 '+ 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) +'
' +'
' +'
' +'' +'' +'語音時(shí)長 '+ 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 '' } } // 對(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; } }