Author Archive
Mirth on Windows Server 2008 and SQL server 2008
If you are in HL7 business and have not looked at Mirth, you must. Kudos to the Mirth team, they have brought out a phenominal product. More I use it more I get amazed with its capabilities. In one of my recent project I had to install Mirth on a brand new Windows server 2008 [...]
How to parse multiple OBX segments in Mirth
Often there is a need to parse segments that occur multiple time in an HL7 message like OBX or Ali segments. For example, in an ADT message you will get height and weight in two OBX segments. How do you parse these multiple OBX segments and make the available to the channel map? I am [...]
DICOM File Reader in Ruby
Here is a simple DICOM file reader developed in pure ruby. The zip file also contains a driver and a sample image file
We are in the process of developing a toolkit with networking suport. We will post it hre when ready. Enjoy….
dicomfilereader
Mirth Channel to write to a MySQL database
Attahced is a screen capture of the process to create a simple channle to write to a MySQL database. The channel reads messages form a text file, parses it and then writes to MySQL database.
create mirth channel movie
Logging with “Java logging API”
I wonder why you want to use Java logging API when you can use log4j. Well if you want to or have to use Java’s bundled API for logging, it is not that bad. There are several good articles on the web that go it much more details on this topic then what I [...]

