|
From: Davide A. <dav...@if...> - 2006-07-24 12:33:51
|
Hi
I have made changes and now it works!!! many many thanks... and i have
changed the limiti of 200 charatcter for obx5., because in my
application i have a large base64 object.
I have a question:
When i put inside my application MDM^T02 in xmlv2(in.xml) and i parse
this xml file with this:
//encode message in XML
String ackMessageInXML = xmlParser.encode(inBound);
The xml that i have put inside change the last component of OBX.
(out.xml) after the parsing
WHY?
Thanks.
Life is hard, and then you die ha scritto:
> Hi Davide,
>
>
>> Another question: when i send an'mdm xml to server 0.5 i have thi error:
>>
>> ca.uhn.hl7v2.HL7Exception: Encoding characters '^~\&' invalid --
>> must be 4 characters
>> at ca.uhn.hl7v2.parser.PipeParser.doEncode(PipeParser.java:495)
>> at ca.uhn.hl7v2.parser.GenericParser.doEncode(GenericParser.java:198)
>> at ca.uhn.hl7v2.parser.Parser.encode(Parser.java:221)
>> at ca.uhn.hl7v2.app.Responder.logAndMakeErrorMessage(Responder.java:412)
>> at ca.uhn.hl7v2.app.Responder.processMessage(Responder.java:216)
>> at ca.uhn.hl7v2.app.Receiver$Grunt.run(Receiver.java:134)
>>
>> If i send an'adt message i don't have this error and all work fine...
>>
>
> I ran into this a couple weeks ago too and fixed. Forgot to report
> this bug... I've just done so now and included my patch for it - you
> can find it at
> https://sourceforge.net/tracker/index.php?func=detail&aid=1525029&group_id=38899&atid=423835
>
>
> Cheers,
>
> Ronald
>
>
>
|