Reputation: 2370
we are using mirth to receive and serialize HL7 messages, and now we have Hprim also we need to serialize it but mirth don't support by default the Hprim stander, we found this fourm to add Hprim to mirth but how can we apply those patches to mirth we are new to mirth, please help.
Upvotes: 1
Views: 275
Reputation: 11
I have not worked with HPRIM.
I can however say that we have been able to provide extensive support for other data formats and transports using the jar files as a resource (settings > resources), adding a channel dependency (for the resource), and just using the java api's from javascript to accomplish the goals of the project. Perhaps this is something that could work for you if you have sample code to validate/construct/deconstruct your HPRIM messages. This would mean you have to code a lot/most of your translates in javascript though. You would also use channelMaps as your output values instead of the encoded messages etc.
Not necessarily an answer, but it shows one of the ways that Mirth can be extremely flexible and allow you to support various transports/formats without having to patch the original source code or get someone to build you a custom extension.
Frans
Upvotes: 1