Skip to main content

 T4

Assessing to diagnosis & to monitor thyroid diseases(T4)

Thyroxine (T4) is a type of thyroid hormone. An abnormal amount of T4 may indicate thyroid disease. The T4 test measures total T4, including T4 bonded to protein and free T4. A T4 test will help determine what type of problem is affecting the thyroid.






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