Hi, I've been trying to use the preprocessor to filter out a majority of the hl7 message (so as to reduce the need for processing the message) and I was wondering in what order Mirth verifies the version or type of the message. Does it happen before or after the preprocessor (I would assume after)?
The reason I ask is that I am dealing with prohibitively large ORU^401 messages (on the scale of 2-3MB) that Mirth takes a little while constructing its messageObject for. Thus, I'd like to eliminate the portions of the message I won't use (ie- the non-binary portions) and just send the binary portion to the transformer so I may do whatever else I'd need to with it. Is this possible?
The reason I ask is that I am dealing with prohibitively large ORU^401 messages (on the scale of 2-3MB) that Mirth takes a little while constructing its messageObject for. Thus, I'd like to eliminate the portions of the message I won't use (ie- the non-binary portions) and just send the binary portion to the transformer so I may do whatever else I'd need to with it. Is this possible?
Comment