I have used it on a variety of wounds and when placed appropriately it is a very good way to control hemorrhage temporarily. It can be used in difficult wounds and I have used it on a variety of wounds to include cardiac injury, vertebral artery injury, diaphragm, chest wall, pelvic fractures, scalp lacerations, and extremity wounds. While it is not the solution for all sources of hemorrhage, it is an extremely valuable tool for those taking care of people who have traumatic wounds.
Medical Officer U.S. Military
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package storefront
*/
?>
</div><!-- .col-full -->
</div><!-- #content -->
<?php do_action( 'storefront_before_footer' ); ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="col-full">
<?php get_template_part('templates/footer/menu'); ?>
<?php get_template_part('templates/footer/legal'); ?>
</div><!-- .col-full -->
</footer><!-- #colophon -->
<?php do_action( 'storefront_after_footer' ); ?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>