From f35b14b6d06bfbe1d24abb5b752df06bcb690d24 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 2 Apr 2009 09:57:23 +0000 Subject: All the latest changes. None mentioned, none forgotten. --- server/xml/macros/B.2.2.7.xml | 194 ++++++++++++++++++++++++++++++------------ 1 file changed, 138 insertions(+), 56 deletions(-) (limited to 'server/xml/macros/B.2.2.7.xml') diff --git a/server/xml/macros/B.2.2.7.xml b/server/xml/macros/B.2.2.7.xml index d253d0d..0eeacca 100644 --- a/server/xml/macros/B.2.2.7.xml +++ b/server/xml/macros/B.2.2.7.xml @@ -7,83 +7,165 @@ 20090108: Bent Bisballe Nyeng Højre/venstre byttet om. --> + Inblikket til fundusbaggrunden er ${90D_lens.right.fundus_visibility} på højre øje og ${90D_lens.left.fundus_visibility} på venstre. -${90D_lens.implications} +${90D_lens.implications} +${90D_lens.additional} + + value = 0 + timestamp = 0 + source = 'pracro' + + if( missing_eye_right ) + then + if( missing_eye_right.value and missing_eye_right.value == '' ) + then + value = '' + timestamp = missing_eye_right.timestamp + else + value = 'mangler' + timestamp = missing_eye_right.timestamp + end + end + return value, timestamp, source + + + value = 0 + timestamp = 0 + source = 'pracro' + + if( missing_eye_left ) + then + if( missing_eye_left.value and missing_eye_left.value == '' ) + then + value = '' + timestamp = missing_eye_left.timestamp + else + value = 'mangler' + timestamp = missing_eye_left.timestamp + end + end + return value, timestamp, source + + + + + - - -