‘Gaza field hospital treated over 1.9m patients since 2009’

‘Gaza field hospital treated over 1.9m patients since 2009’

AMMAN — Since it started operations in January 2009, the Jordanian military field hospital in Gaza has treated over 1.9 million patients, the Jordan News Agency, Petra, reported on Monday.

“We are here with our people in Gaza… to exert all medical and humanitarian efforts in their service,” Petra quoted Col. Mazen Kinani, the hospital’s commander, as saying.

He stressed that the medical teams are working under Royal directives to serve the people of Gaza to the best of their abilities.

On the first day of 2017, Kinani said hospital cadres received an emergency case involving an elderly man.

The case required surgical intervention and was treated successfully, he added.

The hospital’s director, Lt. Col. Karim Rashdan, said the patient was suffering from severe abdominal pain which was diagnosed as caused by Gilmore’s groin hernia.

A two-hour surgery was conducted to treat the patient, Rashdan noted.

The patient and his family commended the hospital’s services and thanked the doctors for their “brotherly stance” in support of Gaza.

Since their deployment to the coastal enclave in mid-December 2016, Gaza 45 cadres have conducted 18 major and minor surgeries.

In the past few years, Jordan has dispatched several military field hospitals to various areas in need, such as Afghanistan, Libya, Egypt and the West Bank to assist in providing healthcare and treatment to local residents.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });