summaryrefslogtreecommitdiff
path: root/server/xml/macros/topografi-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/topografi-1.0.xml')
-rw-r--r--server/xml/macros/topografi-1.0.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/server/xml/macros/topografi-1.0.xml b/server/xml/macros/topografi-1.0.xml
index 07292cc..dd32178 100644
--- a/server/xml/macros/topografi-1.0.xml
+++ b/server/xml/macros/topografi-1.0.xml
@@ -2,19 +2,19 @@
<macro name="topografi" version="1.0">
<resume language="lua">
out = ''
- if ( getValue('topografi.right.missing') == '' or getValue('topografi.left.missing') == '' )
+ if ( getValue('topografi.odxt.missing') == '' or getValue('topografi.osin.missing') == '' )
then
out = out .. 'Topografi, ' .. getValue('topografi.method') .. ':\n'
end
- if ( getValue('topografi.right.missing') == '' )
+ if ( getValue('topografi.odxt.missing') == '' )
then
- out = out .. 'Højre øje: ' .. getValue('topografi.right.judgement') .. '\n'
+ out = out .. 'o.dxt: ' .. getValue('topografi.odxt.judgement') .. '\n'
end
- if ( getValue('topografi.left.missing') == '' )
+ if ( getValue('topografi.osin.missing') == '' )
then
- out = out .. 'Venstre øje: ' .. getValue('topografi.left.judgement') .. '\n'
+ out = out .. 'o.sin: ' .. getValue('topografi.osin.judgement') .. '\n'
end
return out
@@ -98,26 +98,26 @@
<frame layout="hbox">
- <!-- Højre øje -->
+ <!-- o.dxt -->
<frame layout="vbox">
<checkbox caption="Der er ikke målt på højre øje"
- name="topografi.right.missing" script="right_eye"
+ name="topografi.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">
- <altcombobox name="topografi.right.judgement" layout="vbox">
+ <altcombobox name="topografi.odxt.judgement" 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"/>
<item caption="Keratoconus" value="Keratoconus"/>
<item caption="Centreret ablationer" value="Centreret ablationer"/>
<item caption="Decentreret ablationer" value="Decentreret ablationer"/>
- <altitem caption="Andet" value="andet" innerwidget="topografi.right.andet">
+ <altitem caption="Andet" value="andet" innerwidget="topografi.odxt.andet">
<frame layout="hbox">
<label caption="Andet:"/>
- <lineedit name="topografi.right.andet"/>
+ <lineedit name="topografi.odxt.andet"/>
</frame>
</altitem>
</altcombobox>
@@ -126,26 +126,26 @@
</frame>
</frame>
- <!-- Venstre øje -->
+ <!-- o.sin -->
<frame layout="vbox">
<checkbox caption="Der er ikke målt på venstre øje"
- name="topografi.left.missing" script="left_eye"
+ name="topografi.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">
- <altcombobox name="topografi.left.judgement" layout="vbox">
+ <altcombobox name="topografi.osin.judgement" 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"/>
<item caption="Keratoconus" value="Keratoconus"/>
<item caption="Centreret ablationer" value="Centreret ablationer"/>
<item caption="Decentreret ablationer" value="Decentreret ablationer"/>
- <altitem caption="Andet" value="andet" innerwidget="topografi.left.andet">
+ <altitem caption="Andet" value="andet" innerwidget="topografi.osin.andet">
<frame layout="hbox">
<label caption="Andet:"/>
- <lineedit name="topografi.left.andet"/>
+ <lineedit name="topografi.osin.andet"/>
</frame>
</altitem>
</altcombobox>