out = ''
if ( getValue('pupillen.odxt.mangler') == '' )
then
out = out .. 'Pupillen, o.dxt: ' .. getValue('pupillen.odxt') .. '\n'
end
if ( getValue('pupillen.osin.mangler') == '' )
then
out = out .. 'Pupillen, o.sin: ' .. getValue('pupillen.osin') .. '\n'
end
if ( getValue('pupillen.supplerende') ~= '' )
then
out = out .. '\n'
out = out .. getValue('pupillen.supplerende')
end
return out