out = ''
if ( getValue('oct.right.missing') == '' )
then
out = out .. 'Central nethindetykkelse, højre: ' .. getValue('oct.right.thickness')
.. ' µm\n'
end
if ( getValue('oct.left.missing') == '' )
then
out = out .. 'Central nethindetykkelse, venstre: ' .. getValue('oct.left.thickness')
.. ' µm\n'
end
if ( getValue('oct.comments') ~= '' )
then
out = out .. getValue('oct.comments') .. '\n'
end
return out