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.
1
There are 1 best solutions below
Related Questions in MIRTH
- NCPDP D.0 integration using mirth Connect
- Using a Mirth Transformer to loop through multiple PID.3 Segments
- Perl : UTF8 characters gets distorted while trasnmitting
- Testing (C1+C3) on Cypress 3.0.3 throws error on QRDA 1 which are available for QRDA 3
- Mirth performance benchmark
- issue in writing multiple segments in the database through Mirth
- Mirth 3.5.0 - Importing Code Libraries via REST API
- How to insert created_timestamp in MongoDB using its Java Driver for Javascript
- How to get values from a field in Mongo, using its Java Driver (3.5.0)
- Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file
- Mirth Connect Script to Re-process Errors?
- mirth can connect with Cache,sybase,informix database?
- Mirth Connect: Javascript Reader - Error listing files in dir (shared folder)
- Mirth Property File Corrupted on Editing using powershell
- Losing custom segments in batch file transformation
Related Questions in MIRTH-CONNECT
- Mirth 3.5.0 - Importing Code Libraries via REST API
- Debugging Transformer Errors in Mirth Connect Server Log
- How to create a mirth channel utilizing rest API.
- Set Mirth destination to send transform data back as a custom ACK
- How can I use HTTP Sender to submit a client certificate without the SSL Manager Plugin?
- What is a working minimal example of POST /channelgroups/_bulkUpdate in Mirth REST API?
- Mirth channel Source TCP Listener setting
- Where are the user guides for Mirth Connect?
- how to see content of a javascript array including objects at source section of a channel in Mirth Connect
- Mirth Connect: Failed to start channel_Failed to start HTTP Listener
- sending \X0D0A\ in OBX TX field in hl7 message
- Stop Mirth Connect keepalive messages from SFTP File Reader connector
- How to work with mirth in local
- Mirth connect error in channel deployment
- Mirth Connect to send file to a port number
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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