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
> 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
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
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)
4 matches
Mail list logo