out = ''
if ( getValue('topografi.right.missing') == '' or getValue('topografi.left.missing') == '' )
then
out = out .. 'Topografi, ' .. getValue('topografi.method') .. ':\n'
end
if ( getValue('topografi.right.missing') == '' )
then
out = out .. 'Højre øje: ' .. getValue('topografi.right.judgement') .. '\n'
end
if ( getValue('topografi.left.missing') == '' )
then
out = out .. 'Venstre øje: ' .. getValue('topografi.left.judgement') .. '\n'
end
return out