From 1d8429d8d3981dd027cdb7e160dd614ebf6c8ded Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 24 Jul 2009 10:09:09 +0000 Subject: Removed all macros from CVS. --- server/xml/macros/B.2.2.1.xml | 547 ------------------------------------------ 1 file changed, 547 deletions(-) delete mode 100644 server/xml/macros/B.2.2.1.xml (limited to 'server/xml/macros/B.2.2.1.xml') diff --git a/server/xml/macros/B.2.2.1.xml b/server/xml/macros/B.2.2.1.xml deleted file mode 100644 index a968cd4..0000000 --- a/server/xml/macros/B.2.2.1.xml +++ /dev/null @@ -1,547 +0,0 @@ - - - - - out = '' - if ( getValue('snellen.right.missing') == '' or getValue('snellen.left.missing') == '' ) - then - out = out .. 'Objektivt:\n' - - if ( getValue('snellen.right.missing') == '' ) - then - out = out .. 'Visus o.dxt. ' .. getValue('snellen.right') .. '\n' - out = out .. 'ETDRS o.dxt. ' .. getValue('etdrs.right') .. '\n' - out = out .. 'Korr.: ' .. getValue('snellen.right.corr.basis') .. ' add ' - .. getValue('snellen.right.corr.sph') .. ' sf, ' - .. getValue('snellen.right.corr.cyl') .. ' sph ' - .. getValue('snellen.right.corr.axis') .. ' grader.\n' - end - - if ( getValue('snellen.left.missing') == '' ) - then - out = out .. 'Visus o.sin. ' .. getValue('snellen.left') .. '\n' - out = out .. 'ETDRS o.sin. ' .. getValue('etdrs.left') .. '\n' - out = out .. 'Korr.: ' .. getValue('snellen.left.corr.basis') .. ' add ' - .. getValue('snellen.left.corr.sph') .. ' sf, ' - .. getValue('snellen.left.corr.cyl') .. ' sph ' - .. getValue('snellen.left.corr.axis') .. ' grader.\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 - - - - - - - - - - - - - - - - - - - - - -