Re: [HAPI-devel] Need help in HAPI

2011-11-24 Thread Ram
Hi James, I did restructured my application to adopt any version of message creation. Thanks for your support. Regards, Ram On 11/23/2011 06:47 PM, James Agnew wrote: Hi Ram, You might have a look at the Terser class, which can help you populate messages in a more generic way: http://hl7

Re: [HAPI-devel] Need help in HAPI

2011-11-23 Thread Ram
Hi James, First of all i would like to thank for pointing out the backward compatibility feature. I will restructure my application based on that. Also I will take a look at the Terser class and try to use it in my application. Thanks Ram On 11/23/2011 06:47 PM, James Agnew wrote: Hi Ram

Re: [HAPI-devel] Need help in HAPI

2011-11-23 Thread James Agnew
Hi Ram, You might have a look at the Terser class, which can help you populate messages in a more generic way: http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/ExampleUseTerser.html One thing to note is that the structures are backwards compatible (this is a feature of the HL7 standard it

[HAPI-devel] Need help in HAPI

2011-11-22 Thread Ram
Hi All, I am developing an small application to generate the HL7 messages using HAPI. HAPI is very much helpful for me to develop the application. But, I do not have much exposure in all the HAPI classes. I can able to generate the HL7 messages successfully. But i did not use generic approac