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.xml70
1 files changed, 35 insertions, 35 deletions
diff --git a/server/xml/macros/90d_linse-1.0.xml b/server/xml/macros/90d_linse-1.0.xml
index e6b6eb3..1600957 100644
--- a/server/xml/macros/90d_linse-1.0.xml
+++ b/server/xml/macros/90d_linse-1.0.xml
@@ -16,82 +16,82 @@
<resume language="lua">
out = '90D linse:'
- if ( getValue('90d_linse.right.missing') == '' and getValue('90d_linse.left.missing') == '' )
+ if ( getValue('90d_linse.odxt.missing') == '' and getValue('90d_linse.osin.missing') == '' )
then
- out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.right.fundus_visibility')
- .. ' på højre øje og ' .. getValue('90d_linse.left.fundus_visibility')..' på venstre.\n'
+ out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.odxt.fundus_visibility')
+ .. ' på højre øje og ' .. getValue('90d_linse.osin.fundus_visibility')..' på venstre.\n'
else
- if ( getValue('90d_linse.right.missing') == '' )
+ if ( getValue('90d_linse.odxt.missing') == '' )
then
- out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.right.fundus_visibility')
+ out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.odxt.fundus_visibility')
.. ' på højre øje.\n'
end
- if ( getValue('90d_linse.left.missing') == '' )
+ if ( getValue('90d_linse.osin.missing') == '' )
then
- out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.left.fundus_visibility')
+ out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.osin.fundus_visibility')
..' på venstre øje.\n'
end
end
- if ( getValue('90d_linse.right.missing') == '' )
+ if ( getValue('90d_linse.odxt.missing') == '' )
then
- if ( getValue('90d_linse.right.implikation') == 'retinal hævelse' )
+ if ( getValue('90d_linse.odxt.implikation') == 'retinal hævelse' )
then
out = out .. 'På højre øje findes der retinal hævelse'
- if ( getValue('90d_linse.right.randbl') ~= '' and getValue('90d_linse.right.exsudater') ~= '')
+ if ( getValue('90d_linse.odxt.randbl') ~= '' and getValue('90d_linse.odxt.exsudater') ~= '')
then
out = out .. ' med randblødning og exhudater.\n'
end
- if ( getValue('90d_linse.right.randbl') == '' and getValue('90d_linse.right.exsudater') ~= '')
+ if ( getValue('90d_linse.odxt.randbl') == '' and getValue('90d_linse.odxt.exsudater') ~= '')
then
out = out .. ' med exhudater.\n'
end
- if ( getValue('90d_linse.right.randbl') ~= '' and getValue('90d_linse.right.exsudater') == '')
+ if ( getValue('90d_linse.odxt.randbl') ~= '' and getValue('90d_linse.odxt.exsudater') == '')
then
out = out .. ' med randblødning.\n'
end
- if ( getValue('90d_linse.right.randbl') == '' and getValue('90d_linse.right.exsudater') == '')
+ if ( getValue('90d_linse.odxt.randbl') == '' and getValue('90d_linse.odxt.exsudater') == '')
then
out = out .. '.\n'
end
end
- if ( getValue('90d_linse.right.implikation') == 'atrofi' )
+ if ( getValue('90d_linse.odxt.implikation') == 'atrofi' )
then
out = out .. 'På højre øje findes der atrofi.\n'
end
end
- if ( getValue('90d_linse.left.missing') == '' )
+ if ( getValue('90d_linse.osin.missing') == '' )
then
- if ( getValue('90d_linse.left.implikation') == 'retinal hævelse' )
+ if ( getValue('90d_linse.osin.implikation') == 'retinal hævelse' )
then
out = out .. 'På venstre øje findes der retinal hævelse'
- if ( getValue('90d_linse.left.randbl') ~= '' and getValue('90d_linse.left.exsudater') ~= '')
+ if ( getValue('90d_linse.osin.randbl') ~= '' and getValue('90d_linse.osin.exsudater') ~= '')
then
out = out .. ' med randblødning og exhudater.\n'
end
- if ( getValue('90d_linse.left.randbl') == '' and getValue('90d_linse.left.exsudater') ~= '')
+ if ( getValue('90d_linse.osin.randbl') == '' and getValue('90d_linse.osin.exsudater') ~= '')
then
out = out .. ' med exhudater.\n'
end
- if ( getValue('90d_linse.left.randbl') ~= '' and getValue('90d_linse.left.exsudater') == '')
+ if ( getValue('90d_linse.osin.randbl') ~= '' and getValue('90d_linse.osin.exsudater') == '')
then
out = out .. ' med randblødning.\n'
end
- if ( getValue('90d_linse.left.randbl') == '' and getValue('90d_linse.left.exsudater') == '')
+ if ( getValue('90d_linse.osin.randbl') == '' and getValue('90d_linse.osin.exsudater') == '')
then
out = out .. '.\n'
end
end
- if ( getValue('90d_linse.left.implikation') == 'atrofi' )
+ if ( getValue('90d_linse.osin.implikation') == 'atrofi' )
then
out = out .. 'På venstre øje findes der atrofi.\n'
end
@@ -191,23 +191,23 @@
<frame layout="hbox">
- <!-- Højre øje -->
+ <!-- o.dxt -->
<frame layout="vbox">
<checkbox caption="Der er ikke målt på højre øje"
- name="90d_linse.right.missing" script="right_eye"
+ name="90d_linse.odxt.missing" script="right_eye"
map="missing_eye_right_map"
truevalue="mangler" falsevalue="" value=""/>
- <frame name="right_eye_frame" caption="Højre øje" layout="vbox">
+ <frame name="right_eye_frame" caption="o.dxt" layout="vbox">
<!-- Indblik -->
- <combobox name="90d_linse.right.fundus_visibility" value="">
+ <combobox name="90d_linse.odxt.fundus_visibility" value="">
<item caption="Klart" value="klart"/>
<item caption="Let sløret" value="let sløret"/>
<item caption="Meget sløret" value="meget sløret"/>
</combobox>
<!-- Observationer -->
- <radiobuttons name="90d_linse.right.implikation" value=" "
+ <radiobuttons name="90d_linse.odxt.implikation" value=" "
script="retinal_haevelse_right">
<radiobutton caption="Retinal hævelse" value="retinal hævelse"/>
<radiobutton caption="Atrofi" value="atrofi"/>
@@ -215,32 +215,32 @@
</radiobuttons>
<frame name="retinal_haevelse_right" layout="vbox">
- <checkbox name="90d_linse.right.randbl" caption="Randblødning"
+ <checkbox name="90d_linse.odxt.randbl" caption="Randblødning"
truevalue="randblødning" falsevalue="" value=""/>
- <checkbox name="90d_linse.right.exsudater" caption="Exsudater"
+ <checkbox name="90d_linse.odxt.exsudater" caption="Exsudater"
truevalue="exsudater" falsevalue="" value=""/>
</frame>
</frame>
</frame>
- <!-- Venstre øje -->
+ <!-- o.sin -->
<frame layout="vbox">
<checkbox caption="Der er ikke målt på venstre øje"
- name="90d_linse.left.missing" script="left_eye"
+ name="90d_linse.osin.missing" script="left_eye"
map="missing_eye_left_map"
truevalue="mangler" falsevalue="" value=""/>
- <frame name="left_eye_frame" caption="Venstre øje" layout="vbox">
+ <frame name="left_eye_frame" caption="o.sin" layout="vbox">
<!-- Indblik -->
- <combobox name="90d_linse.left.fundus_visibility" value="">
+ <combobox name="90d_linse.osin.fundus_visibility" value="">
<item caption="Klart" value="klart"/>
<item caption="Let sløret" value="let sløret"/>
<item caption="Meget sløret" value="meget sløret"/>
</combobox>
<!-- Observationer -->
- <radiobuttons name="90d_linse.left.implikation" value=" "
+ <radiobuttons name="90d_linse.osin.implikation" value=" "
script="retinal_haevelse_left">
<radiobutton caption="Retinal hævelse" value="retinal hævelse"/>
<radiobutton caption="Atrofi" value="atrofi"/>
@@ -248,9 +248,9 @@
</radiobuttons>
<frame name="retinal_haevelse_left" layout="vbox">
- <checkbox name="90d_linse.left.randbl" caption="Randblødning"
+ <checkbox name="90d_linse.osin.randbl" caption="Randblødning"
truevalue="randblødning" falsevalue="" value=""/>
- <checkbox name="90d_linse.left.exsudater" caption="Exsudater"
+ <checkbox name="90d_linse.osin.exsudater" caption="Exsudater"
truevalue="exsudater" falsevalue="" value=""/>
</frame>