Skip to main content

Anti-HBs

Anti-HBs tests determine the relative abundance of neutralizing antibodies against HBsAg.

Anti-HBs can be related to one’s permanent immunity against hepatitis B infection

Anti-HBs tests examine the immune response against hepatis B virus. A positive response implies the patient has developed immunity against HB and can be protected from future hepatitis 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")]; });