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

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

科普文章

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

支氣管擴張食療偏方

發(fā)布時間:2020-12-1027704次瀏覽

支氣管擴張是指一支或多支近端支氣管和中等大小支氣管管壁組織破壞造成不可逆性擴張,對于一些患有支氣管擴張的患者來說,如何對支氣管擴張進行護理是很關(guān)鍵的,飲食方面也有一定的講究,那么支氣管擴張食療偏方有哪些,我們來了解一下。

1、燕窩

具有養(yǎng)肺陰、潤肺燥之功效。支氣管擴張患者出現(xiàn)陰虛燥咳咯血者最為適宜食用?;蛑笾啵驘郎?,或加冰糖蒸食均可。

2、冬瓜子:

具有鎮(zhèn)咳、祛痰之功效,支氣管擴張之人痰熱咳嗽者適宜用冬瓜子仁15克,加冰糖適量搗爛研細,每日2次,開水沖服。

3、荷葉:

具有止咳血之功效,適宜支氣管擴張之人咳嗽咯血者煎水代茶飲,或用干荷葉研為末,每日3次,每次5~6克,米湯送服。

4、山藥:

具有補肺潤肺、化痰之功效,可作為支氣管擴張患者常食蔬菜,煨湯做菜均宜。

5、蘆根:

其性寒,味甘,具有清肺熱之功效?!夺t(yī)學衷中參西錄》亦云:"其性涼能清肺熱,中空能理肺氣,而又味甘多液,更善滋養(yǎng)肺陰。"支氣管擴張之人適宜經(jīng)常選用鮮蘆根150~250克煎水代茶。

6、慈姑:

明代李時珍認為慈姑"苦甘,微寒"?!兜崮媳静荨愤€說它能"止咳嗽,痰中帶血或咳血",并介紹了用生慈姑數(shù)枚,搗爛后同蜂蜜拌勻,飯上蒸熟,趁熱服食以治肺虛咳血的方法。因此,支氣管擴張患者適宜食用慈姑

7、藕節(jié):

具有止血之功效?!侗静菥V目》云:"能止咳血。"也能止吐血,支氣管擴張咯血者宜用藕節(jié)5~10個煎水喝。

8、紫菜:

其性寒,味甘成,具有清肺熱、化膿痰之功效,故對支氣管擴張患者中咳吐黃膿痰者尤宜。

患者在飲食上要特別注意,應(yīng)以清淡食物為主,在日常生活中要及時補充足夠的水分。由于每個支氣管擴張患者的特點不同,在飲食上也是有不同之處的,選取適合自己的食物進行調(diào)養(yǎng)。注意休息,緩解期可作呼吸操和適當?shù)娜眢w育鍛煉。

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