out = '' if ( getValue('oct.mangler.odxt') == '' or getValue('oct.mangler.osin') == '' ) then out = out .. 'Central nethinde konklusion:\n' if ( getValue('oct.mangler.odxt') == '' ) then out = out .. 'OCT o.dxt ' .. getValue('oct.beskrivelse.odxt') .. '.\n' end if ( getValue('oct.mangler.osin') == '' ) then out = out .. 'OCT o.sin ' .. getValue('oct.beskrivelse.osin') .. '.\n' end end if ( getValue('oct.kommentarer') ~= '' ) then out = out .. getValue('oct.kommentarer') .. '\n' end return out value = 0 timestamp = 0 source = '' if( missing_eye_odxt ) then if( missing_eye_odxt.value and missing_eye_odxt.value == '' ) then value = '' timestamp = missing_eye_odxt.timestamp source = missing_eye_odxt.source else value = 'mangler' timestamp = missing_eye_odxt.timestamp source = missing_eye_odxt.source end end return value, timestamp, source value = 0 timestamp = 0 source = '' if( missing_eye_osin ) then if( missing_eye_osin.value and missing_eye_osin.value == '' ) then value = '' timestamp = missing_eye_osin.timestamp source = missing_eye_osin.source else value = 'mangler' timestamp = missing_eye_osin.timestamp source = missing_eye_osin.source end end return value, timestamp, source