Re: [HAPI-devel] Can't return repetition - repeating segment

2014-06-02 Thread James Agnew
Hi Letha, Most likely some logic is preventing the 3rd rep from being added. Are you able to distill this down into a code fragment that could be posted to the list? Cheers, James On Mon, Jun 2, 2014 at 3:53 PM, Letha Joy wrote: > Hi, > > I am getting following error message when I tried to c

[HAPI-devel] Can't return repetition - repeating segment

2014-06-02 Thread Letha Joy
Hi, I am getting following error message when I tried to create ORM (Medication)message using teaser. It works fine with three allergies. when I tries to add 4th allergy I am getting the following . Any help will be appreciated. ca.uhn.hl7v2.HL7Exception: Can't return repetition #3 of AL1 - there

Re: [HAPI-devel] Working with HAPI

2014-06-02 Thread James Agnew
Hi Sara, This sounds like yet another dependency problem. Can you post your dependency tree? sent from my phone. On Jun 2, 2014 4:49 AM, "Sara Fatima" wrote: > Hi all, > > I have been working this on trying to create HL7 message. I have used this >

[HAPI-devel] Working with HAPI

2014-06-02 Thread Sara Fatima
Hi all, I have been working this on trying to create HL7 message. I have used this 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 includ