Re: [HAPI-devel] parsing ADT_08 in HL7 V2.5

2010-12-08 Thread Vikram Nayak
t an inhouse thing, > or did someone release it. > > > > From: Vikram Nayak [mailto:[email protected]] > Sent: Wednesday, December 08, 2010 11:36 AM > To: Jonathan Bartels > Cc: [email protected] > Subject: Re: [HAPI-devel] parsing ADT_08 in HL7 V

Re: [HAPI-devel] parsing ADT_08 in HL7 V2.5

2010-12-08 Thread Vikram Nayak
> through the javadoc there is a Message interface but no IMessage interface. > > > > From: Vikram Nayak [mailto:[email protected]] > Sent: Tuesday, December 07, 2010 9:10 PM > To: [email protected] > Subject: [HAPI-devel] parsing ADT_08 in HL7

Re: [HAPI-devel] parsing ADT_08 in HL7 V2.5

2010-12-08 Thread Jonathan Bartels
07, 2010 9:10 PM *To:* [email protected] *Subject:* [HAPI-devel] parsing ADT_08 in HL7 V2.5 when parsing a ADT_08 message for V2.5, it throws the following exception - Unable to cast object of type 'V25' to type 'NHapi.Model.V25.Message.ADT_A01'. h

[HAPI-devel] parsing ADT_08 in HL7 V2.5

2010-12-07 Thread Vikram Nayak
when parsing a ADT_08 message for V2.5, it throws the following exception - Unable to cast object of type 'V25' to type 'NHapi.Model.V25.Message.ADT_A01'. here is the test code: message = "and ADT_08 message"; PipeParser parser = new PipeParser(); IMessage msg = parser.Parse(hl7Data)