out = ''
if ( getValue('visus.uden_korr.mangler.odxt') == '' or getValue('visus.uden_korr.mangler.osin') == '' or getValue('visus.uden_korr.ou') ~= '' )
then
out = out .. 'Visus uden korrektion:\n'
end
if ( getValue('visus.uden_korr.mangler.odxt') == '' )
then
out = out .. 'o.dxt: '
if ( getValue('visus.uden_korr.snellen.odxt') ~= '' )
then
out = out .. getValue('visus.uden_korr.snellen.odxt')
if ( getValue('visus.uden_korr.etdrs.odxt') == '' )
then
out = out .. ', '
end
end
if ( getValue('visus.uden_korr.etdrs.odxt') ~= '' )
then
if ( getValue('visus.uden_korr.snellen.odxt') ~= '' )
then
out = out .. ', '
end
out = out .. getValue('visus.uden_korr.etdrs.odxt') .. ' ETDRS, '
end
if ( getValue('visus.uden_korr.kontrast.odxt') ~= '' )
then
out = out .. getValue('visus.uden_korr.kontrast.odxt') .. ' kontrast'
end
if ( getValue('visus.uden_korr.st_hul.odxt') ~= '' )
then
if ( getValue('visus.uden_korr.st_hul.snellen.odxt') ~= '' )
then
out = out .. ', ' .. getValue('visus.uden_korr.st_hul.snellen.odxt')
end
if ( getValue('visus.uden_korr.st_hul.etdrs.odxt') ~= '' )
then
out = out .. ', ' .. getValue('visus.uden_korr.st_hul.etdrs.odxt') .. ' ETDRS'
end
out = out .. ' st.h.'
end
out = out .. '\n'
end
if ( getValue('visus.uden_korr.mangler.osin') == '' )
then
out = out .. 'o.sin: '
if ( getValue('visus.uden_korr.snellen.osin') ~= '' )
then
out = out .. getValue('visus.uden_korr.snellen.osin')
if ( getValue('visus.uden_korr.etdrs.osin') == '' )
then
out = out .. ', '
end
end
if ( getValue('visus.uden_korr.etdrs.osin') ~= '' )
then
if ( getValue('visus.uden_korr.snellen.osin') ~= '' )
then
out = out .. ', '
end
out = out .. getValue('visus.uden_korr.etdrs.osin') .. ' ETDRS, '
end
if ( getValue('visus.uden_korr.kontrast.osin') ~= '' )
then
out = out .. getValue('visus.uden_korr.kontrast.osin') .. ' kontrast'
end
if ( getValue('visus.uden_korr.st_hul.osin') ~= '' )
then
if ( getValue('visus.uden_korr.st_hul.snellen.osin') ~= '' )
then
out = out .. ', ' .. getValue('visus.uden_korr.st_hul.snellen.osin')
end
if ( getValue('visus.uden_korr.st_hul.etdrs.osin') ~= '' )
then
out = out .. ', ' .. getValue('visus.uden_korr.st_hul.etdrs.osin') .. ' ETDRS'
end
out = out .. ' st.h.'
end
out = out .. '\n'
end
if ( getValue('visus.uden_korr.ou') ~= '' )
then
out = out .. 'o.u: '
if ( getValue('visus.uden_korr.snellen.ou') ~= '' )
then
out = out .. getValue('visus.uden_korr.snellen.ou')
end
if ( getValue('visus.uden_korr.etdrs.ou') ~= '' )
then
if ( getValue('visus.uden_korr.snellen.ou') ~= '' )
then
out = out .. ', '
end
out = out .. getValue('visus.uden_korr.etdrs.ou') .. ' ETDRS'
end
if ( getValue('visus.uden_korr.kontrast.ou') ~= '' )
then
out = out .. ', ' .. getValue('visus.uden_korr.kontrast.ou') .. ' kontrast'
end
end
return out