This test helps detect and treat abnormal pregnancy and germ cell tumors as well as early diagnosis of pregnancy by quantification of hCG in the blood with high sensitivity.
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")];
});