Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| optic_nerve_diameter_calculator [2025/02/21 04:29] – Scott Larson | optic_nerve_diameter_calculator [2025/02/21 05:41] (current) – removed Scott Larson | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Optic Nerve Diameter Calculator ====== | ||
| - | [[optic_nerve_diameter_calculator|to reload calculator→ Click HERE]] | ||
| - | |||
| - | < | ||
| - | < | ||
| - | <meta charset=" | ||
| - | <meta name=" | ||
| - | < | ||
| - | </ | ||
| - | < | ||
| - | < | ||
| - | |||
| - | <label for=" | ||
| - | <input type=" | ||
| - | |||
| - | <label for=" | ||
| - | <input type=" | ||
| - | |||
| - | <button onclick=" | ||
| - | < | ||
| - | <p id=" | ||
| - | |||
| - | < | ||
| - | function calculateC() { | ||
| - | // Get input values | ||
| - | const a = parseFloat(document.getElementById(" | ||
| - | const b = parseFloat(document.getElementById(" | ||
| - | |||
| - | // Check if inputs are valid numbers | ||
| - | if (isNaN(a) || isNaN(b) || a === 0) { | ||
| - | document.getElementById(" | ||
| - | return; | ||
| - | } | ||
| - | |||
| - | // Calculate C using the formula | ||
| - | const c = (b / a) * 3.5; | ||
| - | |||
| - | // Display the result in bold | ||
| - | document.getElementById(" | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | ---- | ||
| - | === Explanation === | ||
| - | Use this test to estimate the optic nerve diameter (in whichever | ||
| - | |||
| - | - Obtain the Heidelberg Spectralis OCT optic nerve report | ||
| - | - | ||
| - | |||
| - | {{tag> | ||