out = ''
if ( getValue('visus.autoref.missing.right') == '' )
then
out = out .. 'Visus, autoref, o.dxt'
if ( getValue('visus.autoref.kontrast.right') ~= '' )
then
out = out .. ', ' .. getValue('visus.autoref.kontrast.right') .. ' kontrast'
end
if ( getValue('visus.autoref.st_hul.right') ~= '' )
then
out = out .. ', ' .. getValue('visus.autoref.st_hul.right')
end
out = out .. ':\n'
if ( getValue('visus.autoref.snellen.right') ~= '' )
then
out = out .. 'Snellen: ' .. getValue('visus.autoref.snellen.right') .. '\n'
end
if ( getValue('visus.autoref.etdrs.right') ~= '' )
then
out = out .. 'ETDRS: ' .. getValue('visus.autoref.etdrs.right') .. '\n'
end
out = out .. 'Korr.: ' .. getValue('visus.autoref.korr.sf.right') .. ' sf'
if ( getValue('visus.autoref.korr.cyl.right') ~= '' )
then
out = out .. ', ' .. getValue('visus.autoref.korr.cyl.right') .. ' cyl'
end
if ( getValue('visus.autoref.korr.grader.right') ~= '' )
then
out = out .. ', ' .. getValue('visus.autoref.korr.grader.right') .. ' grader'
end
out = out .. '\n'
if ( getValue('visus.autoref.missing.left') == '' )
then
out = out .. '\n'
end
end
if ( getValue('visus.autoref.missing.left') == '' )
then
out = out .. 'Visus, autoref, o.sin'
if ( getValue('visus.autoref.kontrast.left') ~= '' )
then
out = out .. ', ' .. getValue('visus.autoref.kontrast.left') .. ' kontrast'
end
if ( getValue('visus.autoref.st_hul.left') ~= '' )
then
out = out .. ', ' .. getValue('visus.autoref.st_hul.left')
end
out = out .. ':\n'
if ( getValue('visus.autoref.snellen.left') ~= '' )
then
out = out .. 'Snellen: ' .. getValue('visus.autoref.snellen.left') .. '\n'
end
if ( getValue('visus.autoref.etdrs.left') ~= '' )
then
out = out .. 'ETDRS: ' .. getValue('visus.autoref.etdrs.left') .. '\n'
end
out = out .. 'Korr.: ' .. getValue('visus.autoref.korr.sf.left') .. ' sf'
if ( getValue('visus.autoref.korr.cyl.left') ~= '' )
then
out = out .. ', ' .. getValue('visus.autoref.korr.cyl.left') .. ' cyl'
end
if ( getValue('visus.autoref.korr.grader.left') ~= '' )
then
out = out .. ', ' .. getValue('visus.autoref.korr.grader.left') .. ' grader'
end
out = out .. '\n'
if ( getValue('visus.autoref.missing.left') == '' )
then
out = out .. '\n'
end
end
return out