Skip to main content

β-hCG

Distinguish pregnancy and abnormal pregnancy

The β-hCG test can be used to confirm pregnancy, the age of the fetus, abnormal pregnancy (ectopic pregnancy), potential miscarriage, and down syndrome.





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")]; });