Re: [HAPI-devel] HAPI 2.1-beta1 is released!

2013-02-01 Thread Jens Kristian Villadsen
Great work! Can't wait to try it out ... 2013/2/1 James Agnew > Hi everyone, > > FYI: a new beta of HAPI was uploaded yesterday and now appears to have hit > the central maven repositories. This release updates the core library, the > structures, and hl7overhttp. As always, the > changelog

[HAPI-devel] HAPI 2.1-beta1 is released!

2013-02-01 Thread James Agnew
Hi everyone, FYI: a new beta of HAPI was uploaded yesterday and now appears to have hit the central maven repositories. This release updates the core library, the structures, and hl7overhttp. As always, the changelog has all the details about what

Re: [HAPI-devel] Question about HL7 over HTTP

2013-02-01 Thread Juan Carlos Rodríguez
Hi, I have created a HL7Client (using an exemple from http://hl7api.sourceforge.net/hapi-hl7overhttp/doc_hapi.html#Sending_Messages). My example's message is: ADT_A01 adt = new ADT_A01(); adt.initQuickstart("ADT", "A01", "T"); MSH mshSegment = adt.getMSH(); msh

Re: [HAPI-devel] Question about HL7 over HTTP

2013-02-01 Thread Juan Carlos Rodríguez
Hi James, Thanks for your answer. I will try to change the request from GET to POST. I have implemented a listener to receive HL7 message from a General Electric Machines. I'm trying to follow the instructions from the page: http://hl7api.sourceforge.net/hapi-hl7overhttp/doc_hapi.html#Receiving_