out = ''
if ( getValue('slit_lamp.odxt.missing') == '' or getValue('slit_lamp.osin.missing') == '' )
then
out = out .. 'Spl:\n'
end
if ( getValue('slit_lamp.odxt.missing') == '' )
then
out = out .. 'Linsen, højre side: ' .. getValue('slit_lamp.odxt.observation') .. '\n'
if ( getValue('slit_lamp.odxt.additional') ~= '' )
then
out = out .. 'Supplerende:\n' .. getValue('slit_lamp.odxt.additional') .. '\n'
end
end
if ( getValue('slit_lamp.osin.missing') == '' )
then
out = out .. 'Linsen, venstre side: ' .. getValue('slit_lamp.osin.observation') .. '\n'
if ( getValue('slit_lamp.osin.additional') ~= '' )
then
out = out .. 'Supplerende:\n' .. getValue('slit_lamp.osin.additional') .. '\n'
end
end
return out