Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| optic_nerve_diameter_calculator [2025/02/21 05:40] – Scott Larson | optic_nerve_diameter_calculator [2025/02/21 05:41] (current) – removed Scott Larson | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Optic Disc Area Calculator ====== | ||
| - | [[optic_nerve_diameter_calculator|to reload calculator→ Click HERE]] | ||
| - | |||
| - | < | ||
| - | < | ||
| - | <meta charset=" | ||
| - | <meta name=" | ||
| - | < | ||
| - | </ | ||
| - | < | ||
| - | < | ||
| - | |||
| - | <form id=" | ||
| - | <label for=" | ||
| - | <input type=" | ||
| - | |||
| - | <label for=" | ||
| - | <input type=" | ||
| - | |||
| - | <label for=" | ||
| - | <input type=" | ||
| - | |||
| - | <button type=" | ||
| - | </ | ||
| - | < | ||
| - | <p id=" | ||
| - | |||
| - | < | ||
| - | function calculateD() { | ||
| - | // Get input values | ||
| - | const a = parseFloat(document.getElementById(" | ||
| - | const b = parseFloat(document.getElementById(" | ||
| - | const c = parseFloat(document.getElementById(" | ||
| - | |||
| - | // Check for valid input and ensure A is not zero | ||
| - | if (isNaN(a) || isNaN(b) || isNaN(c) || a === 0) { | ||
| - | document.getElementById(" | ||
| - | return; | ||
| - | } | ||
| - | |||
| - | // Calculate D using the formula D = π * (3.0625 * B * C) / (A^2) | ||
| - | const d = Math.PI * (3.0625 * b * c) / (a * a); | ||
| - | |||
| - | // Display the result in bold | ||
| - | document.getElementById(" | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | ---- | ||
| - | === Test Procedure === | ||
| - | Use this test to estimate the optic nerve diameter (in whichever direction) of the Heidelberg Spectralis optic nerve report. This report must show an image of the optic nerve head and the green peripapillary ring | ||
| - | |||
| - | <wrap hi>1. Spectralis OCT Optic Nerve Report</ | ||
| - | {{:: | ||
| - | <wrap hi>2. Measure ring diameter</ | ||
| - | {{:: | ||
| - | <wrap hi>3. Measure horizontal optic nerve diameter</ | ||
| - | {{:: | ||
| - | <wrap hi>4. Measure vertical optic nerve diameter</ | ||
| - | {{:: | ||
| - | |||
| - | |||
| - | {{tag> | ||