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码的形式存储(每一位数字都单独占用一个字节的存储空间) 二进制文件:数据值是以二进制形式存储的 文本文件可以方便地被其他 ...
随机推荐
- Python-Cpython解释器支持的进程与线程
一.Python并发编程之多进程 1. multiprocessing模块介绍 python中的多线程无法利用多核优势,如果想要充分地使用多核CPU的资源(os.cpu_count()查看),在pyt ...
- java基本类型和包装器类
java是一种面向对象语言,java中的类把方法与数据连接在一起,并构成了自包含式的处理单元.但在java中不能定义基本类型(primitive type),为了能将基本类型视为对象来处理,并能连接相 ...
- oracle中记录被另一个用户锁住的原因与解决办法
oracle数据中删除数据时提示“记录被另一个用户锁住” 解决方法: 1.查看数据库锁,诊断锁的来源及类型: select object_id,session_id,locked_mode from ...
- Python 字符串连接问题归结
一.概述 Python 字符串连接场景较为普遍.由于编者对 Java 等语言较为熟悉,常常将两者语法混淆. 加之,Python 语法较为灵活.例如,单单实现字符串连接,就有数种方法.在此,一并归结! ...
- Keepalived 服务器状态监测
keepalived简介: keepalived是一个类似于layer3, 4 & 5交换机制的软件,也就是我们平时说的第3层.第4层和第5层交换.Keepalived的作用是检测web服务器 ...
- Rock-Paper-Scissors-Lizard-Spock Python实现
初学python,实现一些很有意思的小游戏是很能提高编程能力的. Rock-Paper-Scissors-Lizard-Spock http://en.wikipedia.org/wiki/Rock- ...
- 手动漏洞挖掘-SQL注入(安全牛笔记)
substring_index(USER(),"@",l)-- #是将查询出来的结果进行切分,以@符号的方式切分 ’ union select table_name,table_s ...
- vue脚手架解决跨域问题-------配置反向代理
1.打开config/index.js 2.在dev配置对象中找到proxyTable:{} 3.添加如下配置 // 配置反向代理,解决跨域请求 proxyTable: { '/api': { tar ...
- 自学 iOS 开发的一些经验 - 转自无网不剩的博客
不知不觉作为 iOS 开发也有两年多的时间了,记得当初看到 OC 的语法时,愣是被吓了回去,隔了好久才重新耐下心去啃一啃.啃了一阵,觉得大概有了点概念,看到 Cocoa 那么多的 Class,又懵了, ...
- m2eclipse插件——添加依赖不显示搜索结果
使用Eclipse,安装m2eclipse插件之后,选中Maven项目的pom文件,添加依赖,点击“Add Dependency”的时候,输入要检索的jar包名称,search result却一直为空 ...