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.5.xml | 183 ------------------------------------------ 1 file changed, 183 deletions(-) delete mode 100644 server/xml/macros/B.2.2.5.xml (limited to 'server/xml/macros/B.2.2.5.xml') diff --git a/server/xml/macros/B.2.2.5.xml b/server/xml/macros/B.2.2.5.xml deleted file mode 100644 index c2ebfba..0000000 --- a/server/xml/macros/B.2.2.5.xml +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - out = '' - - if ( getValue('tonometer.right.missing') == '' or getValue('tonometer.left.missing') == '' ) - then - out = out .. 'Øjentryk:\n' - end - - if ( getValue('tonometer.right.missing') == '' ) - then - out = out .. 'Højre øje: ' .. getValue('tonometer.pressure.right') .. ' mmHg\n' - end - - if ( getValue('tonometer.left.missing') == '' ) - then - out = out .. 'Venstre øje: ' .. getValue('tonometer.pressure.right') .. ' mmHg\n' - end - - if ( getValue('tonometer.right.missing') == '' or getValue('tonometer.left.missing') == '' ) - then - out = out .. getValue('tonometer.device') .. '.\n' - 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 - - - - - - - - - - - - - - - -