Re: [HAPI-devel] Missing messages

2007-08-03 Thread Burke Mamlin
al Message- From: Bryan Tripp [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 9:32 PM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: [HAPI-devel] Missing messages Hi Burke, I'm not sure if you got Torben's answer before your last message, but it was

Re: [HAPI-devel] Missing messages

2007-08-02 Thread Bryan Tripp
o:[EMAIL PROTECTED] On Behalf Of Burke > Mamlin > Sent: Thursday, August 02, 2007 1:22 AM > To: [email protected] > Subject: [HAPI-devel] Missing messages > > This may be a silly or old question, but why are some messages missing from > HAPI's packages (e

Re: [HAPI-devel] Missing messages

2007-08-02 Thread Burke Mamlin
els on purpose? Thanks for any assistance, -Burke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burke Mamlin Sent: Thursday, August 02, 2007 1:22 AM To: [email protected] Subject: [HAPI-devel] Missing messages This may be a silly or old que

Re: [HAPI-devel] Missing messages

2007-08-01 Thread Torben Greiser
Hi Burke, take a look at ca/uhn/hl7v2/parser/eventmap/2.4.properties ADT_A28 ADT_A05 The ADT_A28 message is identical to the ADT_A05 message (except the MSH-9 of course). If I remember correctly the parser detects an incoming ADT_A28 as an ADT_A05 message, so you have to inspect MSH-9 to

[HAPI-devel] Missing messages

2007-08-01 Thread Burke Mamlin
This may be a silly or old question, but why are some messages missing from HAPI's packages (e.g., ADT_A28 is missing from 2.4 and 2.5)? Is this because the message(s) have not changed since v2.3? Are we simply supposed to import the ADT_A28 from v2.3 when working with v2.5 messages? Thanks. -B