var fDesc=new Array(); fDesc[0] = "HL7 Analyst allows users to view, edit, and save Version 2.x HL7 messages. You'll never have to count pipe characters in notepad again. HL7 Analyst is developed in C# 4.0 for the windows platform and is released under the GPL V2 Open Source License.
Imagine a world where looking at HL7 doesn't make your eyes hurt, where anyone can look at and understand an HL7 message without the need for high priced professionals. HL7 Analyst can make this dream a reality by putting key analysis features at your fingertips.

Main features:
-Open multiple files
-Open whole folders full of files
-Search your computers disk for HL7 messages using a custom query format
-Edit the currently displayed HL7 message or all open messages
-Save the currently displayed HL7 message or all open messages
-Download from or Upload to an FTP site
-Receive or send HL7 messages using TCP/IP
-Pull HL7 messages from a SQL Server database column
-De-Identify patient information in all open HL7 messages
-Display unique values for a selected field
-Display all fields that are filled and pull minimum, average, and maximum lengths for those fields.
-Display charts of values that appear in open messages for a selected field
-Filter open messages by one or more selected fields
-Create and save custom reports
-Save the results of custom reports as CSV files
-Built in Hex Viewer to check current message hex codes"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }