diff options
author | senator <senator> | 2009-11-16 10:25:55 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-16 10:25:55 +0000 |
commit | 7a94c424fda908c93331e378e209866b3e2d7e77 (patch) | |
tree | 5fcfbe55e5a380a605e68596986fcb56cb499c9b /server/xml/macros/ref_90d_linse-1.0.xml | |
parent | b8a6eb573c1992d41393cec87d1ac8d6fb3a6972 (diff) |
Latest changes, mostly to visus macros
Diffstat (limited to 'server/xml/macros/ref_90d_linse-1.0.xml')
-rw-r--r-- | server/xml/macros/ref_90d_linse-1.0.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/macros/ref_90d_linse-1.0.xml b/server/xml/macros/ref_90d_linse-1.0.xml index 6f94213..d6a3f09 100644 --- a/server/xml/macros/ref_90d_linse-1.0.xml +++ b/server/xml/macros/ref_90d_linse-1.0.xml @@ -4,7 +4,7 @@ out = '' if ( getValue('90d_linse.right.missing') == '' ) then - out = out .. 'Oftalmoskopi, højre øje:\n' + out = out .. 'Oftalmoskopi, o.dxt:\n' out = out .. getValue('90d_linse.right.indblik') .. ' indblik.\n' out = out .. 'Papil: ' .. getValue('90d_linse.right.papil') .. '\n' out = out .. 'Makula: ' .. getValue('90d_linse.right.makula') .. '\n' @@ -26,7 +26,7 @@ then out = out .. '\n' end - out = out .. 'Oftalmoskopi, højre øje:\n' + out = out .. 'Oftalmoskopi, o.sin:\n' out = out .. getValue('90d_linse.left.indblik') .. ' indblik.\n' out = out .. 'Papil: ' .. getValue('90d_linse.left.papil') .. '\n' out = out .. 'Makula: ' .. getValue('90d_linse.left.makula') .. '\n' |