Re: [HAPI-devel] Creating custom message classes

2007-07-30 Thread James Agnew
Hi Hz, If I understand correctly what you are trying to do, you have a system which sends an HL7 message out in a custom format, and you wish to use HAPI to create an application which receives these messages and parses them, so that you can extract and use the information contained within? Do

[HAPI-devel] Creating custom message classes

2007-07-30 Thread Hz
Hi I am a newbie currently trying to get to grips with HAPI and am finding it quite a steep learning curve. Currently I am trying to create customized HL7 messages for use within my system. I have followed some of the instructions I found within the comments of DefaultModelClassFactory.java, but t