summaryrefslogtreecommitdiff
path: root/server/xml/macros/oct_konklusion-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/oct_konklusion-1.0.xml')
-rw-r--r--server/xml/macros/oct_konklusion-1.0.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/server/xml/macros/oct_konklusion-1.0.xml b/server/xml/macros/oct_konklusion-1.0.xml
index d8f9bdb..27de1e4 100644
--- a/server/xml/macros/oct_konklusion-1.0.xml
+++ b/server/xml/macros/oct_konklusion-1.0.xml
@@ -21,18 +21,18 @@
if ( getValue('oct.mangler.odxt') == '' )
then
- out = out .. 'OCT o.dxt ' .. getValue('oct.description.odxt') .. '.\n'
+ out = out .. 'OCT o.dxt ' .. getValue('oct.beskrivelse.odxt') .. '.\n'
end
if ( getValue('oct.mangler.osin') == '' )
then
- out = out .. 'OCT o.sin ' .. getValue('oct.description.osin') .. '.\n'
+ out = out .. 'OCT o.sin ' .. getValue('oct.beskrivelse.osin') .. '.\n'
end
end
- if ( getValue('oct.comments') ~= '' )
+ if ( getValue('oct.kommentarer') ~= '' )
then
- out = out .. getValue('oct.comments') .. '\n'
+ out = out .. getValue('oct.kommentarer') .. '\n'
end
return out
@@ -53,11 +53,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
@@ -73,11 +73,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
@@ -119,12 +119,12 @@
<frame layout="vbox">
<frame layout="hbox">
<label caption="Tykkelse:"/>
- <lineedit name="oct.thickness.odxt" value="" readonly="true"/>
+ <lineedit name="oct.tykkelse.odxt" value="" readonly="true"/>
<label caption="µm"/>
</frame>
<label caption=""/>
</frame>
- <altcombobox name="oct.description.odxt" type="select" value="normal" layout="vbox">
+ <altcombobox name="oct.beskrivelse.odxt" 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"/>
@@ -149,12 +149,12 @@
<frame layout="vbox">
<frame layout="hbox">
<label caption="Tykkelse:"/>
- <lineedit name="oct.thickness.osin" value="" readonly="true"/>
+ <lineedit name="oct.tykkelse.osin" value="" readonly="true"/>
<label caption="µm"/>
</frame>
<label caption=""/>
</frame>
- <altcombobox name="oct.description.osin" type="select" value="normal" layout="vbox">
+ <altcombobox name="oct.beskrivelse.osin" 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"/>
@@ -173,7 +173,7 @@
<frame layout="vbox">
<label caption="Kommentarer:"/>
- <lineedit name="oct.comments" value=""/>
+ <lineedit name="oct.kommentarer" value=""/>
</frame>
<!-- Knapper -->