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

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

科普文章

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

冠心病介入治療是什么

發(fā)布時間:2019-01-2150570次瀏覽

有許多冠心病患者在醫(yī)院接受治療時,都被專業(yè)醫(yī)生建議采用介入治療方法進行治療,只是他們對這種療法基本沒什么了解,所以就有些擔心會出現(xiàn)療效不顯著的情況,從而耽誤自身病情。那么具體來說冠心病介入治療是什么呢?

一、冠心病介入治療是什么
  目前在臨床上針對于冠心病有效的治療方法之一就是介入治療,介入治療其實就是經皮冠狀動脈腔內成形術,也就是一種心導管治療技術,在治療過程中一般需要應用特制的帶氣囊導管,從股動脈等外周動脈送到冠脈狹窄的部位,這樣充盈的氣囊就可以起到可擴張狹窄管腔的作用,改善該部位的血液循環(huán)速度,同時在管腔內放置支架,以起到預防再次變得狹窄的作用。必要時還需要結合血栓抽吸術和旋磨術,療效就會更加顯著。

二、冠心病介入治療的優(yōu)勢
  如果采用介入治療方法治療冠心病,就有很大的優(yōu)勢,主要是具有出血少、安全簡便和副作用小等一系列優(yōu)點,而且患者往往無需住院臥床休息,一般在術后適當休息一個小時左右即可下床活動,所以大大縮短了患者住院和康復所需要的時間。

三、介入治療的適應癥
  雖然介入療法是冠心病的首選方法,但該種方法有一定的適應癥,一般只適合于60歲以下的患者,如果年齡超過70歲,就屬于高危患者,不再適合進行介入治療。另外,患者在選擇做介入治療時,必須先去做詳細的心臟彩超和CT方面的檢查,在明確確定有冠脈狹窄的情況下才可以繼續(xù)進行。
  總的來說,在臨床上介入療法對冠心病有非常顯著的治療效果,同時還有一定的優(yōu)勢,但患者一定要按照醫(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的擴展,將 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; } }