IF{HBABQL?0D IF{HBABQL<5.00 "NEGATIVE";
HBABQL>12.00 "POSITIVE";
[f message]("Retest in Duplicate"),
[f lres delete]}};
====================================
Please do NOT send messages that ask "Please post to the list" These are useless messages that just waste the email server's resources. Instead, email the original requester and ask that they send you or post the results of their question.
To UNSUBSCRIBE, go to http://MTUSers.net
for information.
The meditech-l archives (and other tips) can be found at
http://mtusers.net/zarchives
Job opportunities in the Meditech community can be found at
http://mtusers.net/zjobs
Perhaps you could try rewriting your calc like this:
IF{HBABQL?0D<5.00 "NEGATIVE";
HBABQL?0D>12.00 "POSITIVE";
[f lres delete],
[f message]("Retest in Duplicate")};
This may do it and simplifies your calc. I suspect part of the problem
is having the result delete after the message.
David Gibbs
Analyst, Laboratory Information Systems
Fraser Health, Burnaby, BC
Vicki