A plain-text version of the full report can be generated from the results screen. It contains identical clinical content to the PDF but is formatted for easy pasting into EHR systems, email, or any text editor.
The TXT report includes:
– All metrics for both eyes (PI ratio, ellipseness, circularity, decentration, zone findings)
– The full ANW parameters section (diameter, perimeter, ratio, sector breakdown)
– Age-normalised comparison
– Anisocoria summary
– Research observations
– Observer notes (if entered)
The TXT report does **not** include photos or therapy recommendation sections.
The JSON export provides machine-readable access to the complete analysis result. It is intended for integration with external clinical software or research workflows.
**Top-level keys**
“`json
{
“date”: “ISO 8601 UTC timestamp”,
“practice”: “clinic name (if set)”,
“person”: { “name”, “sex”, “age”, “mainComplaints” },
“ageNorm”: { “ageGroup”, “expectedRange”, “measuredMm”, “status” },
“anisocoria”: { … },
“captureMetrics”: { “odIrisDiameterPx”, “osIrisDiameterPx”, “sizeMatchPercent”, “distanceMatchStatus” },
“rightEye”: { … full EyeAnalysisResult + anwAssessmentFull … },
“leftEye”: { … full EyeAnalysisResult + anwAssessmentFull … },
“bilateralANW”: { “odRatio”, “osRatio”, “ratioDifference”, “odStatus”, “osStatus”, “hasFunctionalFrustration” },
“observerNotes”: “free text (if any)”
}
“`
Each eye object contains the complete `EyeAnalysisResult` fields (pupil/iris radii, confidence, all zone findings, decentration, ellipse, ANW) plus a `anwAssessmentFull` block with sector-level detail.
