Re: [HAPI-devel] reading HL7 generically

2013-01-10 Thread Jake C
Adding my 2 cents... I stuck with the Java Object-Oriented way (I like compile-time checks and my IDE's auto-completion), and wrote conversion methods to our classes for Segments and Data Types. I end up having a Message method for each unique ADT message, but they are all VERY short. All the

[HAPI-devel] OBX and FT

2012-05-16 Thread Jake C
Does HAPI do any processing of the formatting commands in an FT? While it is correctly changing \T\ to &, I just passes through \.ti+8\ instead of indenting. ---- Jake C--

Re: [HAPI-devel] Conversion between versions

2011-07-28 Thread Jake C
months passed and I needed to make changes to the transform) James On Thu, Jul 28, 2011 at 10:17 AM, Jake C wrote: I have used Symphony before, and I hated it. They claim to be the fastest engine around, but their scripting environment sucks. Absolutely the worst IDE I have ever used in

Re: [HAPI-devel] Conversion between versions

2011-07-28 Thread Jake C
enever > multiple feeds with various versions and each source with its own quirks. > > Regards > Raja > > > From: Jake C [[email protected]] > Sent: July 28, 2011 12:23 AM > To: [email protected] > Cc: hl7api-devel@lists.

Re: [HAPI-devel] Conversion between versions

2011-07-27 Thread Jake C
"handling" do you need to do? Cheers, James On Wed, Jul 27, 2011 at 8:46 PM, Jake C wrote: I see a few requests in the archive about how to convert messages between different versions of HL7, but so far, no replies to any of them. I have a similar need. I need to communi

[HAPI-devel] Conversion between versions

2011-07-27 Thread Jake C
I see a few requests in the archive about how to convert messages between different versions of HL7, but so far, no replies to any of them. I have a similar need. I need to communicate with different applications, and I will not be able to dictate which version of HL7 they use. I also do not wa