ADVERTISEMENT

Targeted bones

Published Feb 24, 2019 12:25 am
IF SYMPTOMS PERSIST By DR. JOSE PUJALTE JR.

“You never know what’s hit you. A gunshot is the perfect way.”

John F. Kennedy (1917-1963), US President “The Kennedys” Peter Collier & David Horowitz (1984)

Ch. 3 (responding to the question how he would choose to die)

  Dr. Jose Pujalte Jr. Dr. Jose Pujalte Jr. In the past three weeks, I’ve operated on three male patients who had one thing in common: they all shot themselves while cleaning their guns. The first one was the luckiest. He shot himself in the hand and while I had to scoop out the .22 caliber bullet, he only chipped the edge of a small bone. The second guy wasn’t so lucky. His .45 automatic was pointed straight at his thigh when it fired. His femur (thigh bone) was a jigsaw puzzle which my resident and I had to piece together in the operating room. Now the third patient didn’t exactly shoot himself. His 9mm Glock unloaded, and the bullet ricocheted from the floor then entered/exited his leg. His tibia (leg bone) shattered like windshield glass. Why they were cleaning loaded guns is another matter. I didn’t ask. It’s like asking a sideswiped pedestrian why he was crossing NLEX where cars can average 120 kph. Wound Ballistics. The FBI website article “Handgun Wounding Factors and Effectiveness,” explains quite plainly the mechanics of projectile wounding. Incapacitation by any handgun round is a result of the bullet’s ability to penetrate tissue, to create a permanent cavity (the bullet hole), to create a temporary cavity (the bullet’s passage) and fragmentation. The “crush mechanism” is the result of penetration and permanent cavity and it the “only handgun wounding mechanism which damages tissue.” Tell me about it.  Better yet, tell my patients about it because they’ll be feeling the damage in their bones for a long time. The Open Fracture. A Filipino-American orthopedic surgeon (and one of my blessed mentors) Dr. Ramon B. Gustilo, is credited with having classified the open fracture in the 1970s.  The open fracture is a true orthopedic emergency because not only is there a break in the bone, it is also exposed to the elements. The moment this happens, bone is contaminated. IF left untreated within eight hours, the fracture is considered infected. A gunshot to the extremity that strikes bone is an example of an open fracture.  Other open fractures result from vehicular crashes, falls, natural disasters, and occupational accidents. Diagnosis and Treatment. Obviously, if the bone is jutting out of the skin it’s a no-brainer. But an open fracture wound can be as little as a blood-tinged puncture. Remember that once bone is broken its sharp fracture ends can pierce through tissue. This is still an open fracture and can be treacherous if the penetrating germ is gas-forming (such as the organism in tetanus). The mainstays of treatment are still debridement (meticulous removal of necrotic or dead tissue), antibiotic coverage, delayed wound closure and internal fixation (the application of hardware such as nails, screws, plates and wires). Gun Safety. The US National Rifle Association (NRA) has three fundamental rules for safe gun handling. They are:
  1. Always keep the gun pointed in a safe direction (not in the direction of your mother in law).
  2. Always keep your finger off the trigger until ready to shoot.
  3. (And for my patients) Always keep the gun unloaded until ready for use.
Also in bold letters, “before cleaning your gun, make absolutely sure it is unloaded.” Bullet wounds to other parts of the body will of course be lethal. Immediate incapacitation in a human target occurs from hits to the brain and the spinal cord, preferably in the region of the neck. Trauma surgeons have their hands full in the emergency and operating rooms when the bullets are in the chest or abdominal cavity. Bullet wounds to the extremities are easily more compatible with life, and later, an eagerness to memorize gun safety rules. E-mail: [email protected]                        
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.