From 5099bca4c9ce61937e6af558402f681e46014df7 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 19 Nov 2009 11:10:04 +0000 Subject: changed pretty much everything from english to danish in field names --- server/xml/macros/tonometri-1.0.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'server/xml/macros/tonometri-1.0.xml') diff --git a/server/xml/macros/tonometri-1.0.xml b/server/xml/macros/tonometri-1.0.xml index 7cf9d0e..c2f9fca 100644 --- a/server/xml/macros/tonometri-1.0.xml +++ b/server/xml/macros/tonometri-1.0.xml @@ -4,17 +4,17 @@ out = '' if ( getValue('tonometri.mangler.odxt') == '' or getValue('tonometri.mangler.osin') == '' ) then - out = out .. getValue('tonometri.method') .. ':\n' + out = out .. getValue('tonometri.metode') .. ':\n' end if ( getValue('tonometri.mangler.odxt') == '' ) then - out = out .. 'o.dxt: ' .. getValue('tonometri.pressure.odxt') .. ' mmHg\n' + out = out .. 'o.dxt: ' .. getValue('tonometri.tryk.odxt') .. ' mmHg\n' end if ( getValue('tonometri.mangler.osin') == '' ) then - out = out .. 'o.sin: ' .. getValue('tonometri.pressure.osin') .. ' mmHg\n' + out = out .. 'o.sin: ' .. getValue('tonometri.tryk.osin') .. ' mmHg\n' end return out @@ -35,11 +35,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 @@ -55,11 +55,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 @@ -129,7 +129,7 @@