BPL <if> condition syntax
Where is there documentation for syntax used for setting condition in a BPL <if>?
e.g. "D55^Z73^7" [ context.PIDAssigningAuthorityID
Product version: IRIS 2021.1
Discussion (4)0
Comments
<if> conditions in BPL are just ObjectScript expressions, so you'll want to have a look at the docs for ObjectScript expressions.
https://docs.intersystems.com/irisforhealth20221/csp/docbook/DocBook.UI…
Thanks. But they do not help. I see this code "D55^Z73^7" [ context.PIDAssigningAuthorityID. How would I know what the [ means?
Check the docs from @Marc Mundt, specifically Binary Contains.