summaryrefslogtreecommitdiff
path: root/server/xml/macros/fluorescens_konklusion-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/fluorescens_konklusion-1.0.xml')
-rw-r--r--server/xml/macros/fluorescens_konklusion-1.0.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/server/xml/macros/fluorescens_konklusion-1.0.xml b/server/xml/macros/fluorescens_konklusion-1.0.xml
index bfa115d..635f43e 100644
--- a/server/xml/macros/fluorescens_konklusion-1.0.xml
+++ b/server/xml/macros/fluorescens_konklusion-1.0.xml
@@ -16,20 +16,20 @@
<resume language="lua">
out = 'Konklusion:\n'
- if( getValue('fluorescens.conclusion') == 'Klassisk subretinal neovaskulær membran.'
- or getValue('fluorescens.conclusion') == 'Overvejende klassisk subretinal neovaskulær membran.' )
+ if( getValue('fluorescens.konklusion.) == 'Klassisk subretinal neovaskulær membran.'
+ or getValue('fluorescens.konklusion.) == 'Overvejende klassisk subretinal neovaskulær membran.' )
then
- out = out .. getValue('fluorescens.conclusion') .. '\n'
+ out = out .. getValue('fluorescens.konklusion.) .. '\n'
out = out .. 'Membranen er beliggende:'
.. getValue('fluorescens.membrane.position') .. '\n'
out = out .. 'Membranstørrelse:'
.. getValue('fluorescens.membrane.size') .. 'µm\n'
else
- if( getValue('fluorescens.conclusion') == 'andet' )
+ if( getValue('fluorescens.konklusion.) == 'andet' )
then
- out = out .. getValue('fluorescens.conclusion.other') .. '\n'
+ out = out .. getValue('fluorescens.konklusion.other') .. '\n'
else
- out = out .. getValue('fluorescens.conclusion') .. '\n'
+ out = out .. getValue('fluorescens.konklusion.) .. '\n'
end
end
@@ -41,17 +41,17 @@
</maps>
<scripts>
<script language="lua" name="angiografi_konklusion">
- -- This script sets the value of additional according to conclusion.
+ -- This script sets the value of additional according to.konklusion.
- if( getValue('fluorescens.conclusion') == 'Klassisk subretinal neovaskulær membran.'
- or getValue('fluorescens.conclusion') == 'Overvejende klassisk subretinal neovaskulær membran.' )
+ if( getValue('fluorescens.konklusion.) == 'Klassisk subretinal neovaskulær membran.'
+ or getValue('fluorescens.konklusion.) == 'Overvejende klassisk subretinal neovaskulær membran.' )
then
enable('yderligere_info_frame')
else
disable('yderligere_info_frame')
end
- if( getValue('fluorescens.conclusion') == 'andet' )
+ if( getValue('fluorescens.konklusion.) == 'andet' )
then
enable('andet_frame')
else
@@ -66,14 +66,14 @@
<frame layout="hbox">
<label caption="Øje:" width="50"/>
- <radiobuttons name="fluorescens.conclusion.eye" value="">
+ <radiobuttons name="fluorescens.konklusion.eye" value="">
<radiobutton caption="o.dxt" value="o.dxt"/>
<radiobutton caption="o.sin" value="o.sin"/>
</radiobuttons>
<spacer/>
</frame>
- <combobox name="fluorescens.conclusion"
+ <combobox name="fluorescens.konklusion"
value="Atrofiske foranderinger. Der findes ingen behandlingsindikation."
script="angiografi_konklusion">
<item caption="Atrofiske foranderinger. Der findes ingen behandlingsindikation"
@@ -94,7 +94,7 @@
<frame name="andet_frame" layout="hbox">
<label caption="Andet:"/>
- <lineedit name="fluorescens.conclusion.other" value=""/>
+ <lineedit name="fluorescens.konklusion.other" value=""/>
</frame>
<frame name="yderligere_info_frame" layout="vbox">