{% extends 'base.html.twig' %}{% block title %}Device manuals | CoaguChek{% endblock %}{% block description %}Download the manual and/or product insert for your CoaguChek® INRange, CoaguChek® XS, or CoaguChek® Softclix® device.{% endblock %}{% block main %} <section class="bg-patient text-white position-relative roche-header"> <div class="container-fluid"> <div class="row align-items-center"> <div class="col-lg-4 offset-lg-2 py-5 px-0 order-2 order-lg-1"> <div class="container"> <div class="h1">CoaguChek<sup>®</sup> resources</div> <p class="mb-0">Find information about learning to use your CoaguChek<sup>®</sup> device, warranty, reimbursement, and the manuals for <span class="text-nowrap">CoaguChek<sup>®</sup> INRange</span> and <span class="text-nowrap">CoaguChek<sup>®</sup> XS.</span></p> </div> </div> <div class="col-lg-6 pe-0 order-1 order-lg-2"> <img src="{{ asset('build/images/patient/06-Resources/00-Heroimage_1x.png') }}" srcset="{{ asset('build/images/patient/06-Resources/00-Heroimage_1x.png') }} 1x, {{ asset('build/images/patient/06-Resources/00-Heroimage_2x.png') }} 2x" alt="A man and woman sitting on a couch looking at a tablet" class="w-100" /> </div> </div> </div> </section> <div data-controller="tab"> <section class="position-relative roche-section__medium mb-0 pb-0 pt-3 roche-tab lb-tab-menu roche-tab__patient"> <div class="container lb-tab-container"> <div class="nav d-flex rounded-4 shadow mt-5 py-3 justify-content-around"> <a href="{{ path('patient-resources-self-testing') }}" class="nav-link">Self-testing</a> <a href="{{ path('patient-resources-warranty-formulary') }}" class="nav-link">Warranty formulary</a> <a href="{{ path('patient-resources-reimbursement') }}" class="nav-link">Reimbursement</a> <a href="{{ path('patient-resources-device-manuals') }}" class="nav-link active">Device manuals</a> <a href="{{ path('patient-resources-glossary') }}" class="nav-link">Glossary</a> </div> </div> </section> <div class="tab-content"> <div class="tab-pane fade show active" id="device-manuals"> <section class="roche-section__medium"> <div class="container"> <h1 class="h2 text-patient mb-5">Download information about your CoaguChek<sup>®</sup> device</h1> <div class="row d-flex align-items-center mb-3"> <div class="col-12 col-lg-1 d-flex justify-content-center pb-3"> <img src="{{ asset('build/images/patient/06-Resources/Icon_DownloadDocument.svg') }}" alt="Download Document icon"> </div> <div class="col-12 col-lg-11"> <div> <h3>CoaguChek<sup>®</sup> INRange</h3> <p>The documents you need to support self-testing with the CoaguChek<sup>®</sup> INRange system.</p> <p class="mb-0"> <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/CCINRange_User_Manuel_EN_FR.pdf') }}" download>Download user’s manual</a><br> <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Insert-CoaguChek-XS-PT-Test-PST_EN_FR.pdf') }}" download>Download strips package insert</a><br> <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Canada_POC_CoaguChek_INRange_Brochure_Patients_EN.pdf') }}" download>Download brochure</a> </p> </div> </div> </div> <div class="row d-flex align-items-center mb-3 pt-4"> <div class="col-12 col-lg-1 d-flex justify-content-center pb-3"> <img src="{{ asset('build/images/patient/06-Resources/Icon_DownloadDocument.svg') }}" alt="Download Document icon"> </div> <div class="col-12 col-lg-11"> <div> <h3>CoaguChek<sup>®</sup> XS</h3> <p>The documents you need to support self-testing with the CoaguChek<sup>®</sup> XS system.</p> <p class="mb-0"> <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/CCXS-OM-EnFr-2015Nov.pdf') }}" download>Download user’s manual</a><br> <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Insert-CoaguChek-XS-PT-Test_EN_FR.pdf') }}" download>Download CoaguChek<sup>®</sup> XS PT test strips package insert</a><br> <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Insert-CoaguChek-XS-PT-Controls_EN_FR.pdf') }}" download>Download CoaguChek<sup>®</sup> XS PT controls package insert</a> </p> </div> </div> </div> <div class="row d-flex align-items-center mb-3 pt-4"> <div class="col-12 col-lg-1 d-flex justify-content-center pb-3"> <img src="{{ asset('build/images/patient/06-Resources/Icon_DownloadDocument.svg') }}" alt="Download Document icon"> </div> <div class="col-12 col-lg-11"> <div> <h3>CoaguChek<sup>®</sup> Softclix<sup>®</sup></h3> <p>The CoaguChek<sup>®</sup> Softclix<sup>®</sup> lancing device is compatible with both the CoaguChek<sup>®</sup> INRange and CoaguChek<sup>®</sup> XS systems.</p> <p class="mb-0"> <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Insert-CoaguChek-XS-Softclix_EN_FR.pdf') }}" download>Download lancer package insert</a> </p> </div> </div> </div> </div> </section> <section class="roche-section__medium bg-soft"> <div class="container"> <div class="row align-items-center"> <div class="col-12 col-lg-5"> <h2 class="text-patient">Do you have other questions about self-testing with CoaguChek<sup>®</sup>? </h2> <p>Visit our FAQ page for answers.</p> <a class="btn btn-patient text-white" href="{{ path('patient-faq') }}">FAQs</a> </div> <div class="col-12 col-lg-7"> <div class="roche-image roche-image__right"> <img class="img-fluid" src="{{ asset('build/images/patient/02-Anticoagulation/03-Questions_1x.png') }}" srcset="{{ asset('build/images/patient/02-Anticoagulation/03-Questions_1x.png') }} 1x, {{ asset('build/images/patient/02-Anticoagulation/03-Questions_2x.png') }} 2x" alt="faq"> </div> </div> </div> </div> </section> </div> </div> </div>{% endblock %}