User bio
404 bio not found
Member since Nov 6, 2015
Posts:
Replies:
Yes, this will get logged in the system audit database as a "ModifyConfiguration" event:
https://docs.intersystems.com/irisforhealth20243/csp/docbook/DocBook.UI....
I believe auditing of ModifyConfiguration events is enabled by default.
Just to clarify a bit:
Are you talking about, for example, HL7 routing rules that are used with the standard business process EnsLib.HL7.MsgRouter.RoutingEngine?
What information do you want to retrieve for the rules?
Open Exchange applications:
Certifications & Credly badges:
Marc has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Following:
Marc has not followed anybody yet.
As Enrico mentioned, the rule logic is stored as XML in a rule class, so you can't query the logic directly via SQL.
You can find the names of all rule classes using SQL:
SELECT ID FROM %Dictionary.ClassDefinition where Super='Ens.Rule.Definition'
To then view the rule logic you would need to open a class and view the "RuleDefinition" XData block: