diff options
author | senator <senator> | 2009-11-11 13:05:18 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-11 13:05:18 +0000 |
commit | 484d5c2b4dcf59f88093614903c6da5bec54ebda (patch) | |
tree | 2d16c6745f43ac689b6f7c4cbbcb3aa5c7d45d67 /server/xml | |
parent | 74a5e26ca92218e15bc4d4d74080ea0761618ff8 (diff) |
moved 90D_linse to 90d_linse
Diffstat (limited to 'server/xml')
-rw-r--r-- | server/xml/macros/90d_linse-1.0.xml (renamed from server/xml/macros/90D_linse-1.0.xml) | 70 |
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 d36e7b9..e6b6eb3 100644 --- a/server/xml/macros/90D_linse-1.0.xml +++ b/server/xml/macros/90d_linse-1.0.xml @@ -12,94 +12,94 @@ 20090420: Bent Bisballe Nyeng Nyt resume. --> -<macro name="90D_linse" version="1.0"> +<macro name="90d_linse" version="1.0"> <resume language="lua"> out = '90D linse:' - if ( getValue('90D_lens.right.missing') == '' and getValue('90D_lens.left.missing') == '' ) + if ( getValue('90d_linse.right.missing') == '' and getValue('90d_linse.left.missing') == '' ) then - out = 'Inblikket til fundusbaggrunden er ' .. getValue('90D_lens.right.fundus_visibility') - .. ' på højre øje og ' .. getValue('90D_lens.left.fundus_visibility')..' på venstre.\n' + 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' else - if ( getValue('90D_lens.right.missing') == '' ) + if ( getValue('90d_linse.right.missing') == '' ) then - out = 'Inblikket til fundusbaggrunden er ' .. getValue('90D_lens.right.fundus_visibility') + out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.right.fundus_visibility') .. ' på højre øje.\n' end - if ( getValue('90D_lens.left.missing') == '' ) + if ( getValue('90d_linse.left.missing') == '' ) then - out = 'Inblikket til fundusbaggrunden er ' .. getValue('90D_lens.left.fundus_visibility') + out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.left.fundus_visibility') ..' på venstre øje.\n' end end - if ( getValue('90D_lens.right.missing') == '' ) + if ( getValue('90d_linse.right.missing') == '' ) then - if ( getValue('90D_lens.right.implikation') == 'retinal hævelse' ) + if ( getValue('90d_linse.right.implikation') == 'retinal hævelse' ) then out = out .. 'På højre øje findes der retinal hævelse' - if ( getValue('90D_lens.right.randbl') ~= '' and getValue('90D_lens.right.exsudater') ~= '') + if ( getValue('90d_linse.right.randbl') ~= '' and getValue('90d_linse.right.exsudater') ~= '') then out = out .. ' med randblødning og exhudater.\n' end - if ( getValue('90D_lens.right.randbl') == '' and getValue('90D_lens.right.exsudater') ~= '') + if ( getValue('90d_linse.right.randbl') == '' and getValue('90d_linse.right.exsudater') ~= '') then out = out .. ' med exhudater.\n' end - if ( getValue('90D_lens.right.randbl') ~= '' and getValue('90D_lens.right.exsudater') == '') + if ( getValue('90d_linse.right.randbl') ~= '' and getValue('90d_linse.right.exsudater') == '') then out = out .. ' med randblødning.\n' end - if ( getValue('90D_lens.right.randbl') == '' and getValue('90D_lens.right.exsudater') == '') + if ( getValue('90d_linse.right.randbl') == '' and getValue('90d_linse.right.exsudater') == '') then out = out .. '.\n' end end - if ( getValue('90D_lens.right.implikation') == 'atrofi' ) + if ( getValue('90d_linse.right.implikation') == 'atrofi' ) then out = out .. 'På højre øje findes der atrofi.\n' end end - if ( getValue('90D_lens.left.missing') == '' ) + if ( getValue('90d_linse.left.missing') == '' ) then - if ( getValue('90D_lens.left.implikation') == 'retinal hævelse' ) + if ( getValue('90d_linse.left.implikation') == 'retinal hævelse' ) then out = out .. 'På venstre øje findes der retinal hævelse' - if ( getValue('90D_lens.left.randbl') ~= '' and getValue('90D_lens.left.exsudater') ~= '') + if ( getValue('90d_linse.left.randbl') ~= '' and getValue('90d_linse.left.exsudater') ~= '') then out = out .. ' med randblødning og exhudater.\n' end - if ( getValue('90D_lens.left.randbl') == '' and getValue('90D_lens.left.exsudater') ~= '') + if ( getValue('90d_linse.left.randbl') == '' and getValue('90d_linse.left.exsudater') ~= '') then out = out .. ' med exhudater.\n' end - if ( getValue('90D_lens.left.randbl') ~= '' and getValue('90D_lens.left.exsudater') == '') + if ( getValue('90d_linse.left.randbl') ~= '' and getValue('90d_linse.left.exsudater') == '') then out = out .. ' med randblødning.\n' end - if ( getValue('90D_lens.left.randbl') == '' and getValue('90D_lens.left.exsudater') == '') + if ( getValue('90d_linse.left.randbl') == '' and getValue('90d_linse.left.exsudater') == '') then out = out .. '.\n' end end - if ( getValue('90D_lens.left.implikation') == 'atrofi' ) + if ( getValue('90d_linse.left.implikation') == 'atrofi' ) then out = out .. 'På venstre øje findes der atrofi.\n' end end - if ( getValue('90D_lens.additional') ~= '' ) + if ( getValue('90d_linse.additional') ~= '' ) then - out = out .. getValue('90D_lens.additional') .. '\n' + out = out .. getValue('90d_linse.additional') .. '\n' end return out @@ -194,20 +194,20 @@ <!-- Højre øje --> <frame layout="vbox"> <checkbox caption="Der er ikke målt på højre øje" - name="90D_lens.right.missing" script="right_eye" + name="90d_linse.right.missing" script="right_eye" map="missing_eye_right_map" truevalue="mangler" falsevalue="" value=""/> <frame name="right_eye_frame" caption="Højre øje" layout="vbox"> <!-- Indblik --> - <combobox name="90D_lens.right.fundus_visibility" value=""> + <combobox name="90d_linse.right.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_lens.right.implikation" value=" " + <radiobuttons name="90d_linse.right.implikation" value=" " script="retinal_haevelse_right"> <radiobutton caption="Retinal hævelse" value="retinal hævelse"/> <radiobutton caption="Atrofi" value="atrofi"/> @@ -215,9 +215,9 @@ </radiobuttons> <frame name="retinal_haevelse_right" layout="vbox"> - <checkbox name="90D_lens.right.randbl" caption="Randblødning" + <checkbox name="90d_linse.right.randbl" caption="Randblødning" truevalue="randblødning" falsevalue="" value=""/> - <checkbox name="90D_lens.right.exsudater" caption="Exsudater" + <checkbox name="90d_linse.right.exsudater" caption="Exsudater" truevalue="exsudater" falsevalue="" value=""/> </frame> @@ -227,20 +227,20 @@ <!-- Venstre øje --> <frame layout="vbox"> <checkbox caption="Der er ikke målt på venstre øje" - name="90D_lens.left.missing" script="left_eye" + name="90d_linse.left.missing" script="left_eye" map="missing_eye_left_map" truevalue="mangler" falsevalue="" value=""/> <frame name="left_eye_frame" caption="Venstre øje" layout="vbox"> <!-- Indblik --> - <combobox name="90D_lens.left.fundus_visibility" value=""> + <combobox name="90d_linse.left.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_lens.left.implikation" value=" " + <radiobuttons name="90d_linse.left.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_lens.left.randbl" caption="Randblødning" + <checkbox name="90d_linse.left.randbl" caption="Randblødning" truevalue="randblødning" falsevalue="" value=""/> - <checkbox name="90D_lens.left.exsudater" caption="Exsudater" + <checkbox name="90d_linse.left.exsudater" caption="Exsudater" truevalue="exsudater" falsevalue="" value=""/> </frame> @@ -259,7 +259,7 @@ </frame> <label caption="Supplerende:"/> - <textedit name="90D_lens.additional" value=""/> + <textedit name="90d_linse.additional" value=""/> <!-- Knapper --> <frame layout="hbox"> |