out = ''
if ( getValue('oct.odxt.missing') == '' or getValue('oct.osin.missing') == '' )
then
out = out .. 'Central nethindetykkelse:\n'
if ( getValue('oct.odxt.missing') == '' )
then
out = out .. 'OCT o.dxt ' .. getValue('oct.odxt.thickness') .. ' µm\n'
end
if ( getValue('oct.osin.missing') == '' )
then
out = out .. 'OCT o.sin ' .. getValue('oct.osin.thickness') .. ' µm\n'
end
end
return out