L127
Biggest Studies on Aspirin Show Risks Outweigh Benefits for Many People
Doctors have long recommended that people who have had a heart attack or stroke take a daily low-dose aspirin to help prevent further heart problems.
主题句:医生一直建议患有心脏病或中风的人每天服用低剂量的阿司匹林,以帮助预防进一步的心脏问题。
Now major research has tested whether aspirin can help prevent first-time heart problems. The results of three separate studies show it cannot.
现在主要的研究已经测试了阿司匹林是否能帮助预防首次心脏病。三项独立研究的结果表明,这是不可能的。
One study looked at more than 12,000 patients at moderate risk of heart problems because of other health issues, such as high blood pressure, high cholesterol or smoking. The results showed no benefit.
一项研究调查了近1万2千余名存在中度心脏病风险的患者,因如高血压、高胆固醇或吸烟等其他健康问题所致。调查结果显示(阿司匹林)并没有任何益处。
Doctor J. Michael Gaziano of Brigham and Women's Hospital suggests that is because those people already were taking other medications that lowered their risk.
布莱根妇女医院的j . Michael Gaziano医生认为,这是因为这些人已经在服用其他药物来降低他们的风险。
"Risk that a person has changes over time, and some of that change is due to some of the things that we do, like managing their risk factors and taking care of them when they develop symptoms," Gaziano said.
加齐亚诺称 :“ 一个人的风险会随着时间的推移而发生变化,其中一些变化是由于我们所做的一些事情造成的,比如管控他们的风险因素,并在他们出现症状时得来照顾他们。
Dr. Jane Armitage of the University of Oxford led another study of more than 15,000 adults with diabetes that found the benefits of aspirin were outweighed by a greater risk of serious bleeding.
牛津大学的Jane Armitage博士进行了另一项研究,对象为15000多名糖尿病成年患者,研究表明,阿司匹林产生的效用低于大出血的风险。
"We also saw almost a 30 percent increased risk in major bleeding," Armitage said. "So that was bleeding bad enough to get you into hospital. Mainly from the gut, or bleeding into the eye or the brain and if it was into the eye, it was bad enough to threaten your sight."
Armitage 说“我们同时还发现在大出血方面风险增加了30%,所以就会导致出血严重而送往医院。主要有直肠出血,或者涉及大脑和眼睛,这就会导致你的视力受损了。
Based on results of the studies, disclosed over the weekend at the European Society of Cardiology, doctors say aspirin best benefits patients who already have heart disease.
周末,根据欧洲心脏病学会公布的研究成果,医生们说阿司匹林对患有心脏病的患者最有好处。
L127的更多相关文章
- Linux下使用Magent+Memcached缓存服务器集群部署
1.编译安装libevent cd /root/soft_hhf/ wget http://cloud.github.com/downloads/libevent/libevent/libeven ...
- Redis 实践2-数据结构
alias redis-cli='/usr/local/redis/bin/redis-cli' vi .bashrc 编辑加入 alias redis-cli='/usr/local/redi ...
- [daily] 比端口转发更高级的ssh device tunnel转发
没有什么能够阻挡,你对自由的向往. 场景: 我有一台设备Server100,在某一个f复杂的内网里,需要多次ssh跳转可以访问到.但是它不能直接访问internet. 我现在需要在我的ssh路径上,搭 ...
- SVG2PNG(前台和后台将SVG转换为PNG)--amcharts导出png
在项目中用到了amcharts,amcharts图标统计插件是利用SVG实现的,其自带下载png功能,但是不支持IE以下浏览器.因此研究了SVG转换为png,最终实现的效果是将amcharts生成一张 ...
- 转:sock_ev——linux平台socket事件框架(uri地址的解析) .
在第一篇中,已经说明,传递的socket地址采取以下形式: [cpp] view plaincopyprint?stream://192.168.2.10:8080 dgram://192.168 ...
- 搭建本地虚拟服务器linux(CentOS 7)的python虚拟环境(Hyper-V演示)
新建虚拟机->安装CentOS7->新建虚拟交换机:内部网络->CentOS7设置->网络适配器:虚拟交换机:新建虚拟交换机->进入CentOS # cd /etc/sy ...
- 搭建Jupyter学习环境
`python notebook`是一个基于浏览器的python数据分析工具,使用起来非常方便,具有极强的交互方式和富文本的展示效果.jupyter是它的升级版,它的安装也非常方便,一般`Anacon ...
- Koa 中间件的执行
Node.js 中请求的处理 讨论 Koa 中间件前,先看原生 Node.js 中是如何创建 server 和处理请求的. node_server.js const http = require(&q ...
- UI5-技术篇-签字板
签字板应用是通过创建自定义控件实现的,相关代码如下: 1.HTML <!DOCTYPE HTML> <html> <head> <meta http-equi ...
随机推荐
- n个数里选出m个不重复的数
void change(int *p,int a,int b) { int tmp = *(p + a); *(p + a) = *(p + b); *(p + b) = tmp; } int mai ...
- 吴超老师课程--Hbase Shell
hbase提供了一个shell的终端给用户交互 名称 命令表达式 创建表 create '表名称', '列族名称1','列族名称2','列族名称N' 添加记录 put '表名称', '行名称', '列 ...
- url末尾的斜杠作用探秘
今天突然好奇,想区分www.abc.com/efg 和www.abc.com/efg/这两个网址的区别.即分析一下url末尾加个斜杠是否有特殊的效果. 找到网上的介绍: 当Web服务器接收到对某个末尾 ...
- 使用 getopt 处理命令行长参数
getopt命令并不是bash的内建命令,它是由util-linux包提供的外部命令. getopt 与 getopts 的区别 getopts 是 shell 内建命令, getopt 是一个独立外 ...
- gh-ost测试
gh-ost测试 1.不支持没有主键或者唯一索引的表 2018-08-24 09:53:33 FATAL No PRIMARY nor UNIQUE key found in table! Baili ...
- OpenGL核心技术之Gamma校正
笔者介绍:姜雪伟,IT公司技术合伙人,IT高级讲师,CSDN社区专家,特邀编辑,畅销书作者,国家专利发明人;已出版书籍:<手把手教你/2.2次幂.Gamma校正后的暗红色就会成为(0.5,0.0 ...
- JVM调优总结(一)
数据类型 Java虚拟机中,数据类型可以分为两类:基本类型和引用类型.基本类型的变量保存原始值,即:他代表的值就是数值本身:而引用类型的变量保存引用值.“引用值”代表了某个对象的引用,而不是对象本身, ...
- Spark 实现自定义对象sequenceFile方式存储,读写示例(scala编写)
package com.fuge.bigdata.datahub.analysis import java.io.{DataInput, DataOutput} import com.fuge.big ...
- zabbix通过snmp监控网络设备
首先需要在zabbix的server端或proxy端安装snmpd服务 安装: yum -y install net-snmp* 查看版本: [root@Check3 ~]# snmpd -v NET ...
- mysql——jdbc驱动下载&连接mysql例子
mysql-connector-java-5.1.46.zip[解压后里面jar文件就是所需要的] https://dev.mysql.com/get/Downloads/Connector-J/my ...