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/ref_90d_linse-1.0.xml | 359 -------------------------------- 1 file changed, 359 deletions(-) delete mode 100644 server/xml/macros/ref_90d_linse-1.0.xml (limited to 'server/xml/macros/ref_90d_linse-1.0.xml') diff --git a/server/xml/macros/ref_90d_linse-1.0.xml b/server/xml/macros/ref_90d_linse-1.0.xml deleted file mode 100644 index 059958b..0000000 --- a/server/xml/macros/ref_90d_linse-1.0.xml +++ /dev/null @@ -1,359 +0,0 @@ - - - - out = '' - if ( getValue('90d_linse.mangler.odxt') == '' ) - then - out = out .. 'Oftalmoskopi, o.dxt:\n' - out = out .. getValue('90d_linse.indblik.odxt') .. ' indblik.\n' - out = out .. 'Papil: ' .. getValue('90d_linse.papil.odxt') .. '\n' - out = out .. 'Makula: ' .. getValue('90d_linse.makula.odxt') .. '\n' - out = out .. 'Periferi: ' .. getValue('90d_linse.periferi.odxt') - if ( getValue('90d_linse.periferi.odxt') == 'Hul eller rift kl' ) - then - out = out .. ' ' .. getValue('90d_linse.hul_eller_rift_kl.odxt') .. '\n' - else - out = out .. '\n' - end - if ( getValue('90d_linse.supplerende.odxt') ~= '' ) - then - out = out .. getValue('90d_linse.supplerende.odxt') .. '\n' - end - end - if ( getValue('90d_linse.mangler.osin') == '' ) - then - if ( getValue('90d_linse.mangler.odxt') == '' ) - then - out = out .. '\n' - end - out = out .. 'Oftalmoskopi, o.sin:\n' - out = out .. getValue('90d_linse.indblik.osin') .. ' indblik.\n' - out = out .. 'Papil: ' .. getValue('90d_linse.papil.osin') .. '\n' - out = out .. 'Makula: ' .. getValue('90d_linse.makula.osin') .. '\n' - out = out .. 'Periferi: ' .. getValue('90d_linse.periferi.osin') - if ( getValue('90d_linse.periferi.osin') == 'Hul eller rift kl' ) - then - out = out .. ' ' .. getValue('90d_linse.hul_eller_rift_kl.osin') .. '\n' - else - out = out .. '\n' - end - if ( getValue('90d_linse.supplerende.osin') ~= '' ) - then - out = out .. getValue('90d_linse.supplerende.osin') .. '\n' - end - 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 - - - - - - - - - - - - - - - - - - - -