Skip to main content

TSH

Diagnosing thyroid dysfunction

One needs an adequate level of thyroid hormone. The excessive or insufficient level would cause various abnormalities in human physiology. The TSH test can deliver the required answer about the hormone level in 12 minutes





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