Cardiac Enzyme & Heart Injury Analyzer

๐Ÿงช Cardiac Enzyme & Heart Injury Analyzer

Interprets Troponin I/T, CK-MB, LDH, and NT-proBNP/BNP to detect acute myocardial injury, heart failure severity, and differentiate cardiac vs non-cardiac chest pain.

Enter your clinical parameters to see dynamic diagnostic readings.

`; } else { card.innerHTML = `
${res.score}
${res.title}
${res.desc}
๐Ÿ“‹ Result Interpretation

${res.desc}

๐Ÿ“Š Normal Ranges

Troponin I: <0.04 ng/mL | CK-MB: <5% of total CK or <25 U/L | NT-proBNP: <300 pg/mL (HF unlikely) | BNP: <100 pg/mL

๐Ÿ’ก What This Means

Troponin is the gold-standard biomarker for myocardial injury. BNP/NT-proBNP diagnose and grade heart failure severity. Elevated CK-MB with Troponin confirms acute MI.

โš ๏ธ When to See a Doctor

ANY elevated Troponin requires IMMEDIATE emergency evaluation. NT-proBNP > 2000 pg/mL indicates severe/decompensated heart failure โ€” seek urgent care.

๐Ÿ”— Related Conditions
๐ŸŒฟ Related Remedies
๐Ÿงฎ Related Calculators
๐Ÿฅ Medical Guidance & Consultation

Need personalized guidance? You can book a professional Homeopathic Consultation for a complete therapeutic assessment.

`; } } function copyResult_hc_6a96523b9ba8f(score, title) { const text = "Cardiac Enzyme & Heart Injury Analyzer Result:\nScore: " + score + "\nClassification: " + title + "\nReport generated via Toolfix.info"; navigator.clipboard.writeText(text).then(() => { alert('Result copied to clipboard!'); }); } function shareResult_hc_6a96523b9ba8f(score) { const shareUrl = window.location.origin + window.location.pathname + '?score=' + encodeURIComponent(score); navigator.clipboard.writeText(shareUrl).then(() => { alert('Share link copied to clipboard!'); }); } // Auto-calculate on input (function() { const initAutoCalc = () => { const wrapper = document.getElementById('hc_6a96523b9ba8f-wrapper'); if (wrapper) { wrapper.querySelectorAll('input, select').forEach(el => { const eventName = el.tagName === 'SELECT' ? 'change' : 'input'; el.addEventListener(eventName, () => { calc_hc_6a96523b9ba8f(true); }); }); } }; if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initAutoCalc); } else { initAutoCalc(); } })();