Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| optic_disc_area_calculator [2025/02/27 04:45] – Scott Larson | optic_disc_area_calculator [2025/06/14 02:54] (current) – Scott Larson | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Optic Disc Area Calculator ====== | ====== Optic Disc Area Calculator ====== | ||
| - | <button type=" | + | [[https:// |
| + | === Test Procedure === | ||
| + | <WRAP round box>1. Obtain the Heidelberg Spectralis optic nerve report. | ||
| - | < | + | {{::spectralis_oct_optic_nerve_report.jpg?|}} |
| - | < | + | </WRAP> |
| - | <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) | + | |
| - | 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 === | + | |
| - | <wrap hi>1. Obtain the Heidelberg Spectralis optic nerve report. | + | |
| - | {{:: | + | <WRAP round box>2. Measure ring diameter |
| - | <wrap hi>2. Measure ring diameter</ | + | {{:: |
| - | {{:: | + | </WRAP> |
| - | <wrap hi>3. Measure horizontal optic nerve diameter</ | + | <WRAP round box>3. Measure horizontal optic nerve diameter |
| - | {{:: | + | {{:: |
| - | <wrap hi>4. Measure vertical optic nerve diameter</ | + | </WRAP> |
| - | {{:: | + | <WRAP round box>4. Measure vertical optic nerve diameter |
| + | {{:: | ||
| + | </ | ||
| <WRAP round tip 60%> | <WRAP round tip 60%> | ||