From 1a6bd6fdbfffa6fb120b1464854a95b43221719d Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 16 Nov 2009 11:36:08 +0000 Subject: Several more changes to field names. These are done with sed, so it is possible that something is broken. I do check things after changes are made so it should be ok --- server/xml/macros/fluorescens_konklusion-1.0.xml | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'server/xml/macros/fluorescens_konklusion-1.0.xml') diff --git a/server/xml/macros/fluorescens_konklusion-1.0.xml b/server/xml/macros/fluorescens_konklusion-1.0.xml index bfa115d..635f43e 100644 --- a/server/xml/macros/fluorescens_konklusion-1.0.xml +++ b/server/xml/macros/fluorescens_konklusion-1.0.xml @@ -16,20 +16,20 @@ out = 'Konklusion:\n' - if( getValue('fluorescens.conclusion') == 'Klassisk subretinal neovaskulær membran.' - or getValue('fluorescens.conclusion') == 'Overvejende klassisk subretinal neovaskulær membran.' ) + if( getValue('fluorescens.konklusion.) == 'Klassisk subretinal neovaskulær membran.' + or getValue('fluorescens.konklusion.) == 'Overvejende klassisk subretinal neovaskulær membran.' ) then - out = out .. getValue('fluorescens.conclusion') .. '\n' + out = out .. getValue('fluorescens.konklusion.) .. '\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' ) + if( getValue('fluorescens.konklusion.) == 'andet' ) then - out = out .. getValue('fluorescens.conclusion.other') .. '\n' + out = out .. getValue('fluorescens.konklusion.other') .. '\n' else - out = out .. getValue('fluorescens.conclusion') .. '\n' + out = out .. getValue('fluorescens.konklusion.) .. '\n' end end @@ -41,17 +41,17 @@