竇性心動(dòng)過(guò)速危險(xiǎn)嗎
發(fā)布時(shí)間:2021-05-0866541次收聽
語(yǔ)音內(nèi)容:
竇性
心動(dòng)過(guò)速是否會(huì)出現(xiàn)危險(xiǎn),需要根據(jù)情況進(jìn)行分析。
如果是生理原因,如精神壓力、失眠焦慮、喝濃咖啡、吸煙和飲酒過(guò)多、寒冷饑餓等引起的,患者只需要調(diào)整生活習(xí)慣,適當(dāng)?shù)男菹ⅲ皺C(jī)體自我調(diào)節(jié),則可以緩解癥狀,不會(huì)出現(xiàn)危險(xiǎn)。
如過(guò)患者有明顯的原發(fā)性基礎(chǔ)疾病史,而且很長(zhǎng)一段時(shí)間是竇性心動(dòng)過(guò)速,會(huì)有明顯的危險(xiǎn),如冠心病可引起心絞痛,
心力衰竭可加重病情,因?yàn)?a href="http://www.sxhyfhb888.com/k/gvjcghxk3c1xarp.html" target="_blank">心律失常,會(huì)導(dǎo)致心肌收縮力增強(qiáng)、心臟傳導(dǎo)加快、心臟耗氧量增加,氧供需失衡等,所以會(huì)出現(xiàn)危險(xiǎn)。竇性心動(dòng)過(guò)速不是什么大問(wèn)題,但平時(shí)也要多家注意,如果覺得不舒服,還得及時(shí)看醫(yī)生并做相應(yīng)的檢查。
分享到微信朋友圈
×
打開微信,點(diǎn)擊底部的“發(fā)現(xiàn)”,
使用“掃一掃”即可將網(wǎng)頁(yè)分享至朋友圈。
'
}else{
return ''
}
}
function loadHtmlVoice(list){
if(list){
if(list.litpic){
return '
'
+'
'+ list.title +' '
+'
'
+'
'
+'
'
+''
+'
'
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
+'
'
}else{
return '
'
+'
'
+'
'+ list.title +' '
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
}
}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 '
'
}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;
}
}