I am trying to find my way around some Mirth code. I continue to see such things in the transformer for different channels:
msg['PRB']['PRB.4']['PRB.4.2'].toString()
I understand this is parsing an HL7 message, and I understand that msg probably means a message. But is MSG system-wide variable? Does each channel have an MSG variable? What is the scope of MSG ? I also see things like ${message.encodedData} in Templates. Are some connector types automatically sending MSG content?
bernie2436
source share