Supporting to distinguish and diagnose rheumatoid arthritis
This test helps to diagnose and provide appropriate treatment for chronic systemic autoimmune diseases and rheumatism by quantifying Anti-CCP in the blood.
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")];
});