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
Where is there documentation for syntax used for setting condition in a BPL <if>?
e.g. "D55^Z73^7" [ context.PIDAssigningAuthorityID
<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....
<if> | Business Process and Data Transformation Language Reference | InterSystems IRIS Data Platform 2022.1
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.