From bae3ee64b94cdde58bd62a6731a385322ea6a5ee Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 11 Nov 2009 10:35:47 +0000 Subject: Minor changes, mostly to oejendrypning macro --- server/xml/macros/ref-spaltelampe-1.0.xml | 124 +++++++++++++++--------------- 1 file changed, 62 insertions(+), 62 deletions(-) (limited to 'server/xml/macros/ref-spaltelampe-1.0.xml') diff --git a/server/xml/macros/ref-spaltelampe-1.0.xml b/server/xml/macros/ref-spaltelampe-1.0.xml index c06b7c6..d2b1f45 100644 --- a/server/xml/macros/ref-spaltelampe-1.0.xml +++ b/server/xml/macros/ref-spaltelampe-1.0.xml @@ -13,43 +13,43 @@ out = out .. 'Cornea:\n' - if ( getValue('spaltelampe.right.epithel.ophelet') ~= '' or getValue('spaltelampe.right.epithel.central_epitheldefekt') ~= '' or getValue('spaltelampe.right.epithel.toerhedsforandringer') ~= '' or getValue('spaltelampe.right.epithel.andet') ~= '') + if ( getValue('spaltelampe.right.epitel.intakt') ~= '' or getValue('spaltelampe.right.epitel.central_epiteldefekt') ~= '' or getValue('spaltelampe.right.epitel.toerhedsforandringer') ~= '' or getValue('spaltelampe.right.epitel.andet') ~= '') then - out = out .. ' Epithel: ' + out = out .. ' Epitel: ' end - if ( getValue('spaltelampe.right.epithel.ophelet') ~= '' ) + if ( getValue('spaltelampe.right.epitel.intakt') ~= '' ) then - out = out .. getValue('spaltelampe.right.epithel.ophelet') - if ( getValue('spaltelampe.right.epithel.central_epitheldefekt') ~= '' or getValue('spaltelampe.right.epithel.toerhedsforandringer') ~= '' or getValue('spaltelampe.right.epithel.andet') ~= '') + out = out .. getValue('spaltelampe.right.epitel.intakt') + if ( getValue('spaltelampe.right.epitel.central_epiteldefekt') ~= '' or getValue('spaltelampe.right.epitel.toerhedsforandringer') ~= '' or getValue('spaltelampe.right.epitel.andet') ~= '') then out = out .. ', ' else out = out .. '\n' end end - if ( getValue('spaltelampe.right.epithel.central_epitheldefekt') ~= '' ) + if ( getValue('spaltelampe.right.epitel.central_epiteldefekt') ~= '' ) then - out = out .. getValue('spaltelampe.right.epithel.central_epitheldefekt') - if (getValue('spaltelampe.right.epithel.toerhedsforandringer') ~= '' or getValue('spaltelampe.right.epithel.andet') ~= '') + out = out .. getValue('spaltelampe.right.epitel.central_epiteldefekt') + if (getValue('spaltelampe.right.epitel.toerhedsforandringer') ~= '' or getValue('spaltelampe.right.epitel.andet') ~= '') then out = out .. ', ' else out = out .. '\n' end end - if ( getValue('spaltelampe.right.epithel.toerhedsforandringer') ~= '' ) + if ( getValue('spaltelampe.right.epitel.toerhedsforandringer') ~= '' ) then - out = out .. getValue('spaltelampe.right.epithel.toerhedsforandringer') - if (getValue('spaltelampe.right.epithel.andet') ~= '') + out = out .. getValue('spaltelampe.right.epitel.toerhedsforandringer') + if (getValue('spaltelampe.right.epitel.andet') ~= '') then out = out .. ', ' else out = out .. '\n' end end - if ( getValue('spaltelampe.right.epithel.andet') ~= '' ) + if ( getValue('spaltelampe.right.epitel.andet') ~= '' ) then - out = out .. getValue('spaltelampe.right.epithel.andet') .. '\n' + out = out .. getValue('spaltelampe.right.epitel.andet') .. '\n' end if ( getValue('spaltelampe.right.stroma') ~= '' ) @@ -64,20 +64,20 @@ then out = out .. ' Folder: ' .. getValue('spaltelampe.right.folder') .. '\n' end - if ( getValue('spaltelampe.right.interface.partikler') ~= '' or getValue('spaltelampe.right.interface.epithelindvaekst') ~= '' ) + if ( getValue('spaltelampe.right.interface.partikler') ~= '' or getValue('spaltelampe.right.interface.epitelindvaekst') ~= '' ) then out = out .. ' Interface: ' if ( getValue('spaltelampe.right.interface.partikler') ~= '' ) then out = out .. getValue('spaltelampe.right.interface.partikler') - if ( getValue('spaltelampe.right.interface.epithelindvaekst') ~= '' ) + if ( getValue('spaltelampe.right.interface.epitelindvaekst') ~= '' ) then out = out .. ', ' end end - if ( getValue('spaltelampe.right.interface.epithelindvaekst') ~= '' ) + if ( getValue('spaltelampe.right.interface.epitelindvaekst') ~= '' ) then - out = out .. getValue('spaltelampe.right.interface.epithelindvaekst') .. '\n' + out = out .. getValue('spaltelampe.right.interface.epitelindvaekst') .. '\n' else out = out .. '\n' end @@ -111,48 +111,48 @@ out = out .. 'Cornea:\n' - if ( getValue('spaltelampe.left.epithel.ophelet') ~= '' or getValue('spaltelampe.left.epithel.central_epitheldefekt') ~= '' or getValue('spaltelampe.left.epithel.toerhedsforandringer') ~= '' or getValue('spaltelampe.left.epithel.andet') ~= '') + if ( getValue('spaltelampe.left.epitel.intakt') ~= '' or getValue('spaltelampe.left.epitel.central_epiteldefekt') ~= '' or getValue('spaltelampe.left.epitel.toerhedsforandringer') ~= '' or getValue('spaltelampe.left.epitel.andet') ~= '') then - out = out .. ' Epithel: ' + out = out .. ' Epitel: ' end - if ( getValue('spaltelampe.left.epithel.ophelet') ~= '' ) + if ( getValue('spaltelampe.left.epitel.intakt') ~= '' ) then - out = out .. getValue('spaltelampe.left.epithel.ophelet') - if ( getValue('spaltelampe.left.epithel.central_epitheldefekt') ~= '' or getValue('spaltelampe.left.epithel.toerhedsforandringer') ~= '' or getValue('spaltelampe.left.epithel.andet') ~= '') + out = out .. getValue('spaltelampe.left.epitel.intakt') + if ( getValue('spaltelampe.left.epitel.central_epiteldefekt') ~= '' or getValue('spaltelampe.left.epitel.toerhedsforandringer') ~= '' or getValue('spaltelampe.left.epitel.andet') ~= '') then out = out .. ', ' else out = out .. '\n' end end - if ( getValue('spaltelampe.left.epithel.central_epitheldefekt') ~= '' ) + if ( getValue('spaltelampe.left.epitel.central_epiteldefekt') ~= '' ) then - out = out .. getValue('spaltelampe.left.epithel.central_epitheldefekt') - if (getValue('spaltelampe.left.epithel.toerhedsforandringer') ~= '' or getValue('spaltelampe.left.epithel.andet') ~= '') + out = out .. getValue('spaltelampe.left.epitel.central_epiteldefekt') + if (getValue('spaltelampe.left.epitel.toerhedsforandringer') ~= '' or getValue('spaltelampe.left.epitel.andet') ~= '') then out = out .. ', ' else out = out .. '\n' end end - if ( getValue('spaltelampe.left.epithel.toerhedsforandringer') ~= '' ) + if ( getValue('spaltelampe.left.epitel.toerhedsforandringer') ~= '' ) then - out = out .. getValue('spaltelampe.left.epithel.toerhedsforandringer') - if (getValue('spaltelampe.left.epithel.andet') ~= '') + out = out .. getValue('spaltelampe.left.epitel.toerhedsforandringer') + if (getValue('spaltelampe.left.epitel.andet') ~= '') then out = out .. ', ' else out = out .. '\n' end end - if ( getValue('spaltelampe.left.epithel.andet') ~= '' ) + if ( getValue('spaltelampe.left.epitel.andet') ~= '' ) then - out = out .. getValue('spaltelampe.left.epithel.andet') .. '\n' + out = out .. getValue('spaltelampe.left.epitel.andet') .. '\n' end - if ( getValue('spaltelampe.left.epithel') ~= '' ) + if ( getValue('spaltelampe.left.epitel') ~= '' ) then - out = out .. ' Epithel: ' .. getValue('spaltelampe.left.epithel') .. '\n' + out = out .. ' Epitel: ' .. getValue('spaltelampe.left.epitel') .. '\n' end if ( getValue('spaltelampe.left.stroma') ~= '' ) then @@ -166,20 +166,20 @@ then out = out .. ' Folder: ' .. getValue('spaltelampe.left.folder') .. '\n' end - if ( getValue('spaltelampe.left.interface.partikler') ~= '' or getValue('spaltelampe.left.interface.epithelindvaekst') ~= '' ) + if ( getValue('spaltelampe.left.interface.partikler') ~= '' or getValue('spaltelampe.left.interface.epitelindvaekst') ~= '' ) then out = out .. ' Interface: ' if ( getValue('spaltelampe.left.interface.partikler') ~= '' ) then out = out .. getValue('spaltelampe.left.interface.partikler') - if ( getValue('spaltelampe.left.interface.epithelindvaekst') ~= '' ) + if ( getValue('spaltelampe.left.interface.epitelindvaekst') ~= '' ) then out = out .. ', ' end end - if ( getValue('spaltelampe.left.interface.epithelindvaekst') ~= '' ) + if ( getValue('spaltelampe.left.interface.epitelindvaekst') ~= '' ) then - out = out .. getValue('spaltelampe.left.interface.epithelindvaekst') .. '\n' + out = out .. getValue('spaltelampe.left.interface.epitelindvaekst') .. '\n' else out = out .. '\n' end @@ -301,19 +301,19 @@ -