Re: [HAPI-devel] HAPI in JBoss

2010-08-24 Thread Raja Krishnamoorthy
Could you not use HAPI for processing? That way you will be get to the fields in various segments. Raja On 24/08/2010 12:42 PM, Carlos Oliva wrote: I am talking about the HL7 2.x XML representation because I wanted to have way to know which XML tags to look when I wanted to process this dat

Re: [HAPI-devel] HAPI in JBoss

2010-08-24 Thread rahul somasunderam
Carlos, Are you talking about the HL7 2.x XML representation of HAPI? Or are you talking about an xml standard like HL7 3.x,CDA, CCR, CCD? If it's HL7 2.x XML representation, you just need to parse the HL7 message using PipeParser, and then encode it using XMLParser. Look at the parse and enc

Re: [HAPI-devel] HAPI in JBoss

2010-08-24 Thread Sharma, Niranjan K (GE Healthcare)
Then use method Rahul ha suggested. It has an example in HAPI examples. Look into source code for how to use parser. http://hl7api.sourceforge.net/devbyexample.html Thanks. Regards -Niranjan. From: Carlos Oliva [mailto:[email protected]] Sent: Tuesday, August 24, 2010 11:43 AM To:

Re: [HAPI-devel] HAPI in JBoss

2010-08-24 Thread Carlos Oliva
I am talking about the HL7 2.x XML representation because I wanted to have way to know which XML tags to look when I wanted to process this data. The application will have local clients which will deal only with XML and remote clients with which the application will exchange data in HL7 format.

Re: [HAPI-devel] HAPI in JBoss

2010-08-24 Thread Carlos Oliva
Thank you again. Is there a document explaining how the HL7 is translated into XML? That is how the HL7 segments, components, and subcomponents are relkated to the tags of the XML. From: Sharma, Niranjan K (GE Healthcare) [mailto:[email protected]] Sent: Monday, August 23, 2010 11:56