out = ''
if ( getValue('tonometri.mangler.odxt') == '' or getValue('tonometri.mangler.osin') == '' )
then
out = out .. 'Øjentryk:\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.odxt') .. ' mmHg\n'
end
if ( getValue('tonometri.mangler.odxt') == '' or getValue('tonometri.mangler.osin') == '' )
then
out = out .. getValue('tonometri.apparat') .. '.\n'
end
return out