She Lost Her Fiance To Ebola But Found A New Mission

Decontee Davis, 23, initially thought she had malaria when she came down with a fever. It took her more than a week after she got sick to seek treatment for Ebola.i
i

Decontee Davis, 23, initially thought she had malaria when she came down with a fever. It took her more than a week after she got sick to seek treatment for Ebola.

John W. Poole/NPR


hide caption

itoggle caption

John W. Poole/NPR

Decontee Davis, 23, initially thought she had malaria when she came down with a fever. It took her more than a week after she got sick to seek treatment for Ebola.

Decontee Davis, 23, initially thought she had malaria when she came down with a fever. It took her more than a week after she got sick to seek treatment for Ebola.

John W. Poole/NPR

Decontee Davis knows how she got Ebola. Her fiance’s aunt was gravely ill with a fever, unable to bathe herself. Decontee helped.

A week later, Decontee and her five-year-old son began to feel sick. They both had a fever, chills and severe headaches.

It felt like malaria. “We went to the drug store for a malaria medicine,” she says. “My son responded to treatment, but I did not.”

Over the next week, her fever worsened. She lost her appetite completely and began vomiting.

Meanwhile, members of her fiance’s family were dying. “We all just got ill in the same time,” Decontee remembers.

The grandson of the woman Decontee had cared for died. Another niece who had bathed the woman died. The son who had buried the woman fell ill.

And Decontee’s fiance had a fever.

More than two weeks after she was exposed to the virus, Decontee went to an Ebola treatment center in Monrovia. Her siblings drove her there.

“I was so afraid to tell my parents,” she says. “[I was] so helpless I could not stand by myself, I had to lie in the hospital yard on the ground.”

There in the hospital yard, Decontee began to vomit blood.

“Everybody was afraid,” she remembers. People were running away from her. “My sister covered my vomit with sand.”

The Ebola treatment center was overcrowded. “They were counting those who were entering,” she says. Although she knew she had Ebola, “I was afraid if I entered I would not survive.”

When she got to the door of the hospital, she was too terrified to enter. “I said I’m not an Ebola patient,” she lied. “I refuse.”

But then a woman arrived in the hospital yard who convinced Decontee to change her mind. The woman had been a patient at the hospital herself and had survived. She had brought her two nieces to get treatment.

‘);

var $visualizer = $audioElm.find(‘.audio-visualizer’);
var bar = ‘‘;

for (var i = 0; i 100) {
// safeguard
positionSought = duration – 10;
}

return positionSought;
};

scrubber();

$(window).resize(function(){
$bucket.find(‘.scrubber’).off(‘mouseup mousemove mousedown drag dragend’);
scrubber();
});
}

var setState = function(state){
$playButton.data(‘status’, state);
switch(state){
case “play”:
$bucket.addClass(“playing”);
$bucket.removeClass(“isLoading isPaused”);

updatedBackToTop(‘play’);
break;
case “pause”:
$bucket.removeClass(“playing isLoading”);
$bucket.addClass(“isPaused”);

updatedBackToTop(‘pause’);
break;
case “buffer”:
$bucket.addClass(“isLoading”);
$bucket.removeClass(“isPaused”);

updatedBackToTop(‘buffer’);
break;
case “stop”:
$bucket.removeClass(“playing isLoading isPaused”);

updatedBackToTop(‘stop’);
break;
}
}

var send_play_metric = function()
{
try
{
NPR.metrics.event({
‘network’ : ‘NPR Site’,
‘category’: ‘Secondary Audio’,
‘action’: ‘Play Audio’,
‘label’: audioUrl
});
}
catch(e)
{
NPR.messaging.exception(e, ‘NPR.metrics.StreamingAudio’, NPR.messaging.constants.METRICS_ERROR);
}
}

var send_pause_metric = function()
{
try
{
NPR.metrics.event({
‘network’ : ‘NPR Site’,
‘category’: ‘Secondary Audio’,
‘action’: ‘Pause Audio’,
‘label’: audioUrl
});
}
catch(e)
{
NPR.messaging.exception(e, ‘NPR.metrics.StreamingAudio’, NPR.messaging.constants.METRICS_ERROR);
}
}

var updatedBackToTop = function(state) {

var $backToTop = $(‘#back-to-top’);
if($backToTop.length !== 0) {
if(state === ‘play’) {
$backToTop.addClass(‘media-playing’);
} else {
$backToTop.removeClass(‘media-playing’);
}
}
}

$playButton.on(‘mouseup’, function(e){
e.preventDefault();
// the “case” values correspond to the player at time of button click – the player’s current state, not the state the user is engaging.

switch($(this).data(“status”)) {

case “play”:
send_pause_metric();
playerInstance.pause();
setState.apply(this, [“pause”]);
break;
case “pause”:

send_play_metric();
playerInstance.play();

if(!$bucket.hasClass(‘streaming’)){
setState.apply(this, [“play”]);
}
break;
case “buffer”:

break;
default:
send_play_metric();
playerInstance.play();

if(!$bucket.hasClass(‘streaming’)){
setState.apply(this, [“play”]);
}
}
});
});

In Her Own Words: Decontee Davis Remembers Arriving At The Hospital

Article source: http://www.npr.org/blogs/goatsandsoda/2014/10/31/360453236/she-lost-her-fiance-to-ebola-but-found-a-new-mission?utm_medium=RSS&utm_campaign=news

Scroll to Top