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