out = '' if ( getValue('oct.right.missing') == '' or getValue('oct.left.missing') == '' ) then out = out .. 'Central nethindetykkelse:\n' if ( getValue('oct.right.missing') == '' ) then out = out .. 'OCT o.dxt ' .. getValue('oct.right.thickness') .. ' µm\n' end if ( getValue('oct.left.missing') == '' ) then out = out .. 'OCT o.sin ' .. getValue('oct.left.thickness') .. ' µm\n' end end return out value = 0 timestamp = 0 source = 'pracro' 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