From e4ef89fe4dc44cf74a8e2a314d41b3027c415749 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 12 Oct 2009 07:23:50 +0000 Subject: moved to visus-manifest_refraktion-1.0.xml --- server/xml/macros/visus-optimal_korr-1.0.xml | 557 --------------------------- 1 file changed, 557 deletions(-) delete mode 100644 server/xml/macros/visus-optimal_korr-1.0.xml diff --git a/server/xml/macros/visus-optimal_korr-1.0.xml b/server/xml/macros/visus-optimal_korr-1.0.xml deleted file mode 100644 index 75f79c3..0000000 --- a/server/xml/macros/visus-optimal_korr-1.0.xml +++ /dev/null @@ -1,557 +0,0 @@ - - - - out = '' - if ( getValue('visus.optimal_korr.missing.right') == '' ) - then - out = out .. 'Visus, højre øje:\n' - out = out .. 'Snellen: ' .. getValue('visus.optimal_korr.snellen.right') .. '\n' - out = out .. 'ETDRS: ' .. getValue('visus.optimal_korr.etdrs.right') .. '\n' - out = out .. 'Basis: ' - .. getValue('visus.optimal_korr.basis.sf.right') .. ' sf, ' - .. getValue('visus.optimal_korr.basis.cyl.right') .. ' sph ' - .. getValue('visus.optimal_korr.basis.grader.right') .. ' grader.\n' - out = out .. 'Korr.: ' - .. getValue('visus.optimal_korr.korr.sf.right') .. ' sf, ' - .. getValue('visus.optimal_korr.korr.cyl.right') .. ' sph ' - .. getValue('visus.optimal_korr.korr.grader.right') .. ' grader.\n' - end - - if ( getValue('visus.optimal_korr.missing.left') == '' ) - then - out = out .. 'Visus, venstre øje:\n' - out = out .. 'Snellen: ' .. getValue('visus.optimal_korr.snellen.left') .. '\n' - out = out .. 'ETDRS: ' .. getValue('visus.optimal_korr.etdrs.left') .. '\n' - out = out .. 'Basis: ' - .. getValue('visus.optimal_korr.basis.sf.left') .. ' sf, ' - .. getValue('visus.optimal_korr.basis.cyl.left') .. ' sph ' - .. getValue('visus.optimal_korr.basis.grader.left') .. ' grader.\n' - out = out .. 'Korr.: ' - .. getValue('visus.optimal_korr.korr.sf.left') .. ' sf, ' - .. getValue('visus.optimal_korr.korr.cyl.left') .. ' sph ' - .. getValue('visus.optimal_korr.korr.grader.left') .. ' grader.\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 - source = missing_eye_right.source - else - value = 'mangler' - timestamp = missing_eye_right.timestamp - source = missing_eye_right.source - end - end - return value, timestamp, source - - - value = 0 - timestamp = 0 - source = '' - - if( missing_eye_left ) - then - if( missing_eye_left.value and missing_eye_left.value == '' ) - then - value = '' - timestamp = missing_eye_left.timestamp - source = missing_eye_left.source - else - value = 'mangler' - timestamp = missing_eye_left.timestamp - source = missing_eye_left.source - end - end - return value, timestamp, source - - - - - - - - - - - - - - - - - - - - - -