Liver Detox & Bile Duct Function Analyzer

๐Ÿงช Liver Detox & Bile Duct Function Analyzer

Evaluates GGT, ALP, Direct and Indirect Bilirubin, and Total Bilirubin to differentiate obstructive jaundice, hepatocellular disease, alcoholic liver disease, and biliary duct pathology.

Enter your clinical parameters to see dynamic diagnostic readings.

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

${res.desc}

๐Ÿ“Š Normal Ranges

GGT: M <55 / F <38 U/L | ALP: 44โ€“147 U/L | Direct Bilirubin: <0.3 mg/dL | Indirect: <0.8 mg/dL | Total Bilirubin: <1.2 mg/dL

๐Ÿ’ก What This Means

GGT elevated alone suggests alcohol or early biliary disease. ALP + GGT elevation indicates cholestasis or bile duct obstruction. Indirect hyperbilirubinaemia suggests haemolysis; direct suggests obstruction.

โš ๏ธ When to See a Doctor

Total Bilirubin > 3 mg/dL causes visible jaundice โ€” urgent evaluation needed. GGT > 300 U/L with ALP > 400 suggests serious biliary or liver pathology.

๐Ÿ”— 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_6a965242d9e90(score, title) { const text = "Liver Detox & Bile Duct Function Analyzer Result:\nScore: " + score + "\nClassification: " + title + "\nReport generated via Toolfix.info"; navigator.clipboard.writeText(text).then(() => { alert('Result copied to clipboard!'); }); } function shareResult_hc_6a965242d9e90(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_6a965242d9e90-wrapper'); if (wrapper) { wrapper.querySelectorAll('input, select').forEach(el => { const eventName = el.tagName === 'SELECT' ? 'change' : 'input'; el.addEventListener(eventName, () => { calc_hc_6a965242d9e90(true); }); }); } }; if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initAutoCalc); } else { initAutoCalc(); } })();