summaryrefslogtreecommitdiff
path: root/server/xml/macros/pupilstoerrelse-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/pupilstoerrelse-1.0.xml')
-rw-r--r--server/xml/macros/pupilstoerrelse-1.0.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/xml/macros/pupilstoerrelse-1.0.xml b/server/xml/macros/pupilstoerrelse-1.0.xml
index 0eb7fd1..a5f5134 100644
--- a/server/xml/macros/pupilstoerrelse-1.0.xml
+++ b/server/xml/macros/pupilstoerrelse-1.0.xml
@@ -4,7 +4,7 @@
out = ''
if ( getValue('pupilstoerrelse.mangler.odxt') == '' or getValue('pupilstoerrelse.mangler.osin') == '' )
then
- out = out .. 'Pupilstørrelse, ' .. getValue('pupilstoerrelse.method') .. ':\n'
+ out = out .. 'Pupilstørrelse, ' .. getValue('pupilstoerrelse.metode') .. ':\n'
end
if ( getValue('pupilstoerrelse.mangler.odxt') == '' )
@@ -33,11 +33,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
@@ -53,11 +53,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
@@ -141,7 +141,7 @@
<frame name="device_frame" layout="vbox">
<label caption="Måling foretaget med:"/>
- <combobox name="pupilstoerrelse.method" value="">
+ <combobox name="pupilstoerrelse.metode" value="">
<item caption="Fotografisk pupillometer" value="Fotografisk pupillometer"/>
<item caption="NIDEK pupillometer" value="NIDEK pupillometer"/>
</combobox>