Re: [HAPI-devel] HL7 > Charset problems

2013-02-12 Thread Juan Carlos Rodríguez
Hi Jens! The stacktrace is: java.nio.charset.IllegalCharsetNameException: "iso-8859-1" 13/02/13 08:51:04 at java.nio.charset.Charset.checkName(Charset.java:284) 13/02/13 08:51:04 at java.nio.charset.Charset.lookup2(Charset.java:458) 13/02/13 08:51:04 at java.nio.charset.Charset

Re: [HAPI-devel] HL7 > Charset problems

2013-02-12 Thread Jens Villadsen
Please provide a stacktrace and version of HAPI On 12 February 2013 17:17, Juan Carlos Rodríguez wrote: > ** > Hi, > > when I send a HL7 message with the HL7simulator I have the following error: > > java.nio.charset.IllegalCharsetNameException: "iso-8859-1" > > How I put the correct charset (iso

[HAPI-devel] HL7 > Charset problems

2013-02-12 Thread Juan Carlos Rodríguez
Hi, when I send a HL7 message with the HL7simulator I have the following error: java.nio.charset.IllegalCharsetNameException: "iso-8859-1" How I put the correct charset (iso-8859-1) ?? Thanks Juan Carlos -- Free Next-G

[HAPI-devel] how do I use terser to create an Order..

2013-02-12 Thread ray_lukas
Im sorry.. I just don’t know how to do this and I am against the wall .. can someone please help me.. it is really simple.. I need to take each test I have and create a OBX segment for it under the OBR.I have a mapping table that maps my internal java model objects to things like OBX-X-Y for a give

[HAPI-devel] Can I use HL7 API (HAPI) for Android?

2013-02-12 Thread Jorge González González
Hi I try to load the libraries of HAPI and use it in an Android Project... But it doesn’t work When I try to add the external libraries, the eclipse don't respond... Anybody knows if i can use it, and the way to do it. Or if there is an Android API set for HL7. Thank you very much, --