From ce08ba4689b54f8e27a5418f490d9c87fe71cc78 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 17 Nov 2009 10:43:45 +0000 Subject: moved all .osin. instances from any instance containing it to the end of the instance. I have checked to find errors but NOT very thoroughly. The XML files might contain errors, but i will correct these, if any, when i encounter them later on --- server/xml/macros/spaltelampe-1.0.xml | 66 +++++++++++++++++------------------ 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'server/xml/macros/spaltelampe-1.0.xml') diff --git a/server/xml/macros/spaltelampe-1.0.xml b/server/xml/macros/spaltelampe-1.0.xml index 9c83001..4a3b76e 100644 --- a/server/xml/macros/spaltelampe-1.0.xml +++ b/server/xml/macros/spaltelampe-1.0.xml @@ -14,72 +14,72 @@ out = '' - if ( getValue('slit_lamp.odxt.missing') == '' or getValue('slit_lamp.osin.missing') == '' ) + if ( getValue('slit_lamp.mangler.odxt') == '' or getValue('slit_lamp.mangler.osin') == '' ) then out = out .. 'Spl:\n' end - if ( getValue('slit_lamp.odxt.missing') == '' ) + if ( getValue('slit_lamp.mangler.odxt') == '' ) then - out = out .. 'Linsen, højre side: ' .. getValue('slit_lamp.odxt.observation') .. '\n' - if ( getValue('slit_lamp.odxt.additional') ~= '' ) + out = out .. 'Linsen, højre side: ' .. getValue('slit_lamp.observation.odxt') .. '\n' + if ( getValue('slit_lamp.yderligere.odxt') ~= '' ) then - out = out .. 'Supplerende:\n' .. getValue('slit_lamp.odxt.additional') .. '\n' + out = out .. 'Supplerende:\n' .. getValue('slit_lamp.yderligere.odxt') .. '\n' end end - if ( getValue('slit_lamp.osin.missing') == '' ) + if ( getValue('slit_lamp.mangler.osin') == '' ) then - out = out .. 'Linsen, venstre side: ' .. getValue('slit_lamp.osin.observation') .. '\n' - if ( getValue('slit_lamp.osin.additional') ~= '' ) + out = out .. 'Linsen, venstre side: ' .. getValue('slit_lamp.observation.osin') .. '\n' + if ( getValue('slit_lamp.yderligere.osin') ~= '' ) then - out = out .. 'Supplerende:\n' .. getValue('slit_lamp.osin.additional') .. '\n' + out = out .. 'Supplerende:\n' .. getValue('slit_lamp.yderligere.osin') .. '\n' end end return out - - + + - + value = 0 timestamp = 0 source = '' - if( missing_eye_right ) + if( missing_eye_odxt ) then - if( missing_eye_right.value and missing_eye_right.value == '' ) + if( missing_eye_odxt.value and missing_eye_odxt.value == '' ) then value = '' - timestamp = missing_eye_right.timestamp - source = missing_eye_right.source + timestamp = missing_eye_odxt.timestamp + source = missing_eye_odxt.source else value = 'mangler' - timestamp = missing_eye_right.timestamp - source = missing_eye_right.source + timestamp = missing_eye_odxt.timestamp + source = missing_eye_odxt.source end end return value, timestamp, source - + value = 0 timestamp = 0 source = '' - if( missing_eye_left ) + if( missing_eye_osin ) then - if( missing_eye_left.value and missing_eye_left.value == '' ) + if( missing_eye_osin.value and missing_eye_osin.value == '' ) then value = '' - timestamp = missing_eye_left.timestamp - source = missing_eye_left.source + timestamp = missing_eye_osin.timestamp + source = missing_eye_osin.source else value = 'mangler' - timestamp = missing_eye_left.timestamp - source = missing_eye_left.source + timestamp = missing_eye_osin.timestamp + source = missing_eye_osin.source end end return value, timestamp, source @@ -113,8 +113,8 @@ @@ -123,7 +123,7 @@