I remembered seeing a CNN report on a new hemostatic dressing used by the military in Iraq. I wanted to try it for an 80-year-old patient for whom standard hemostatic agents did not work for longer than 24 hours. I met [the rep] there, practically ran to the patient’s bedside, and applied the HemCon® bandage. The bleeding stopped immediately. It was like a scene from out of a movie. Just using this little piece of HemCon® Bandage was a life-saving maneuver.
Plastic Surgeon
<?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>