Hi Ryan, You can write multi-version code with ca.uhn.hl7v2.util.Terser.
The message classes are in the jar. They aren't in CVS or the source zip because they're automatically generated. (And they aren't in the JavaDocs because there are thousands of them, and the docs aren't that informative.) Another thing that often confuses people is that there isn't a message class for each event. This is because multiple events can use the same message strucure. Good luck, Bryan On 11/10/07, epic winter <[EMAIL PROTECTED]> wrote: > I am trying to implement a hl7 interface for my software. So I am excited > about the existence of hapi. One question I have is how do you recommend > handling compatibility. Like I have to integrate with various clients some > are 2.3 other are 2.4 and some are 2.5 compatible. It looks like the code > sort of has a branch for each. When you are writing an implementation that > has to be cross compatible how do you go about doing so? Would I have 3 > different versions of my implementation or is there a way to write hapi > compatibility friendly code? If not any general strategy suggestions would > be wonderful. > > On a side note I am a little confused about the api. Why does it seem to > only include part of the classes. Like where are all the message classes? > > thanks > -ryan > > ________________________________ > Windows Live Hotmail and Microsoft Office Outlook – together at last. Get it > now! > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Hl7api-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hl7api-devel > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Hl7api-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hl7api-devel

