(HL7.{PIDgrpgrp(1).ORCgrp(1).OBR:PlacerOrderNumber(1).entityidentifier}!="")&&(HL7.{PIDgrpgrp(1).ORCgrp(1).OBR:UniversalServiceIdentifier.identifier}!="PAPFP")
My message is not crossing because the test code in OBR 4 is PAPFP but OBR 2 is null.
Also, can someone assist me or provide me the syntax with examples for using an IF in the business rule?
Thanks again,
Femina
--
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare Community" group.
To post to this group, send email to Ensemble-in-Healthcare@googlegroups.com
To unsubscribe from this group, send email to Ensemble-in-Healthcare-unsub...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Ensemble-in-Healthcare?hl=en
---
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Ensemble-in-Healthcare+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks & Warm
Regards,
Raghu Kodumuri
Sun
JavaCAPS Principal Consultant
SSG Technologies
Mobile:
302-897-0096
"I'm a great believer in
luck and I find the harder I work, the more I have of it."
"Health is the greatest gift, contentment the greatest wealth, faithfulness the best relationship. by Buddha"
I don't think '!" works to negate a condition. Try using " ' ". Also, make sure entire condition is wrapped with ()ThanksRaghu
On Wed, Sep 7, 2016 at 1:08 PM, FJaffer <femina...@gmail.com> wrote:
Friends,I need to be able to pass a message only if both these conditions are true, but am not successful, please advise?If OBR 2 is not null AND OBR 4 is not equal to "PAPFP".... my rule is not working because one condition is true and the other is not, and both need to be true.Here is what I have in the business rule:(HL7.{PIDgrpgrp(1).ORCgrp(1).OBR:PlacerOrderNumber(1).entityidentifier}!="")&&(HL7.{PIDgrpgrp(1).ORCgrp(1).OBR:UniversalServiceIdentifier.identifier}!="PAPFP")
My message is not crossing because the test code in OBR 4 is PAPFP but OBR 2 is null.
Also, can someone assist me or provide me the syntax with examples for using an IF in the business rule?
Thanks again,
Femina
--
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare Community" group.
To post to this group, send email to Ensemble-in...@googlegroups.com
To unsubscribe from this group, send email to Ensemble-in-Healthcare-unsub...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Ensemble-in-Healthcare?hl=en
---
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Ensemble-in-Healthcare+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.