out = ''
if ( getValue('tonometri.mangler.odxt') == '' or getValue('tonometri.mangler.osin') == '' )
then
out = out .. getValue('tonometri.metode') .. ':\n'
end
if ( getValue('tonometri.mangler.odxt') == '' )
then
out = out .. 'o.dxt: ' .. getValue('tonometri.tryk.odxt') .. ' mmHg\n'
end
if ( getValue('tonometri.mangler.osin') == '' )
then
out = out .. 'o.sin: ' .. getValue('tonometri.tryk.osin') .. ' mmHg\n'
end
return out