Skip to main content

Anti-HCV

Rapid and accurate diagnosis of hepatitis C virus infection from finger-tip blood

The hepatitis C virus, transmitted through blood, has no vaccine and is challenging to treat. Chronic hepatitis may lead eventually to liver cancer, and early detection and treatment are of critical importance. Anti-HCV kits will test for the antibody, which could help estimate the likelihood of hepatitis C infection.














About Using Reagent

function setLanguage(lang) { const data = JSON.parse(document.getElementById(lang).textContent); document.querySelectorAll("[data-i18n]").forEach(el => { el.textContent = data[el.getAttribute("data-i18n")]; });