From 8eade25e7f7a390b67e37f48d61454af0c1e9363 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 6 Aug 2009 08:55:51 +0000 Subject: Renamed all macros to Danish. --- server/xml/macros/slitlamp-1.0.xml | 179 ------------------------------------- 1 file changed, 179 deletions(-) delete mode 100644 server/xml/macros/slitlamp-1.0.xml (limited to 'server/xml/macros/slitlamp-1.0.xml') diff --git a/server/xml/macros/slitlamp-1.0.xml b/server/xml/macros/slitlamp-1.0.xml deleted file mode 100644 index b706f49..0000000 --- a/server/xml/macros/slitlamp-1.0.xml +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - out = '' - if ( getValue('slit_lamp.right.missing') == '' or getValue('slit_lamp.left.missing') == '' ) - then - out = out .. 'Spl:\n' - end - - if ( getValue('slit_lamp.right.missing') == '' ) - then - out = out .. 'Linsen, højre side: ' .. getValue('slit_lamp.right.observation') .. '\n' - if ( getValue('slit_lamp.right.additional') ~= '' ) - then - out = out .. 'Supplerende:\n' .. getValue('slit_lamp.right.additional') .. '\n' - end - end - - if ( getValue('slit_lamp.left.missing') == '' ) - then - out = out .. 'Linsen, venstre side: ' .. getValue('slit_lamp.left.observation') .. '\n' - if ( getValue('slit_lamp.left.additional') ~= '' ) - then - out = out .. 'Supplerende:\n' .. getValue('slit_lamp.left.additional') .. '\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 - - - - - - - - - - - - - - - - -