out = ''
if ( getValue('autorefractor.odxt.missing') == '' )
then
out = out .. 'Autorefraktion, o.dxt: ' .. getValue('autorefractor.odxt.sphere') .. ' sf'
if ( getValue('autorefractor.odxt.cyl') ~= '' )
then
out = out .. ', ' .. getValue('autorefractor.odxt.cyl') .. ' cyl'
end
if ( getValue('autorefractor.odxt.axis') ~= '' )
then
out = out .. ', ' .. getValue('autorefractor.odxt.axis') .. ' grader\n'
else
out = out .. '\n'
end
end
if ( getValue('autorefractor.osin.missing') == '' )
then
out = out .. 'Autorefraktion, o.sin: ' .. getValue('autorefractor.osin.sphere') .. ' sf'
if ( getValue('autorefractor.osin.cyl') ~= '' )
then
out = out .. ', ' .. getValue('autorefractor.osin.cyl') .. ' cyl'
end
if ( getValue('autorefractor.osin.axis') ~= '' )
then
out = out .. ', ' .. getValue('autorefractor.osin.axis') .. ' grader\n'
else
out = out .. '\n'
end
end
return out