Blood tests.

For those who want to check your blood values ​​in a specific health area.
top

Search for something

Diabetes

Diabetes mellitus is a collective name for several diseases that involve too much glucose (blood sugar) in the blood, which is harmful to the body. Through healthy lifestyle habits and regular check-ups, prediabetes, diabetes type-2 and gestational diabetes can be prevented.
function setActiveCategoryLink() { const currentPath = window.location.pathname; const links = document.querySelectorAll('.collection-list a'); links.forEach(link => { const linkPath = new URL(link.href).pathname; // Extract pathname from absolute URL if (linkPath === currentPath) { link.classList.add('active'); } }); } document.addEventListener("DOMContentLoaded", setActiveCategoryLink);