diff options
author | senator <senator> | 2009-11-16 11:36:08 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-16 11:36:08 +0000 |
commit | 1a6bd6fdbfffa6fb120b1464854a95b43221719d (patch) | |
tree | 9ab5d7acfd549e53ec58921f6319ef4aa4650ff6 /server/xml/macros/fluorescens_konklusion-1.0.xml | |
parent | c3cf6809bd89f2fddbdc8a6d0b8c2e713392f710 (diff) |
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
Diffstat (limited to 'server/xml/macros/fluorescens_konklusion-1.0.xml')
-rw-r--r-- | server/xml/macros/fluorescens_konklusion-1.0.xml | 26 |
1 files changed, 13 insertions, 13 deletions
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 @@ <resume language="lua"> 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 @@ </maps> <scripts> <script language="lua" name="angiografi_konklusion"> - -- This script sets the value of additional according to conclusion. + -- This script sets the value of additional according to.konklusion. - 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 enable('yderligere_info_frame') else disable('yderligere_info_frame') end - if( getValue('fluorescens.conclusion') == 'andet' ) + if( getValue('fluorescens.konklusion.) == 'andet' ) then enable('andet_frame') else @@ -66,14 +66,14 @@ <frame layout="hbox"> <label caption="Øje:" width="50"/> - <radiobuttons name="fluorescens.conclusion.eye" value=""> + <radiobuttons name="fluorescens.konklusion.eye" value=""> <radiobutton caption="o.dxt" value="o.dxt"/> <radiobutton caption="o.sin" value="o.sin"/> </radiobuttons> <spacer/> </frame> - <combobox name="fluorescens.conclusion" + <combobox name="fluorescens.konklusion" value="Atrofiske foranderinger. Der findes ingen behandlingsindikation." script="angiografi_konklusion"> <item caption="Atrofiske foranderinger. Der findes ingen behandlingsindikation" @@ -94,7 +94,7 @@ <frame name="andet_frame" layout="hbox"> <label caption="Andet:"/> - <lineedit name="fluorescens.conclusion.other" value=""/> + <lineedit name="fluorescens.konklusion.other" value=""/> </frame> <frame name="yderligere_info_frame" layout="vbox"> |