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/fluoresceinconclusion-1.0.xml | 128 ------------------------ 1 file changed, 128 deletions(-) delete mode 100644 server/xml/macros/fluoresceinconclusion-1.0.xml (limited to 'server/xml/macros/fluoresceinconclusion-1.0.xml') diff --git a/server/xml/macros/fluoresceinconclusion-1.0.xml b/server/xml/macros/fluoresceinconclusion-1.0.xml deleted file mode 100644 index a8bd277..0000000 --- a/server/xml/macros/fluoresceinconclusion-1.0.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - out = 'Konklusion:\n' - - if( getValue('fluorescens.conclusion') == 'Klassisk subretinal neovaskulær membran.' - or getValue('fluorescens.conclusion') == 'Overvejende klassisk subretinal neovaskulær membran.' ) - then - out = out .. getValue('fluorescens.conclusion') .. '\n' - out = out .. 'Membranen er beliggende:' - .. getValue('fluorescens.membrane.position') .. '\n' - out = out .. 'Membranstørrelse:' - .. getValue('fluorescens.membrane.size') .. 'µm\n' - else - if( getValue('fluorescens.conclusion') == 'andet' ) - then - out = out .. getValue('fluorescens.conclusion.other') .. '\n' - else - out = out .. getValue('fluorescens.conclusion') .. '\n' - end - end - - return out - - - - - - - - - - - -