
Stevie và cô con gái mới sinh Maisie. Ảnh: The Sun.
Bà mẹ trẻ Stevie Caffrey, 20 tuổi, ở Anh tỉnh dậy sau 4 tuần hôn mê và hoàn toàn quên mất việc mình có một đứa con.
Theo The Sun, sinh con được 3 ngày thì Stevie có biểu hiện ốm. Sau đó, một ngày cô đột nhiên ngã xuống nền nhà tắm ngất xỉu. Mới đầu, gia đình nghĩ cô sẽ nhanh chóng tỉnh lại nhưng khi thấy tim ngừng đập, họ vội vàng đưa cô vào bệnh viện cấp cứu.
Lý do là cô mắc một chứng bệnh được gọi là cơ tim chu sản, với tỷ lệ mắc chỉ là một trên 15.000 bà mẹ. Đến khi tỉnh dậy sau 4 tuần hôn mê, cô thậm chí không nhận ra Andy Stafford - bạn trai mình và không nhớ mình đã sinh một bé gái.
"Tôi nhớ có thấy Andy ngồi bên cạnh giường bệnh nắm tay tôi. Khi anh ấy rời khỏi phòng tôi đã hỏi người y tá 'Đó là ai?', và cô ấy nói đó là bạn trai của tôi. Lúc đó, tôi đã nghĩ điều này thật phi lý, tôi không thể có bạn trai. Rồi cô ấy nói bố tôi đang đến cùng với con của tôi", Stevie kể lại.
Lúc đó, cô đã thốt lên "Tôi không có con".
Andy và bố của Stevie đã cố gắng làm mọi cách để cô phục hồi trí nhớ. Nhưng cũng phải mất 3 tháng, cô mới có thể dần nhớ lại mọi việc.
"Tôi thực sự rất buồn vì tôi đã không gặp con trong một thời gian dài. Thời gian qua thật sự kinh khủng, tôi chỉ muốn được trở về nhà", cô nói.
Phương Trang
var bshow = false;
function ShowFormComment() {
if(bshow){
gmobj('dComment').style.display="block";
gmobj('pShow').style.display="none";
bshow=false;
}
else{
gmobj('dComment').style.display="none";
gmobj('pShow').style.display="block";
bshow=true;
}
}
ShowFormComment();
function submitForm(theform){
document.frmComment.txtAddedBy.value = Trim(document.frmComment.txtAddedBy.value);
if (document.frmComment.txtAddedBy.value == '' || document.frmComment.txtAddedBy.value == 'Họ tên')
{
alert('Xin hay nhap Ho ten!');
document.frmComment.txtAddedBy.focus();
return;
}
if ((SEmail = CheckEmailAddress(document.frmComment.txtAddedByEmail.value))=='')
{
alert('Dia chi Email khong hop le!');
document.frmComment.txtAddedByEmail.focus();
return;
}
document.frmComment.txtAddedByEmail.value = SEmail;
document.frmComment.txtAddedTitle.value = Trim(document.frmComment.txtAddedTitle.value);
if (document.frmComment.txtAddedTitle.value == '' || document.frmComment.txtAddedTitle.value == 'Tiêu đề')
{
alert('Xin hay nhap Tieu de!');
document.frmComment.txtAddedTitle.focus();
return;
}
document.frmComment.txtValidCode.value = Trim(document.frmComment.txtValidCode.value);
if (document.frmComment.txtValidCode.value == '' || document.frmComment.txtValidCode.value == 'Mã xác nhận')
{
alert('Xin hay nhap Ma xac nhan!');
document.frmComment.txtValidCode.focus();
return;
}
document.frmComment.txtAddedContent.value = Trim(document.frmComment.txtAddedContent.value);
if (document.frmComment.txtAddedContent.value == '')
{
alert('Xin hay nhap Noi dung!');
document.frmComment.txtAddedContent.focus();
return;
}
if (!confirm('Gui yeu cau?'))
return;
var status = AjaxRequest.submit(
theform
,{
'onSuccess':function(req){
if(req.responseText=='ValidCode'){
alert('Ma xac nhan khong dung!');
}
else{
alert(req.responseText);
ResetDefault();
}
}
,'onError':function(req){
alert(req.responseText);
}
}
);
return status;
}
function ChangeImage() {
var ranNum = Math.floor(Math.random() * 5);
AjaxRequest.get(
{
'onSuccess':function(req){
gmobj('imgValidCode').src = "/Service/Vote/securelog/image.asp?Code=" + ranNum;
}
,'onError':function(req){
}
}
)
}
function InputDefault() {
document.frmComment.txtAddedBy.value = 'Họ tên';
document.frmComment.txtAddedBy.className = 'adword-textbox';
document.frmComment.txtAddedByEmail.value = 'Email';
document.frmComment.txtAddedByEmail.className = 'adword-textbox';
document.frmComment.txtAddedTitle.value = 'Tiêu đề';
document.frmComment.txtAddedTitle.className = 'adword-textbox';
document.frmComment.txtValidCode.value = 'Mã xác nhận';
document.frmComment.txtValidCode.className = 'adword-textbox';
document.frmComment.txtAddedContent.value = '';
document.frmComment.txtAddedContent.focus();
}
function ResetDefault() {
InputDefault();
ChangeImage();
ShowFormComment();
}
Poly_ShowArticlebanner();
Thảo luận và phản hồi
Gửi phản hồi