198
Example:
Smith,John,2016-02-24,1234567890,Downtown Clinic,johnsmith@e-mail.com
is a valid input file
• Some input file fields could be empty. However, last name, first name and date of
birth fields are mandatory.
Example: Smith,John,2016-02-24,,, is a valid input file
Output file specifications
The output file presents information in a CSV file. Comma separators are used. There are
no headers in the first line. Information of each measurement/screening is presented side
by side in a single line in this sequence.
For refraction, always positive cylinder notation is used.
Data in the output file are presented in the following order:
• Date and time stamp, formatted as YYYY-MM-DDThh:mm:ss where T is a separa-
tor
• Same last name as provided in input file
• Same first name as provided in input file
• Same date of birth as provided in input file
• Same patient ID as provided in input file
• Same location as provided in input file
• Same contact as provided in input file
• Spherical measurement value of the right eye in diopters [dpt]
• Cylindrical measurement value of the right eye in diopters [dpt]
• Axis measurement value of the right eye in degrees [deg]
• Pupil diameter measurement value of the right eye in millimeters [mm]
• Spherical measurement value of the left eye in diopters [dpt]
• Cylindrical measurement value of the left eye in diopters [dpt]
• Axis measurement value of the left eye in degrees [deg]
• Pupil diameter measurement value of the left eye in millimeters [mm]
• Measurement value of gaze x value for right eye in degrees [deg]
• Measurement value of gaze y value for right eye in degrees [deg]
• Measurement value of gaze x value for left eye in degrees [deg]
• Measurement value of gaze y value for left eye in degrees [deg]
• Distance between left and right pupil in millimeters [mm]
• 2WIN exam number [int]
• 2WIN software version [string]
• Exam ending message in case of inconclusive result [string]
• Exam ending message code [int] (if 0 everything is ok).