out = ''
if ( getValue('tonometer.odxt.missing') == '' or getValue('tonometer.osin.missing') == '' )
then
out = out .. 'Øjentryk:\n'
end
if ( getValue('tonometer.odxt.missing') == '' )
then
out = out .. 'o.dxt: ' .. getValue('tonometer.pressure.odxt') .. ' mmHg\n'
end
if ( getValue('tonometer.osin.missing') == '' )
then
out = out .. 'o.sin: ' .. getValue('tonometer.pressure.odxt') .. ' mmHg\n'
end
if ( getValue('tonometer.odxt.missing') == '' or getValue('tonometer.osin.missing') == '' )
then
out = out .. getValue('tonometer.device') .. '.\n'
end
return out