Search

Software Engineer's Notes

Month

August 2016

MIRTH CONNECT – Parsing HL7

We can parse HL7 messages inside the transformer. We need to loop through the HL7 and check the Segment types. When we find the correct segment, we can read the data from the target element.

Continue reading “MIRTH CONNECT – Parsing HL7”

MIRTH CONNECT – USING JAVA CODE

We can call java classes and functions from MIRTH CONNECT.

First we need to create a class:

Continue reading “MIRTH CONNECT – USING JAVA CODE”

Windows – Cheatsheet

Kill hanged service
From command line type :
sc queryex [servicename]

Continue reading “Windows – Cheatsheet”

Blog at WordPress.com.

Up ↑