Skip to main content

D-Dimer

Measuring D-dimer level in 12 mins

The presence of D-dimer in blood indicates that thrombin has been formed and fibrin generated from fibrinogen in vivo as a result of activation of the coagulation system. This test measures the level in the blood to help assess the thrombotic state.





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