From: Sara F. <sar...@gm...> - 2014-06-02 08:50:02
|
Hi all, I have been working this on trying to create HL7 message. I have used this <http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/CreateAMessage.html> sample as a helper. When I am running this as a separate java file, I am able to successfully create HL7 message. I am trying to include HAPI in my module. Though I am able to compile and run the code, I haven't got the desired result. I am getting > An Internal Error has Occurred > > *java.lang.NoClassDefFoundError*ca/uhn/hl7v2/HapiContext when I am trying to call the createHL7Message method. Here <https://github.com/saramirza14/openmrs-module-IHEInteroperability/tree/hapi> is the code which I am writing. I would be glad if someone could help me figure out what I am missing. Thanks & Regards Sara Fatima |