diff options
Diffstat (limited to 'server/xml/macros/topografi-1.0.xml')
-rw-r--r-- | server/xml/macros/topografi-1.0.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/xml/macros/topografi-1.0.xml b/server/xml/macros/topografi-1.0.xml index 7eedcfa..1396540 100644 --- a/server/xml/macros/topografi-1.0.xml +++ b/server/xml/macros/topografi-1.0.xml @@ -4,17 +4,17 @@ out = '' if ( getValue('topografi.mangler.odxt') == '' or getValue('topografi.mangler.osin') == '' ) then - out = out .. 'Topografi, ' .. getValue('topografi.method') .. ':\n' + out = out .. 'Topografi, ' .. getValue('topografi.metode') .. ':\n' end if ( getValue('topografi.mangler.odxt') == '' ) then - out = out .. 'o.dxt: ' .. getValue('topografi.judgement.odxt') .. '\n' + out = out .. 'o.dxt: ' .. getValue('topografi.bedoemmelse.odxt') .. '\n' end if ( getValue('topografi.mangler.osin') == '' ) then - out = out .. 'o.sin: ' .. getValue('topografi.judgement.osin') .. '\n' + out = out .. 'o.sin: ' .. getValue('topografi.bedoemmelse.osin') .. '\n' end return out @@ -84,7 +84,7 @@ layout="vbox"> <label caption="Metode:"/> - <altcombobox name="topografi.method" value="Pentacam" layout="vbox"> + <altcombobox name="topografi.metode" value="Pentacam" layout="vbox"> <item caption="Pentacam" value="Pentacam"/> <item caption="Atlas" value="Atlas"/> <item caption="Atlas og Pentacam" value="Atlas og Pentacam"/> @@ -107,7 +107,7 @@ <frame name="right_eye_frame" caption="o.dxt" layout="hbox"> <frame layout="vbox"> - <altcombobox name="topografi.judgement.odxt" layout="vbox"> + <altcombobox name="topografi.bedoemmelse.odxt" layout="vbox"> <item caption="Symmetrisk cornea" value="Symmetrisk cornea"/> <item caption="Regelmæssig astigmatisme" value="Regelmæssig astigmatisme"/> <item caption="Uregelmæssig astigmatisme" value="Uregelmæssig astigmatisme"/> @@ -135,7 +135,7 @@ <frame name="left_eye_frame" caption="o.sin" layout="hbox"> <frame layout="vbox"> - <altcombobox name="topografi.judgement.osin" layout="vbox"> + <altcombobox name="topografi.bedoemmelse.osin" layout="vbox"> <item caption="Symmetrisk cornea" value="Symmetrisk cornea"/> <item caption="Regelmæssig astigmatisme" value="Regelmæssig astigmatisme"/> <item caption="Uregelmæssig astigmatisme" value="Uregelmæssig astigmatisme"/> |