summaryrefslogtreecommitdiff
path: root/server/xml/macros/90d_linse-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/90d_linse-1.0.xml')
-rw-r--r--server/xml/macros/90d_linse-1.0.xml44
1 files changed, 22 insertions, 22 deletions
diff --git a/server/xml/macros/90d_linse-1.0.xml b/server/xml/macros/90d_linse-1.0.xml
index 8a632c9..d18d9be 100644
--- a/server/xml/macros/90d_linse-1.0.xml
+++ b/server/xml/macros/90d_linse-1.0.xml
@@ -18,17 +18,17 @@
if ( getValue('90d_linse.mangler.odxt') == '' and getValue('90d_linse.mangler.osin') == '' )
then
- out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.fundus_visibility.odxt')
- .. ' på o.dxt og ' .. getValue('90d_linse.fundus_visibility.osin')..' på venstre.\n'
+ out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.indblik.odxt')
+ .. ' på o.dxt og ' .. getValue('90d_linse.indblik.osin')..' på venstre.\n'
else
if ( getValue('90d_linse.mangler.odxt') == '' )
then
- out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.fundus_visibility.odxt')
+ out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.indblik.odxt')
.. ' på o.dxt.\n'
end
if ( getValue('90d_linse.mangler.osin') == '' )
then
- out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.fundus_visibility.osin')
+ out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.indblik.osin')
..' på o.sin.\n'
end
end
@@ -38,22 +38,22 @@
if ( getValue('90d_linse.implikation.odxt') == 'retinal hævelse' )
then
out = out .. 'På o.dxt findes der retinal hævelse'
- if ( getValue('90d_linse.randbl.odxt') ~= '' and getValue('90d_linse.exsudater.odxt') ~= '')
+ if ( getValue('90d_linse.randbloedninger.odxt') ~= '' and getValue('90d_linse.exsudaterater.odxt') ~= '')
then
out = out .. ' med randblødning og exhudater.\n'
end
- if ( getValue('90d_linse.randbl.odxt') == '' and getValue('90d_linse.exsudater.odxt') ~= '')
+ if ( getValue('90d_linse.randbloedninger.odxt') == '' and getValue('90d_linse.exsudaterater.odxt') ~= '')
then
out = out .. ' med exhudater.\n'
end
- if ( getValue('90d_linse.randbl.odxt') ~= '' and getValue('90d_linse.exsudater.odxt') == '')
+ if ( getValue('90d_linse.randbloedninger.odxt') ~= '' and getValue('90d_linse.exsudaterater.odxt') == '')
then
out = out .. ' med randblødning.\n'
end
- if ( getValue('90d_linse.randbl.odxt') == '' and getValue('90d_linse.exsudater.odxt') == '')
+ if ( getValue('90d_linse.randbloedninger.odxt') == '' and getValue('90d_linse.exsudaterater.odxt') == '')
then
out = out .. '.\n'
end
@@ -70,22 +70,22 @@
if ( getValue('90d_linse.implikation.osin') == 'retinal hævelse' )
then
out = out .. 'På o.sin findes der retinal hævelse'
- if ( getValue('90d_linse.randbl.osin') ~= '' and getValue('90d_linse.exsudater.osin') ~= '')
+ if ( getValue('90d_linse.randbloedninger.osin') ~= '' and getValue('90d_linse.exsudaterater.osin') ~= '')
then
out = out .. ' med randblødning og exhudater.\n'
end
- if ( getValue('90d_linse.randbl.osin') == '' and getValue('90d_linse.exsudater.osin') ~= '')
+ if ( getValue('90d_linse.randbloedninger.osin') == '' and getValue('90d_linse.exsudaterater.osin') ~= '')
then
out = out .. ' med exhudater.\n'
end
- if ( getValue('90d_linse.randbl.osin') ~= '' and getValue('90d_linse.exsudater.osin') == '')
+ if ( getValue('90d_linse.randbloedninger.osin') ~= '' and getValue('90d_linse.exsudaterater.osin') == '')
then
out = out .. ' med randblødning.\n'
end
- if ( getValue('90d_linse.randbl.osin') == '' and getValue('90d_linse.exsudater.osin') == '')
+ if ( getValue('90d_linse.randbloedninger.osin') == '' and getValue('90d_linse.exsudaterater.osin') == '')
then
out = out .. '.\n'
end
@@ -118,11 +118,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
@@ -138,11 +138,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
@@ -200,7 +200,7 @@
<frame name="right_eye_frame" caption="o.dxt" layout="vbox">
<!-- Indblik -->
- <combobox name="90d_linse.fundus_visibility.odxt" value="">
+ <combobox name="90d_linse.indblik.odxt" value="">
<item caption="Klart" value="klart"/>
<item caption="Let sløret" value="let sløret"/>
<item caption="Meget sløret" value="meget sløret"/>
@@ -215,9 +215,9 @@
</radiobuttons>
<frame name="retinal_haevelse_odxt" layout="vbox">
- <checkbox name="90d_linse.randbl.odxt" caption="Randblødning"
+ <checkbox name="90d_linse.randbloedninger.odxt" caption="Randblødning"
truevalue="randblødning" falsevalue="" value=""/>
- <checkbox name="90d_linse.exsudater.odxt" caption="Exsudater"
+ <checkbox name="90d_linse.exsudaterater.odxt" caption="Exsudater"
truevalue="exsudater" falsevalue="" value=""/>
</frame>
@@ -233,7 +233,7 @@
<frame name="left_eye_frame" caption="o.sin" layout="vbox">
<!-- Indblik -->
- <combobox name="90d_linse.fundus_visibility.osin" value="">
+ <combobox name="90d_linse.indblik.osin" value="">
<item caption="Klart" value="klart"/>
<item caption="Let sløret" value="let sløret"/>
<item caption="Meget sløret" value="meget sløret"/>
@@ -248,9 +248,9 @@
</radiobuttons>
<frame name="retinal_haevelse_osin" layout="vbox">
- <checkbox name="90d_linse.randbl.osin" caption="Randblødning"
+ <checkbox name="90d_linse.randbloedninger.osin" caption="Randblødning"
truevalue="randblødning" falsevalue="" value=""/>
- <checkbox name="90d_linse.exsudater.osin" caption="Exsudater"
+ <checkbox name="90d_linse.exsudaterater.osin" caption="Exsudater"
truevalue="exsudater" falsevalue="" value=""/>
</frame>