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码的形式存储(每一位数字都单独占用一个字节的存储空间) 二进制文件:数据值是以二进制形式存储的 文本文件可以方便地被其他 ...
随机推荐
- Redis七(发布订阅)
发布与订阅(pub/sub) 介绍 Redis 通过 PUBLISH . SUBSCRIBE 等命令实现了订阅与发布模式, 这个功能提供两种信息机制, 分别是订阅/发布到频道和订阅/发布到模式 订阅者 ...
- python编码总结
关于ASCII码和Unicode码的来源 计算机只能处理数字,如果要处理文本,需要先将文本转换成数字.早期计算机采用8bit作为一个字节(byte).所以一个字节最大为255(二进制11111111= ...
- Linux指令od和hexdump
Linux指令:od (octal dump) 示例用法:od -c hello Linux指令:od od命令用户通常使用od命令查看特殊格式的文件内容.通过指定该命令的不同选项可以以十进制.八进制 ...
- Linux vim 操作技巧
·Linux设计的重要原则是信息存储在基于文本的文件中 文本文件:无格式文件,作用类似于win的注册表(etc下的配置文件,.conf或者无扩展名)可扩展标记语言(XML),文本标记定义数据结构(et ...
- redmine安装及SVN(https)配置
一键安装redmine https://blog.csdn.net/qq_26898315/article/details/50233483 配置SVN(引用: https://blog.csdn.n ...
- ThinkPHP框架基础知识二
一.空操作和空控制器处理 空操作:没有指定的操作方法:空控制器:没有指定控制器,例如: http://网址/index.php/Home/Main/login 正常 http://网址/index. ...
- C语言预处理命令之条件编译(#ifdef,#else,#endif,#if等)
转自:http://www.kuqin.com/language/20090806/66164.html 预处理过程扫描源代码,对其进行初步的转换,产生新的源代码提供给编译器.可见预处理过程先于编译器 ...
- netty5----心跳
netty3心跳: package com.heart; import java.net.InetSocketAddress; import java.util.concurrent.Executor ...
- docker内域名无法解析问题
进入 Docker 容器后,在 hosts 文件中,配置域名解析. # 进入 docker 容器 docker exec -it my_web /bin/bash # 修改 hosts 文件 vi / ...
- Linux curl命令参数详解(6/23)
linux curl是通过url语法在命令行下上传或下载文件的工具软件,它支持http,https,ftp,ftps,telnet等多种协议,常被用来抓取网页和监控Web服务器状态. 在Linux中c ...