out = '' if ( getValue('topografi.odxt.missing') == '' or getValue('topografi.osin.missing') == '' ) then out = out .. 'Topografi, ' .. getValue('topografi.method') .. ':\n' end if ( getValue('topografi.odxt.missing') == '' ) then out = out .. 'o.dxt: ' .. getValue('topografi.odxt.judgement') .. '\n' end if ( getValue('topografi.osin.missing') == '' ) then out = out .. 'o.sin: ' .. getValue('topografi.osin.judgement') .. '\n' end return out value = 0 timestamp = 0 source = '' if( missing_eye_right ) then if( missing_eye_right.value and missing_eye_right.value == '' ) then value = '' timestamp = missing_eye_right.timestamp else value = 'mangler' timestamp = missing_eye_right.timestamp end end return value, timestamp, source value = 0 timestamp = 0 source = 'pracro' if( missing_eye_left ) then if( missing_eye_left.value and missing_eye_left.value == '' ) then value = '' timestamp = missing_eye_left.timestamp else value = 'mangler' timestamp = missing_eye_left.timestamp end end return value, timestamp, source