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

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

科普文章

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

腸胃炎出現(xiàn)癥狀怎么治療

發(fā)布時間:2022-06-242374次瀏覽

腸胃炎的正確說法為胃腸炎,胃腸炎出現(xiàn)癥狀,需對癥治療,嘔吐明顯者要用止吐藥和解痙藥,腹瀉嚴重者需應用止瀉藥,此外也要對因治療。

胃腸炎出現(xiàn)癥狀后,需要進行對癥治療。比如有明顯的嘔吐現(xiàn)象,需要應用止吐藥物以及解痙藥物,如多潘立酮片、硫酸阿托品片、顛茄片等;若出現(xiàn)明顯的腹瀉現(xiàn)象,則要對癥使用止瀉的藥物,可選擇蒙脫石散、楓蓼腸胃康膠囊、腸炎寧口服液等。這個期間需要注意補水,防止嘔吐和腹瀉造成脫水現(xiàn)象,必要時可以口服補液鹽或者靜脈補液,維持水電解質平衡。

胃腸炎還需要治療,若是細菌感染所致,應在醫(yī)師指導下合理應用抗生素類藥物,如喹諾酮類抗生素、青霉素類抗生素等,常見的是左氧氟沙星膠囊、諾氟沙星片以及阿莫西林膠囊等。可以進行大便培養(yǎng)檢查,根據(jù)大便培養(yǎng)的結果選擇敏感的抗生素,以便獲得更好的治療效果。感染控制之后需要減量或者停用,避免產(chǎn)生副作用。

' }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的擴展,將 Date 轉化為指定格式的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; } }