routing Flashcards
a rule set is made up of
a constraint
a condition
and actions
What do constraints do?
check attributes of messages coming in
What do conditions do?
look inside the message and route based on content
when are routing actions performed?
if conditions and constraints are true
If there is a return at the end of a rule
if conditions and constraints are true, the routing engine will stop processing and will not attempt to evaluate more rules
source is
the business service that sent the message to the routing engine
HL7 schema is controlled by what constraint?
docCategory
message type is controlled by what constraint?
docName
the target field
indicates where a message is sent if constraints and conditions are met
transform
applies a data transformation (dtl) before sending to the target
how would you navigate to the rule editor
ensemble
build
business rules
or
select a business process in a production
click on the magnifying glass next to business rule name on the settings tab
To match on a non-repeating HL7 message field in the expression editor, start typing
HL7.{
how do you open the expression editor?
double click the condition field in a rule
what icon lets you choose functions to use in your expression?
fx
what icon lets you choose operators to use in your expression?
op