[HAPI-devel] Hi

2013-05-30 Thread Ragini Bhandari
Hi We are using .Net version of HAPI i.e. nHapi but nHapi supports till HL7 2.5 version messages only. Is there any plan to extend nHapi to latest HL7 message versions. Yes then when it is planned to be launched. Thanks & Regards, Ragini [cid:emidslogo29.jpg] Ragini Bhandari Technical Lead

Re: [HAPI-devel] NoValidation, validates the HL7 message?

2013-05-30 Thread James Agnew
Hi Vijayaratha, The snippet you posted doesn't appear to be valid, possibly you are instantiating a new parser and setting its context and the "new" keyword is missing? Either way, you will find an example of what you are trying to accomplish here: http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/

[HAPI-devel] ADT_AXX message

2013-05-30 Thread Sumit Lahiri
Hello there, I'm new to HAPI. The problem I'm facing is I'm not able to typecast a ADT message to generic ADT_AXX message type. So as a result when I try to parse a segment eg. IN1 which is not present in a specific ADT Event type(eg ADT_A01) I get an HL7Exception like "IN1 does not exist in the

Re: [HAPI-devel] NoValidation, validates the HL7 message?

2013-05-30 Thread vijayaratha vijayasingam
Thanks James..There was an issue in my coding while setting NoValidation. Now works as expected. Thanks -Ratha On 30 May 2013 17:23, James Agnew wrote: > Hi Vijayaratha, > > The snippet you posted doesn't appear to be valid, possibly you are > instantiating a new parser and setting its context

[HAPI-devel] Why do we use ConformanceProfile?

2013-05-30 Thread vijayaratha vijayasingam
Hi all; I'm not clear about the use of ConformanceProfile. If i hvae my custom ConformnaceProfile, and if i ask the system to validate against that ,is that right? Thanks -Ratha -- Introducing AppDynamics Lite, a free tro

Re: [HAPI-devel] ADT_AXX message

2013-05-30 Thread Ian Vowles
I overcame this issue by creating a GENERIC_ADT message using techniques shown on the Hapi site. Our establishment has many Z-segments, so I had to do all those, and group them accordingly. A basic example is available on the Hapi site at http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/example