Hi Guys,
I am just trying to understand the concept of Mirth, and the process of getting data from my DB to a HL7 file.
Well that's it in a nutshell, I have looked around at some of the downloads and examples and the wiki, and I think I am still in the dark.
I have done a few tests with HL7 files, and they get processed, and moved to the correct folders (file read/write etc etc)
What I want to do is query my Oracle DB (from my application, let's say get patient detail).
Then I need to get that into a HL7 file and dump it in a folder (for the 3rd party).
So the question is how do I 'transform' this data from the DB to a HL7 file ??
Like I say, I looked at the example downloads, and one method was an 'outbound channel example' which was XML.
Another was using 'transformers' and 'filters' which was 'source code'.
So I am a little confused on how to do this, and the best method (if there is more than one)
And a final question, the examples I saw had DB username/passwords hard-coded.
I'd like to avoid that also ;-)
I am just trying to understand the concept of Mirth, and the process of getting data from my DB to a HL7 file.
Well that's it in a nutshell, I have looked around at some of the downloads and examples and the wiki, and I think I am still in the dark.
I have done a few tests with HL7 files, and they get processed, and moved to the correct folders (file read/write etc etc)
What I want to do is query my Oracle DB (from my application, let's say get patient detail).
Then I need to get that into a HL7 file and dump it in a folder (for the 3rd party).
So the question is how do I 'transform' this data from the DB to a HL7 file ??
Like I say, I looked at the example downloads, and one method was an 'outbound channel example' which was XML.
Another was using 'transformers' and 'filters' which was 'source code'.
So I am a little confused on how to do this, and the best method (if there is more than one)
And a final question, the examples I saw had DB username/passwords hard-coded.
I'd like to avoid that also ;-)
Comment