From 36492da266df3f7e66ad5a330c76af285d765fa7 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 16 Nov 2009 10:50:00 +0000 Subject: =?UTF-8?q?auto-replaced=20all=20instances=20of=20H=F8jre=20=F8je?= =?UTF-8?q?=20and=20Venstre=20=F8je=20with=20o.dxt=20and=20o.sin.=20This?= =?UTF-8?q?=20was=20done=20using=20sed.=20These=20changes=20are=20not=20ve?= =?UTF-8?q?rified=20100%,=20but=20i=20assume=20it=20went=20well.=20A=20qui?= =?UTF-8?q?ck=20check=20showed=20no=20errors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/xml/macros/90d_linse-1.0.xml | 70 +++--- server/xml/macros/akselaengde-1.0.xml | 26 +- server/xml/macros/aktuelle-1.0.xml | 18 +- server/xml/macros/autorefraktion-1.0.xml | 48 ++-- server/xml/macros/central_corneatykkelse-1.0.xml | 26 +- server/xml/macros/cycloplegisk_refraktion-1.0.xml | 48 ++-- server/xml/macros/egen_brille-1.0.xml | 88 +++---- server/xml/macros/example.xml | 12 +- server/xml/macros/keratometri-1.0.xml | 40 ++-- server/xml/macros/manifest_refraktion-1.0.xml | 48 ++-- server/xml/macros/oct_konklusion-1.0.xml | 30 +-- server/xml/macros/oct_maaling-1.0.xml | 26 +- server/xml/macros/oejentryk-1.0.xml | 32 +-- server/xml/macros/pupilstoerrelse-1.0.xml | 26 +- server/xml/macros/ref-spaltelampe-1.0.xml | 266 ++++++++++----------- server/xml/macros/ref_90d_linse-1.0.xml | 122 +++++----- .../xml/macros/ref_efterkontrol-konklusion-1.0.xml | 4 +- server/xml/macros/ref_forunders-konklusion-1.0.xml | 4 +- server/xml/macros/spaltelampe-1.0.xml | 38 +-- server/xml/macros/spaltelampe-template-1.0.xml | 266 ++++++++++----------- server/xml/macros/tonometri-1.0.xml | 30 +-- server/xml/macros/topografi-1.0.xml | 34 +-- server/xml/macros/visus-1.0.xml | 70 +++--- server/xml/macros/visus-autoref-1.0.xml | 116 ++++----- server/xml/macros/visus-egen_korr-1.0.xml | 174 +++++++------- .../xml/macros/visus-manifest_refraktion-1.0.xml | 174 +++++++------- server/xml/macros/visus-template-1.0.xml | 206 ++++++++-------- server/xml/macros/visus-uden_korr-1.0.xml | 142 +++++------ 28 files changed, 1092 insertions(+), 1092 deletions(-) diff --git a/server/xml/macros/90d_linse-1.0.xml b/server/xml/macros/90d_linse-1.0.xml index e6b6eb3..1600957 100644 --- a/server/xml/macros/90d_linse-1.0.xml +++ b/server/xml/macros/90d_linse-1.0.xml @@ -16,82 +16,82 @@ out = '90D linse:' - if ( getValue('90d_linse.right.missing') == '' and getValue('90d_linse.left.missing') == '' ) + if ( getValue('90d_linse.odxt.missing') == '' and getValue('90d_linse.osin.missing') == '' ) then - out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.right.fundus_visibility') - .. ' på højre øje og ' .. getValue('90d_linse.left.fundus_visibility')..' på venstre.\n' + out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.odxt.fundus_visibility') + .. ' på højre øje og ' .. getValue('90d_linse.osin.fundus_visibility')..' på venstre.\n' else - if ( getValue('90d_linse.right.missing') == '' ) + if ( getValue('90d_linse.odxt.missing') == '' ) then - out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.right.fundus_visibility') + out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.odxt.fundus_visibility') .. ' på højre øje.\n' end - if ( getValue('90d_linse.left.missing') == '' ) + if ( getValue('90d_linse.osin.missing') == '' ) then - out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.left.fundus_visibility') + out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.osin.fundus_visibility') ..' på venstre øje.\n' end end - if ( getValue('90d_linse.right.missing') == '' ) + if ( getValue('90d_linse.odxt.missing') == '' ) then - if ( getValue('90d_linse.right.implikation') == 'retinal hævelse' ) + if ( getValue('90d_linse.odxt.implikation') == 'retinal hævelse' ) then out = out .. 'På højre øje findes der retinal hævelse' - if ( getValue('90d_linse.right.randbl') ~= '' and getValue('90d_linse.right.exsudater') ~= '') + if ( getValue('90d_linse.odxt.randbl') ~= '' and getValue('90d_linse.odxt.exsudater') ~= '') then out = out .. ' med randblødning og exhudater.\n' end - if ( getValue('90d_linse.right.randbl') == '' and getValue('90d_linse.right.exsudater') ~= '') + if ( getValue('90d_linse.odxt.randbl') == '' and getValue('90d_linse.odxt.exsudater') ~= '') then out = out .. ' med exhudater.\n' end - if ( getValue('90d_linse.right.randbl') ~= '' and getValue('90d_linse.right.exsudater') == '') + if ( getValue('90d_linse.odxt.randbl') ~= '' and getValue('90d_linse.odxt.exsudater') == '') then out = out .. ' med randblødning.\n' end - if ( getValue('90d_linse.right.randbl') == '' and getValue('90d_linse.right.exsudater') == '') + if ( getValue('90d_linse.odxt.randbl') == '' and getValue('90d_linse.odxt.exsudater') == '') then out = out .. '.\n' end end - if ( getValue('90d_linse.right.implikation') == 'atrofi' ) + if ( getValue('90d_linse.odxt.implikation') == 'atrofi' ) then out = out .. 'På højre øje findes der atrofi.\n' end end - if ( getValue('90d_linse.left.missing') == '' ) + if ( getValue('90d_linse.osin.missing') == '' ) then - if ( getValue('90d_linse.left.implikation') == 'retinal hævelse' ) + if ( getValue('90d_linse.osin.implikation') == 'retinal hævelse' ) then out = out .. 'På venstre øje findes der retinal hævelse' - if ( getValue('90d_linse.left.randbl') ~= '' and getValue('90d_linse.left.exsudater') ~= '') + if ( getValue('90d_linse.osin.randbl') ~= '' and getValue('90d_linse.osin.exsudater') ~= '') then out = out .. ' med randblødning og exhudater.\n' end - if ( getValue('90d_linse.left.randbl') == '' and getValue('90d_linse.left.exsudater') ~= '') + if ( getValue('90d_linse.osin.randbl') == '' and getValue('90d_linse.osin.exsudater') ~= '') then out = out .. ' med exhudater.\n' end - if ( getValue('90d_linse.left.randbl') ~= '' and getValue('90d_linse.left.exsudater') == '') + if ( getValue('90d_linse.osin.randbl') ~= '' and getValue('90d_linse.osin.exsudater') == '') then out = out .. ' med randblødning.\n' end - if ( getValue('90d_linse.left.randbl') == '' and getValue('90d_linse.left.exsudater') == '') + if ( getValue('90d_linse.osin.randbl') == '' and getValue('90d_linse.osin.exsudater') == '') then out = out .. '.\n' end end - if ( getValue('90d_linse.left.implikation') == 'atrofi' ) + if ( getValue('90d_linse.osin.implikation') == 'atrofi' ) then out = out .. 'På venstre øje findes der atrofi.\n' end @@ -191,23 +191,23 @@ - + - + - + - @@ -215,32 +215,32 @@ - - - + - + - + - @@ -248,9 +248,9 @@ - - diff --git a/server/xml/macros/akselaengde-1.0.xml b/server/xml/macros/akselaengde-1.0.xml index 83a90c3..a5e800b 100644 --- a/server/xml/macros/akselaengde-1.0.xml +++ b/server/xml/macros/akselaengde-1.0.xml @@ -2,19 +2,19 @@ out = '' - if ( getValue('akselaengde.right.missing') == '' or getValue('akselaengde.left.missing') == '' ) + if ( getValue('akselaengde.odxt.missing') == '' or getValue('akselaengde.osin.missing') == '' ) then out = out .. 'Akselængde: ' .. getValue('akselaengde.method') .. '\n' end - if ( getValue('akselaengde.right.missing') == '' ) + if ( getValue('akselaengde.odxt.missing') == '' ) then - out = out .. 'Højre øje: ' .. getValue('akselaengde.right.length') .. ' mm\n' + out = out .. 'o.dxt: ' .. getValue('akselaengde.odxt.length') .. ' mm\n' end - if ( getValue('akselaengde.left.missing') == '' ) + if ( getValue('akselaengde.osin.missing') == '' ) then - out = out .. 'Venstre øje: ' .. getValue('akselaengde.left.length') .. ' mm\n' + out = out .. 'o.sin: ' .. getValue('akselaengde.osin.length') .. ' mm\n' end return out @@ -102,17 +102,17 @@ - + - +