summaryrefslogtreecommitdiff
path: root/server/xml/macros/tonometri-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/tonometri-1.0.xml')
-rw-r--r--server/xml/macros/tonometri-1.0.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/server/xml/macros/tonometri-1.0.xml b/server/xml/macros/tonometri-1.0.xml
index 7cf9d0e..c2f9fca 100644
--- a/server/xml/macros/tonometri-1.0.xml
+++ b/server/xml/macros/tonometri-1.0.xml
@@ -4,17 +4,17 @@
out = ''
if ( getValue('tonometri.mangler.odxt') == '' or getValue('tonometri.mangler.osin') == '' )
then
- out = out .. getValue('tonometri.method') .. ':\n'
+ out = out .. getValue('tonometri.metode') .. ':\n'
end
if ( getValue('tonometri.mangler.odxt') == '' )
then
- out = out .. 'o.dxt: ' .. getValue('tonometri.pressure.odxt') .. ' mmHg\n'
+ out = out .. 'o.dxt: ' .. getValue('tonometri.tryk.odxt') .. ' mmHg\n'
end
if ( getValue('tonometri.mangler.osin') == '' )
then
- out = out .. 'o.sin: ' .. getValue('tonometri.pressure.osin') .. ' mmHg\n'
+ out = out .. 'o.sin: ' .. getValue('tonometri.tryk.osin') .. ' mmHg\n'
end
return out
@@ -35,11 +35,11 @@
then
value = ''
timestamp = missing_eye_odxt.timestamp
- source = missing_eye_odxt.source
+ source = missing_eye_odxt.kilde
else
value = 'mangler'
timestamp = missing_eye_odxt.timestamp
- source = missing_eye_odxt.source
+ source = missing_eye_odxt.kilde
end
end
return value, timestamp, source
@@ -55,11 +55,11 @@
then
value = ''
timestamp = missing_eye_osin.timestamp
- source = missing_eye_osin.source
+ source = missing_eye_osin.kilde
else
value = 'mangler'
timestamp = missing_eye_osin.timestamp
- source = missing_eye_osin.source
+ source = missing_eye_osin.kilde
end
end
return value, timestamp, source
@@ -129,7 +129,7 @@
<frame name="right_eye_frame" caption="o.dxt" layout="hbox">
<label caption="Tryk:"/>
<spacer/>
- <lineedit name="tonometri.pressure.odxt" regexp="\d{1,2}" script="lt80gt0" value=""/>
+ <lineedit name="tonometri.tryk.odxt" regexp="\d{1,2}" script="lt80gt0" value=""/>
<label caption="mmHg"/>
<spacer/>
</frame>
@@ -144,7 +144,7 @@
<frame name="left_eye_frame" caption="o.sin" layout="hbox">
<label caption="Tryk:"/>
<spacer/>
- <lineedit name="tonometri.pressure.osin" regexp="\d{1,2}" script="lt80gt0" value=""/>
+ <lineedit name="tonometri.tryk.osin" regexp="\d{1,2}" script="lt80gt0" value=""/>
<label caption="mmHg"/>
<spacer/>
</frame>
@@ -154,7 +154,7 @@
<frame name="device_frame" layout="vbox">
<label caption="Tonometri foretaget med:"/>
- <combobox name="tonometri.method" value="">
+ <combobox name="tonometri.metode" value="">
<item caption="Lufttonometri" value="Lufttonometri"/>
<item caption="Applanationstonometri" value="Applanationstonometri"/>
<item caption="Eye Care tonometri" value="Eye Care tonometri"/>