User bio
404 bio not found
Maine, USA
Member since Feb 18, 2016
Posts:
Replies:
There were a couple of solutions mentioned in my reply.
If you need to work with field values in the message, either for routing or transformation, you will need to create a custom schema that includes the Z segment (which you'll also need to create) and assign that Message Schema Category in the inbound interface.
And if you want to transform the message using the DTL Editor, you'll need to specify the custom Message Schema Category for the Source (and possibly Target, if the downstream application needs it) message.
Include the setting in the SETTINGS string, but prefix it with a dash (-) character:
Parameter SETTINGS = "-Whatever,DSN:Basic:selector?context={Ens.ContextSearch/DSNs},..."
EDIT: Was apparently typing that while you were reading the documentation 😁
And for competeness' sake, the actual documentation:
Certifications & Credly badges:



Global Masters badges:







Followers:
Following:
It's been my experience that the contents of the ACK message are not evaluated by any of the ReplyCodeActions. If you need to specifically suspend messages that are NAK'ed with this value in MSA:3, you'll need to create a custom operation and associated adapter (likely extending EnsLib.HL7.Operation.TCPOperation and EnsLib.HL7.Adapter.TCPOutboundAdapter respectively) that implements the NAK/Suspend logic.