out = ''
if ( getValue('tonometri.odxt.missing') == '' or getValue('tonometri.osin.missing') == '' )
then
out = out .. getValue('tonometri.method') .. ':\n'
end
if ( getValue('tonometri.odxt.missing') == '' )
then
out = out .. 'o.dxt: ' .. getValue('tonometri.odxt.pressure') .. ' mmHg\n'
end
if ( getValue('tonometri.osin.missing') == '' )
then
out = out .. 'o.sin: ' .. getValue('tonometri.osin.pressure') .. ' mmHg\n'
end
return out