L132
Major Opioid Maker to Pay for Overdose-Antidote Development
A company whose prescription opioid marketing practices are being blamed for sparking the addiction and overdose crisis says it's helping to fund an effort to make a lower-cost overdose antidote.
OxyContin maker Purdue Pharma announced Wednesday that it's making a $3.4 million grant to Harm Reduction Therapeutics, a Pittsburgh-based nonprofit, to help develop a low-cost naloxone nasal spray.
The announcement comes as lawsuits from local governments blaming Purdue, based in Stamford, Connecticut, and other companies in the drug industry for using deceptive marketing practices to encourage heavy prescribing of the powerful and addictive painkillers. Last week, the number of lawsuits against the industry being overseen by a federal judge topped 1,000.
The Cleveland-based judge, Dan Polster, is pushing the industry to settle with the plaintiffs — mostly local governments and Native American tribes — and with state governments, most of which have sued in state court or are conducting a joint investigation. Hundreds of other local governments are also suing in state courts across the country.
The sides have had regular settlement discussions, but it's not clear when a deal might be struck in the case, which is complicated by the number of parties and questions on how to assign blame.
The U.S. Centers for Disease Control and Prevention reported that drug overdoses killed a record 72,000 Americans last year. The majority of the deaths involved opioids. But a growing number of them are from illicit synthetic drugs, including fentanyl, rather than prescription opioids such as OxyContin or Vicodin.
Governments are asking for changes in how opioids are marketed, and for help paying for treatment and the costs of ambulance runs, child welfare systems, jails and other expenses associated with the opioid crisis.
Polster is expected to rule in coming weeks on motions from drugmakers, distributors and pharmacies to dismiss thee claims. Trials in some of the cases — being used to test issues common to many of them — are now scheduled to begin in September 2019.
Purdue agreed to pay $634 million in fines back in 2007 to settle charges that the company downplayed the risk of addiction and abuse of its blockbuster painkiller OxyContin starting in the 1990s.
L132的更多相关文章
- 细化如何安装LNMP + Zabbix 监控安装文档以及故障排除
1.LNMP所需安装包: 上传如下软件包到/soft目录中 mysql- (centos6. 64位自带)也可根据版本自行挑选,前提你了解这个版本 pcre-8.36.tar.gz nginx-.ta ...
- dmalloc 原文 翻译整理
http://blog.csdn.net/cardinal_508/article/details/5553387 L13 从快速入门开始(Quickstart) 这个库是一个文件中所有简化用法中最常 ...
- WPF控件NumericUpDown (转)
WPF控件NumericUpDown示例 (转载请注明出处) 工具:Expression Blend 2 + Visual Studio 2008 语言:C# 框架:.Net Framework 3. ...
- C语言程序设计(十三) 文件操作
第十三章 文件操作 文本文件:将数值型数据的每一位数字作为一个字符以其ASCII码的形式存储(每一位数字都单独占用一个字节的存储空间) 二进制文件:数据值是以二进制形式存储的 文本文件可以方便地被其他 ...
随机推荐
- 枢轴点(Pivot Point)系统
Pivot Point是日内交易方法,非常简单实用,是一套非常“单纯”的阻力支持体系,大概是10年前一个做期货的高手发明的方法,至今已经广泛的用在股票.期货.国债.指数等高成交量的商品上.经典的Piv ...
- PAT 1071 Speech Patterns[一般]
1071 Speech Patterns (25 分) People often have a preference among synonyms of the same word. For exam ...
- VS2013 IIS Express 无法显示站点目录列表
VS2013 默认使用IIS Express作为虚拟服务器,或许出于与安全考虑该版本的IIS Express默认关闭站点目录列表显示的功能,访问时会出现以下错误: 为了方便起见,我使用了全局设 ...
- maven项目,去除jar包中的不想要的依赖关系
解释:就是说项目中要用到某一个a.jar包,通过maven引入了之后,也自动的导入了该jar包所依赖的包,这里就会存在一个问题,如果a.jar包依赖b.jar这个项目的1.0版本,可是我的项目中已经有 ...
- APP测试的要点
APP测试要点 功能性 UI界面 安装与卸载 升级 登录测试 离线测试 安全性测试 兼容性(操作系统,屏幕尺寸,分辨率,厂家) 消息推送 前后台切换 网络环境(wifi/2G/3G/4G/无网) 异常 ...
- Python3.x:判断字符串是否为全数字、英文、大写、小写、空白字符
Python3.x:判断字符串是否为全数字.英文.大写.小写.空白字符 判断接字符串是否为数字: str = raw_input("please input the number:" ...
- Django如何把数据库里的html格式输出到前端
只需在HTML页面中加入{% autoescape off %}即可! {% autoescape off %} 需要显示的数据 (% endautoescap %}
- 20145219 《Java程序设计》第10周学习总结
20145219 <Java程序设计>第10周学习总结 教材学习内容总结 Java的网络编程 网络编程 网络编程就是在两个或两个以上的设备(例如计算机)之间传输数据. 网络概述 1.计算机 ...
- 批处理文件 bat 的入门命令
1. echo on和echo off echo on表示打开回显,echo off表示关闭回显,何为回显?打开回显就是执行命令时会把命令显示出来,关闭回显反之. 2.echo [message] 这 ...
- 配置nginx,Tomcat日志记录请求耗时
由于公司的业务比较特殊,对速度比较在意,客户最近反应我们的平台时间比较久,处理一个请求十秒左右才返回,领导要求找出原因,我想让nginx日志记录请求处理用了多长时间,后端处理用了多长时间,总共用了多长 ...