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

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

科普文章

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

氣胸好了還會(huì)胸悶嗎

發(fā)布時(shí)間:2019-02-2258129次瀏覽

氣胸的癥狀就是突然出現(xiàn)突發(fā)性胸痛,然后接連著就會(huì)有胸悶和呼吸困難,還有嗯伴隨著刺激性咳嗽。一些老年人如果患有氣胸,就會(huì)有明顯的呼吸困難,稍有不慎甚至?xí)C(jī)人的生命安全。所以將氣胸治好,是必須的。那么,氣胸好了還會(huì)胸悶嗎?

1.氣胸的癥狀
  氣胸的常見癥狀是胸悶,氣短,還會(huì)有刺激性咳嗽??傊加袣庑?,嚴(yán)重的影響著我們的生活和工作,所以很多人都會(huì)通過手術(shù)將它治愈。當(dāng)氣胸治愈之后,就不會(huì)再出現(xiàn)胸悶,氣短的現(xiàn)狀??墒?,氣胸是有復(fù)發(fā)性的,所以,氣胸好了之后還是會(huì)有胸悶的感覺。

2.氣胸的復(fù)發(fā)
  胸悶的情況可能是,胸膜有炎癥連結(jié),或者是不良的生活飲食習(xí)慣造成的。不過如果是曾經(jīng)患有氣胸的患者,氣胸的癥狀復(fù)發(fā)之后,也是會(huì)出現(xiàn)胸痛胸悶的情況。所以,氣胸痊愈之后,同樣不可以打亂生活規(guī)律,采用不健康的飲食方式。這樣只會(huì)讓氣胸的情況得不到好轉(zhuǎn),痊愈之后還會(huì)復(fù)發(fā)。氣胸本身就具有復(fù)發(fā)性,因此,即使癥狀沒了也要多多注意,以免碰到誘發(fā)因素而引起復(fù)發(fā)。

3.氣胸痊愈后的注意事項(xiàng)
  氣胸的病情雖然需要靠手術(shù)治療進(jìn)行緩解,可是平常的生活習(xí)慣也和氣胸的情況分不開。對(duì)于有過氣胸的朋友來說,再痊愈之后,依然需要防止用力過度,高聲呼喊,用力排便等等行為。還要注意防止呼吸道感染,如果沒有做好以上這些,那么氣胸很容易復(fù)發(fā)。胸悶的癥狀也會(huì)隨之而來。

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