[HAPI-devel] hl7 over http

2014-06-05 Thread Matt Young
I have some questions about hl7 over http. 1) what should the content type be for the response messages ER7 formatted hl7 requests (I'm thinking text/plain) 2) Using the following code, how would I serialize the response message for the http response stream? Parser p = hapiContext.getGenericPar

Re: [HAPI-devel] HAPI v2.0

2014-06-05 Thread James Agnew
Hi Sara, The names of various fields changed between versions of HL7. Using a newer version of the structures is fine (although you need to be aware that some fields may have been added which will be incompatible with older versions of the standard). Because of these name changes though, the meth