“We call the ChitoDot bandages ‘super bandaids.’ If we do a procedure, such as an angiogram that the doctor didn’t suture, we will use a ChitoDot. Sometimes, we use them on de-clot procedures that do require sutures, if the patient is still be bleeding due to heparin or TPA that was used. They work great and we haven’t had any complaints from our Dialysis Centers here on removing them with water on their next treatment.”
Registered Nurse
<?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>