I started taking on an HL7 project about two weeks ago.  The project was
left by the original programmer with very little documentation.  Most of my
time has been spent doing research.  I have successfully used HAPI to parse
messages from all of the version 2.x variants.

The problem I ran into, however, is what happens when someone has taken the
liberty to append a "custom extension" to a message.  In particular, I am
having issues with a modified v2.3.1 ADT_A08 message that cannot be
processed by the same HAPI program that can process any other v2.3.1
message I throw at it.

I downloaded the HAPI source code and have been digging, but I figured I
would shoot an email to the mailing list and see if any of you had any tips
on this type of issue.

Specifics about my issue:
I do get an error:
EncodingNotSupportedException
When using the GenericParser
This same program handles other HL7 v2.3.1 files smoothly.  But this
modified ADT_A08 is the troublesome file.

Thanks!
Garrett
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Hl7api-devel mailing list
Hl7api-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hl7api-devel

Reply via email to