Re: [HAPI-devel] Converting HL7v2.x ASCII messages to HL7 XML

2012-03-19 Thread nicovn
undefined-- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure___ Hl7api-devel mailing list [email protected]

Re: [HAPI-devel] generate custom datatype

2012-03-19 Thread James Agnew
HI Gabriel, Thanks for the heads up! Where exactly is the typo in the documentation? I'll make sure it's fixed. James On Tue, Mar 13, 2012 at 4:58 AM, Gabriel Euzet wrote: > In fact it is a bug in the documentation, the link you gave ;-) > > 2012/3/13 Gabriel Euzet : > > Sorry, my mistake, I h

Re: [HAPI-devel] Converting HL7v2.x ASCII messages to HL7 XML

2012-03-19 Thread James Agnew
Hi Paulo, I'm not an expert in HL7 XML encoding syntax, but I just checked and the latest version of the spec that I have a copy of shows HAPI's current behaviour as being correct. It says "The message structure ID is used as a root element for the XML instance documents." This may have changed t

[HAPI-devel] Converting HL7v2.x ASCII messages to HL7 XML

2012-03-19 Thread Paulo Ferreira
Hello, Hi need to convert an ASCII message to HL7 XML, i already do this with HAPI, but the XML proceduced is not the HL7 XML standard schema. The XML root starts with (for example) and not with . My method use the HAPI library and it is written like this. Can you help me please? public Input

Re: [HAPI-devel] Get the port of the application

2012-03-19 Thread Ram
Hi Laurent, Sorry, I can not write multiple application classes for each port. My project was designed to create multiple channels for a single application with multiple ports. So I came up with solution for this. Can you please tell me whether my following solution is an appropriate one or