From 1a6bd6fdbfffa6fb120b1464854a95b43221719d Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 16 Nov 2009 11:36:08 +0000 Subject: Several more changes to field names. These are done with sed, so it is possible that something is broken. I do check things after changes are made so it should be ok --- server/xml/macros/autorefraktion-1.0.xml | 20 ++++++------- server/xml/macros/cycloplegisk_refraktion-1.0.xml | 8 ++--- server/xml/macros/example.xml | 16 +++++----- server/xml/macros/fluorescens_konklusion-1.0.xml | 26 ++++++++-------- server/xml/macros/manifest_refraktion-1.0.xml | 8 ++--- server/xml/macros/visus-1.0.xml | 36 +++++++++++------------ server/xml/macros/yderligere_diagnostik-1.0.xml | 14 ++++----- 7 files changed, 64 insertions(+), 64 deletions(-) diff --git a/server/xml/macros/autorefraktion-1.0.xml b/server/xml/macros/autorefraktion-1.0.xml index 0e6e372..f5c1b3f 100644 --- a/server/xml/macros/autorefraktion-1.0.xml +++ b/server/xml/macros/autorefraktion-1.0.xml @@ -4,14 +4,14 @@ out = '' if ( getValue('autorefractor.odxt.missing') == '' ) then - out = out .. 'Autorefraktion, o.dxt: ' .. getValue('autorefractor.odxt.sphere') .. ' sf' + out = out .. 'Autorefraktion, o.dxt: ' .. getValue('autorefractor.odxt.sfere') .. ' sf' if ( getValue('autorefractor.odxt.cyl') ~= '' ) then out = out .. ', ' .. getValue('autorefractor.odxt.cyl') .. ' cyl' end - if ( getValue('autorefractor.odxt.axis') ~= '' ) + if ( getValue('autorefractor.odxt.grader') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.odxt.axis') .. ' grader\n' + out = out .. ', ' .. getValue('autorefractor.odxt.grader') .. ' grader\n' else out = out .. '\n' end @@ -19,14 +19,14 @@ if ( getValue('autorefractor.osin.missing') == '' ) then - out = out .. 'Autorefraktion, o.sin: ' .. getValue('autorefractor.osin.sphere') .. ' sf' + out = out .. 'Autorefraktion, o.sin: ' .. getValue('autorefractor.osin.sfere') .. ' sf' if ( getValue('autorefractor.osin.cyl') ~= '' ) then out = out .. ', ' .. getValue('autorefractor.osin.cyl') .. ' cyl' end - if ( getValue('autorefractor.osin.axis') ~= '' ) + if ( getValue('autorefractor.osin.grader') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.osin.axis') .. ' grader\n' + out = out .. ', ' .. getValue('autorefractor.osin.grader') .. ' grader\n' else out = out .. '\n' end @@ -157,7 +157,7 @@