|
From: Bryan T. <bp...@gm...> - 2006-07-24 16:52:42
|
Hi, Regarding the change in the last OBX field: I think you found a bug. Could you please try it again with the attached XMLParser.java? I think I've fixed it properly but let me know if you have any problems with it. Thanks, Bryan On 7/24/06, Davide Antoni <dav...@if...> wrote: > 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 > > > > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Hl7api-devel mailing list > Hl7...@li... > https://lists.sourceforge.net/lists/listinfo/hl7api-devel > > > > |