Re: [HAPI-devel] batching/validation

2007-12-03 Thread Frédéric Dubru
epic winter a écrit : A couple questions for you. Your message reader breaks up messages by '\n'. Isn't that the segment terminator? The segment terminator is the carriage return character (\r ,or 0x0D). I use a line-feed (\n, or 0x0A) as a message separator, but it is a personal choice. In t

Re: [HAPI-devel] batching/validation

2007-11-30 Thread epic winter
Thanks for the files this definitely helps. > Date: Wed, 28 Nov 2007 08:41:00 +0100 > From: [EMAIL PROTECTED] > To: [email protected] > Subject: [HAPI-devel] batching/validation > > Hi Ryan, > > > It appears as if there is no batch support in hapi. Or am I missing this? > >

Re: [HAPI-devel] batching/validation

2007-11-19 Thread Winters, Chris
:[EMAIL PROTECTED] On Behalf Of Tony Kennedy Sent: Monday, November 19, 2007 3:06 PM To: [email protected] Subject: Re: [HAPI-devel] batching/validation 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&#

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 W

Re: [HAPI-devel] batching/validation

2007-11-19 Thread Tony Kennedy
5.3.8.2 Any thoughts? Should I just change my copy of the parser? Is this a bug? Tony From: Winters, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 2:55 PM To: Tony Kennedy; epic winter; [email protected] Subject: RE: [HAPI-devel] batching/validation

Re: [HAPI-devel] batching/validation

2007-11-19 Thread Winters, Chris
t: Re: [HAPI-devel] batching/validation 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

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:[