out = ''
if ( getValue('oct.right.missing') == '' or getValue('oct.left.missing') == '' )
then
out = out .. 'Central nethinde konklusion:\n'
if ( getValue('oct.right.missing') == '' )
then
out = out .. 'OCT o.dxt ' .. getValue('oct.right.description') .. '.\n'
end
if ( getValue('oct.left.missing') == '' )
then
out = out .. 'OCT o.sin ' .. getValue('oct.left.description') .. '.\n'
end
end
if ( getValue('oct.comments') ~= '' )
then
out = out .. getValue('oct.comments') .. '\n'
end
return out