diff options
author | senator <senator> | 2009-11-16 10:50:00 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-16 10:50:00 +0000 |
commit | 36492da266df3f7e66ad5a330c76af285d765fa7 (patch) | |
tree | 38e39e1635eea60bb7aa5e2c8af22f38e8d960ae /server/xml/macros/oct_konklusion-1.0.xml | |
parent | 7864f9d561657a5b7d557268c50837ef3ee585f9 (diff) |
auto-replaced all instances of Højre øje and Venstre øje with o.dxt and o.sin. This was done using sed. These changes are not verified 100%, but i assume it went well. A quick check showed no errors.
Diffstat (limited to 'server/xml/macros/oct_konklusion-1.0.xml')
-rw-r--r-- | server/xml/macros/oct_konklusion-1.0.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/server/xml/macros/oct_konklusion-1.0.xml b/server/xml/macros/oct_konklusion-1.0.xml index f9b8786..bdc20a9 100644 --- a/server/xml/macros/oct_konklusion-1.0.xml +++ b/server/xml/macros/oct_konklusion-1.0.xml @@ -15,18 +15,18 @@ <macro name="oct_konklusion" version="1.0"> <resume language="lua"> out = '' - if ( getValue('oct.right.missing') == '' or getValue('oct.left.missing') == '' ) + if ( getValue('oct.odxt.missing') == '' or getValue('oct.osin.missing') == '' ) then out = out .. 'Central nethinde konklusion:\n' - if ( getValue('oct.right.missing') == '' ) + if ( getValue('oct.odxt.missing') == '' ) then - out = out .. 'OCT o.dxt ' .. getValue('oct.right.description') .. '.\n' + out = out .. 'OCT o.dxt ' .. getValue('oct.odxt.description') .. '.\n' end - if ( getValue('oct.left.missing') == '' ) + if ( getValue('oct.osin.missing') == '' ) then - out = out .. 'OCT o.sin ' .. getValue('oct.left.description') .. '.\n' + out = out .. 'OCT o.sin ' .. getValue('oct.osin.description') .. '.\n' end end @@ -108,23 +108,23 @@ <frame layout="hbox"> - <!-- Højre øje --> + <!-- o.dxt --> <frame layout="vbox"> <checkbox caption="Der er ikke målt på højre øje" - name="oct.right.missing" script="right_eye" + name="oct.odxt.missing" script="right_eye" map="missing_eye_right_map" truevalue="mangler" falsevalue="" value=""/> - <frame name="right_eye_frame" caption="Højre øje" layout="hbox"> + <frame name="right_eye_frame" caption="o.dxt" layout="hbox"> <frame layout="vbox"> <frame layout="hbox"> <label caption="Tykkelse:"/> - <lineedit name="oct.right.thickness" value="" readonly="true"/> + <lineedit name="oct.odxt.thickness" value="" readonly="true"/> <label caption="µm"/> </frame> <label caption=""/> </frame> - <altcombobox name="oct.right.description" type="select" value="normal" layout="vbox"> + <altcombobox name="oct.odxt.description" type="select" value="normal" layout="vbox"> <item caption="Pigmentepitelløsning" value="pigmentepitelløsning"/> <item caption="Serøs amotio" value="serøs amotio"/> <item caption="Cystoidt makulært ødem" value="cystoidt makulært ødem"/> @@ -139,22 +139,22 @@ </frame> </frame> - <!-- Venstre øje --> + <!-- o.sin --> <frame layout="vbox"> <checkbox caption="Der er ikke målt på venstre øje" - name="oct.left.missing" script="left_eye" + name="oct.osin.missing" script="left_eye" map="missing_eye_left_map" truevalue="mangler" falsevalue="" value=""/> - <frame name="left_eye_frame" caption="Venstre øje" layout="hbox"> + <frame name="left_eye_frame" caption="o.sin" layout="hbox"> <frame layout="vbox"> <frame layout="hbox"> <label caption="Tykkelse:"/> - <lineedit name="oct.left.thickness" value="" readonly="true"/> + <lineedit name="oct.osin.thickness" value="" readonly="true"/> <label caption="µm"/> </frame> <label caption=""/> </frame> - <altcombobox name="oct.left.description" type="select" value="normal" layout="vbox"> + <altcombobox name="oct.osin.description" type="select" value="normal" layout="vbox"> <item caption="Pigmentepitelløsning" value="pigmentepitelløsning"/> <item caption="Serøs amotio" value="serøs amotio"/> <item caption="Cystoidt makulært ødem" value="cystoidt makulært ødem"/> |