I am using Mirth version 1.6.1.2750 which I just downloaded. I get a Serializer Exception error from the HL7 header when I attempt to load the data file. The error I am getting is:
FAILURE: Error evaluating transformer
SerializerException
java.lang.ArrayIndexOutOfBoundsException: 2
The actual HL7 file header is this:
FHS|^~\&|di_PROTON|1|||200801231516||||||
BHS|^~\&|di_PROTON|1|||200801231516||1||1||
MSH|^~\&|di_PROTON|1|||200801231516||DFT^P03||P|2. 2|||NE|NE||
EVN|PO3|200801231516||APP||
I highlighted the second line of the header that starts "BHS" as I beleive this line is causing the problem. If I remove this single line, the file processes normally. Is this a non-standard HL7 format or something?
FAILURE: Error evaluating transformer
SerializerException
java.lang.ArrayIndexOutOfBoundsException: 2
The actual HL7 file header is this:
FHS|^~\&|di_PROTON|1|||200801231516||||||
BHS|^~\&|di_PROTON|1|||200801231516||1||1||
MSH|^~\&|di_PROTON|1|||200801231516||DFT^P03||P|2. 2|||NE|NE||
EVN|PO3|200801231516||APP||
I highlighted the second line of the header that starts "BHS" as I beleive this line is causing the problem. If I remove this single line, the file processes normally. Is this a non-standard HL7 format or something?
Comment