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