From 730eb796bbce6f124be9194f1565b7dda1daddf1 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 1 Jun 2010 13:02:23 +0000 Subject: Afdj macros/templates are now located in their own repo. --- server/xml/macros/tao_spaltelampe-1.0.xml | 170 ------------------------------ 1 file changed, 170 deletions(-) delete mode 100644 server/xml/macros/tao_spaltelampe-1.0.xml (limited to 'server/xml/macros/tao_spaltelampe-1.0.xml') diff --git a/server/xml/macros/tao_spaltelampe-1.0.xml b/server/xml/macros/tao_spaltelampe-1.0.xml deleted file mode 100644 index 269bdf9..0000000 --- a/server/xml/macros/tao_spaltelampe-1.0.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - out = '' - - if ( getValue('tao_spaltelampe.odxt.mangler') == '' ) - then - out = out .. 'Spaltelampe o.dxt:\n' - out = out .. 'Conjunktival injektion: ' .. getValue('tao_spaltelampe.odxt.injektion') .. '\n' - out = out .. 'Chemosis: ' .. getValue('tao_spaltelampe.odxt.chemosis') .. '\n' - out = out .. 'Corneapåvirkning efter fluoresceinfarvning viser ' .. getValue('tao_spaltelampe.odxt.paavirkning') .. '.\n' - end - - if ( getValue('tao_spaltelampe.osin.mangler') == '' ) - then - if ( getValue('tao_spaltelampe.odxt.mangler') == '' ) - then - out = out .. '\n' - end - out = out .. 'Spaltelampe o.sin:\n' - out = out .. 'Conjunktival injektion: ' .. getValue('tao_spaltelampe.osin.injektion') .. '\n' - out = out .. 'Chemosis: ' .. getValue('tao_spaltelampe.osin.chemosis') .. '\n' - out = out .. 'Corneapåvirkning efter fluoresceinfarvning viser ' .. getValue('tao_spaltelampe.osin.paavirkning') .. '.\n' - end - - return out - - - - - - - - value = 0 - timestamp = 0 - source = '' - - if( missing_eye_odxt ) - then - if( missing_eye_odxt.value and missing_eye_odxt.value == '' ) - then - value = '' - timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.source - else - value = 'mangler' - timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.source - end - end - return value, timestamp, source - - - value = 0 - timestamp = 0 - source = '' - - if( missing_eye_osin ) - then - if( missing_eye_osin.value and missing_eye_osin.value == '' ) - then - value = '' - timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.source - else - value = 'mangler' - timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.source - end - end - return value, timestamp, source - - - - - - - - - - - - - - -