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