Progress in fighting Democratic Republic of the Congo's Ebola outbreak, the second worst ever, will be reversed if fighting continues around the disease hot spots of Beni and Butembo, the head of the World Health Organization (WHO) said Friday.

"We have reached a critical point in the Ebola response," WHO director general Tedros Adhanom Ghebreyesus said in a statement. "After an intensification of field activities, we were seeing hopeful signs in many areas, including a recent decrease in cases in Beni.

"These gains could be lost if we suffer a period of prolonged insecurity, resulting in increased transmission. That would be a tragedy for the local population, who have already suffered too much."

The disease has killed 356 of the 585 people infected during the almost six-month outbreak, and one-fifth of the cases have occurred within the past three weeks, according to a weekly update from WHO.

The epidemic in a volatile part of DRC is now surpassed only by the 2013-16 outbreak in West Africa, where more than 28,000 cases were confirmed.
Congo has suffered 10 Ebola outbreaks since the virus was discovered there in 1976. It spreads through contact with bodily fluids and causes hemorrhagic fever with severe vomiting, diarrhea and bleeding.

On Thursday, Congo's Health Ministry said 24 patients fled an Ebola treatment center in Beni when it came under attack by people protesting the cancellation of voting in the eastern city in Sunday's presidential election.

"Protests at government buildings in Beni spilled over to an Ebola transit center, frightening people waiting for Ebola test results and the staff who were caring for them. Staff at the center temporarily withdrew and most suspected cases were transferred to a nearby treatment center," Tedros said.

Health teams in Beni were prevented from carrying out critical field work, including vaccinations, tracing of potential Ebola carriers, and following up on alerts of potential new cases.

In Butembo, health workers were unable to give vaccinations or trace people who may have come into contact with the disease — a critical part of preventing its spread.
In other areas, the fight against Ebola has continued, and local communities have been generally supportive of the health teams, Tedros said.

L210 Ebola的更多相关文章

  1. 关于埃博拉(Ebola)基础研究病毒

    关于埃博拉(Ebola)病毒的基础研究 2005年.美国哈佛大学医学研究院(Harvard Medical School)James Cunningham教授关于埃博拉病毒有一项基础研究,研究成果发表 ...

  2. pta l2-10(排座位)

    题目链接:https://pintia.cn/problem-sets/994805046380707840/problems/994805066135879680 题意:给宴席排座位,有n个人,m个 ...

  3. 个人收集的一些网页上一键云DDOS攻击的网站、IP地址测试,服务器压力测试

    http://bbs.itzmx.com/thread-9018-1-1.html #1 - Network Stresser - http://networkstresser.com#2 - Lif ...

  4. 快讯:埃博拉患者Martin Salia去天堂了

    下面是Martin Salia外科医生的遗像: 11月17日,埃博拉重病患者Martin Salia外科医生死了.请见:Ebola patient Dr. Martin Salia dies in O ...

  5. JXOI 2018 简要题解

    目录 「JXOI2018」游戏 题意 题解 代码 「JXOI2018」守卫 题意 题解 代码 「JXOI2018」排序问题 题意 题解 代码 总结 「JXOI2018」游戏 题意 可怜公司有 \(n\ ...

  6. P4781 【模板】拉格朗日插值

    P4781 [模板]拉格朗日插值 证明 :https://wenku.baidu.com/view/0f88088a172ded630b1cb6b4.html http://www.ebola.pro ...

  7. BEC translation exercise 2

    Forest fires are a regular feature of Chile's hot, arid summers.智利夏天炙热.干燥,常发生森林火灾.A nearly decade-lo ...

  8. 世界卫生组织(WHO)发出最新警告:埃博拉疫情应急响应

    10月14r日.世界卫生组织(WHO)发出警告:在未来两个月内,西非国家将面对"could face up to 10 thousand new Ebola cases a week wit ...

  9. svg path 解析

    <pre><svg width="100%" height="100%" version="1.1" xmlns=&quo ...

随机推荐

  1. linq——group by

    多列排序&&聚合函数 var result = from i in                (from uh in db.UserHistories                ...

  2. MyBatis各种类型的入参使用方式

    https://blog.csdn.net/u011983531/article/details/53561219 mybatis中if判断传入字符串或者Long参数不为空 https://blog. ...

  3. [ios]object-c math.h里的数学计算公式介绍

    参考:http://blog.csdn.net/yuhuangc/article/details/7639117 头文件:<math.h> 1. 三角函数  double sin (dou ...

  4. Lua面向对象 --- 单例

    GameManager.lua: --单例模式是利用一个全局表来实现的 GameManager = {} Manager = {__index = GameManager} function Game ...

  5. php7 编译 win32ps 模块

    碰到了很多问题 ,但最终都解决了,感觉不错. 1)下载 php source, php sdk, 以及 win32ps的源代码 2) 参照下面的连接进行编译. https://wiki.php.net ...

  6. [.NET开发] NPOI导出

    //导出全部 expertPara = GetExpetPara(); expertPara.BeginIndex = pager.CurrentPageIndex; expertPara.EndIn ...

  7. Linux下安装Phantomjs

    1. 安装linux系统的软件包 先来看一下官方网站的提示: Note: For this static build, the binary is self-contained. There is n ...

  8. protected 与 internal

    protected:在当前类的“内部”  和  派生子类的“内部” 可访问(注意:实例对象不可访问 或者说 访问不到):如果静态,则在当前类内部和派生子类内部  具有“全局效果” internal:在 ...

  9. Linux : 密码正确不能正常登陆,日志提示Could not get shadow information for user

    今天,再玩Centos7的时候,尝试修改了下ssh的端口.因为默认开启了SELinux,如果没有修改这个文件配置就修改端口sshd服务就不能正常启动了. 但是,当我修改会22端口的时候还是不能正常登陆 ...

  10. Tree Cutting (Hard Version) CodeForces - 1118F2 (树形DP,计数)

    大意:给定树, 每个点有颜色, 一个合法的边集要满足删除这些边后, 每个连通块内颜色仅有一种, 求所有合法边集的个数 $f[x][0/1]$表示子树$x$中是否还有与$x$连通的颜色 对于每种颜色已经 ...