Re: [HAPI-devel] handling of HL7-null

2007-09-12 Thread Life is hard, and then you die
Hi Bryan, On Wed, Sep 12, 2007 at 11:42:41AM -0400, Bryan Tripp wrote: > > Thanks for the explanations. I think I understand where you're coming > from but I have a few more questions ... > > > 1. Checking for Null currently is hard, because you actually have > >to check all parts in a c

Re: [HAPI-devel] handling of HL7-null

2007-09-12 Thread Bryan Tripp
Hi Ronald, Thanks for the explanations. I think I understand where you're coming from but I have a few more questions ... > 1. Checking for Null currently is hard, because you actually have >to check all parts in a composite type. E.g. for a field of type >XPN you have to check that XPN.

Re: [HAPI-devel] HapiLog

2007-09-12 Thread Torben Greiser
Hi Sharon, you will need to make yourself familiar with commons logging and log4j. http://commons.apache.org/logging/ http://logging.apache.org/log4j/ An example (requires log4j and commons logging in classpath): Create a log4j.properties file in your classpath: log4j.rootLogger=INFO, A1 log4j

[HAPI-devel] HapiLog

2007-09-12 Thread Sharon Carter
I would really appreciate some more detailed info about how the logging works in Hapi. I've only used Java logging recently so I don't have a massive amount of experience in this area. We are using the HAPI library in an application for viewing HL7 messages. We have created custom versions of the