out = ''
if ( getValue('autorefractor.right.missing') == '' )
then
out = out .. 'Autorefraktion højre øje: ' .. getValue('autorefractor.right.sphere')
.. ' sf, ' .. getValue('autorefractor.right.cyl')
.. ' cyl ' .. getValue('autorefractor.right.axis') .. ' grader.\n'
end
if ( getValue('autorefractor.left.missing') == '' )
then
out = out .. 'Autorefraktion venstre øje: ' .. getValue('autorefractor.left.sphere')
.. ' sf, ' .. getValue('autorefractor.left.cyl')
.. ' cyl ' .. getValue('autorefractor.left.axis') .. ' grader.\n'
end
return out