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