Skip to main content

 penKid®

PenKid enables close monitoring of kidney function and aids in detecting AKI, a condition that frequently arises when people are hospitalized. PenKid is independent of inflammation and common comorbidities, making it better option in critical care settings. Early detection and prompt treatment can help prevent the long-term health effects of AKI.














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