Re: [HAPI-devel] V2.3 docs (was RE: batching/validation)

2007-11-19 Thread Winters, Chris
Thanks for the link. I guess the site structure is an inducement to becoming a member... I'll have to talk to someone about that. Chris From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Kennedy Sent: Monday, November 19, 2007 4:26 PM To: hl7api

[HAPI-devel] V2.3 docs (was RE: batching/validation)

2007-11-19 Thread Tony Kennedy
Go here… HYPERLINK "http://www.hl7.org/index.cfm"http://www.hl7.org/index.cfm under the Resources column is a link to HL7 Standards on the left are the links to each version. The v2.3 doc is here HYPERLINK "http://www.hl7.org/Special/IG/final.pdf"http://www.hl7.org/Special/IG/final.p

Re: [HAPI-devel] batching/validation

2007-11-19 Thread Winters, Chris
OT, and if this is a FAQ somewhere just point me, but where did you find the docs for non-2.5 HL7 messages? The hl7.org website is pretty unwieldly so they may be there but effectivel hidden in plain view :-). Thanks, Chris From: [EMAIL PROTECTED] [mailto:[EMA

Re: [HAPI-devel] batching/validation

2007-11-19 Thread Winters, Chris
Beats me, but it's easy enough to find out -- just feed the file in and see what you get :-) Chris From: epic winter [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 3:19 PM To: Winters, Chris Subject: RE: [HAPI-devel] batching/validation Well I mean

Re: [HAPI-devel] batching/validation

2007-11-19 Thread Tony Kennedy
Hmmm… I never looked at that. Oops. BTW. I had to do a little digging into the v2.3 STF segment because one of our client’s phone numbers are all boogered up. The docs I have (from HL7.org) state that STF-10 is an XTN, but the HAPI (v4.2) parser returns a TN. See Chapter 5, section 5.3.

Re: [HAPI-devel] batching/validation

2007-11-19 Thread Winters, Chris
The static Hl7InputStreamReader.read() method will do the same, won't it? Chris From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Kennedy Sent: Monday, November 19, 2007 2:50 PM To: epic winter; [email protected] Subject: Re: [

Re: [HAPI-devel] batching/validation

2007-11-19 Thread Tony Kennedy
You mean if there’s more than one message in a file? I have a ReadMessage() function that pulls one message at a time out of the file and returns an array of strings. I just read segments until I reach the end of the file or I hit an MSH header. Tony From: [EMAIL PROTECTED] [mailto:[