Hi Serbulent, Erik, The database in question is not the RIM database, but actually an access database developed by Frank Oemig in Germany. He has a page about it here: http://oemig.de/HL7/hl7db.htm . I'm not actually sure what is involved in purchasing a copy, but I believe you need to contact HL7 international.
That said- If you wanted to elaborate on what you need to do, it might not require the database. The project is structured in such a way that you shouldn't need to use the database for building most of the HAPI library, just the predefined message structures. If you are trying to make modifications to the core hapi library (for instance to the parser, or some other core class), you can simply build using the "mvn -P CORE install" command. If you are trying to create custom message classes, this is actually fairly easy (although not well documented) without the use of a database. If you are trying to do that, maybe I can talk you through it and improve the documentation in the process. One other possibility is if you have found a bug in one of the predefined message types. If that is the case, I could probably just fix the problem on my copy and create a new structures distribution containing the fix. Sorry for the long email, hopefully this is useful. Cheers, James On Tue, Jul 21, 2009 at 1:30 PM, Erik Gfesser <[email protected]> wrote: > > Thanks for asking. I had the same question and contacted HL7 International > a while ago. The "databases" are available from HL7 International, but based > on what I understand these are not relational databases. In other words, > these "databases" are not schemas from which data repositories can be built > to store data derived from HL7 messages. These "databases" simply store the > definitions of the RIM, and apparently the HAPI project uses these > "databases" to create the Java objects that it needs for processing HL7 > messages. Does everyone else have the same understanding? > > Erik > > --- On Tue, 7/21/09, Serbulent Unsal <[email protected]> > wrote: > > > From: Serbulent Unsal <[email protected]> > > Subject: [HAPI-devel] HL7 database question > > To: [email protected] > > Date: Tuesday, July 21, 2009, 11:51 AM > > Hi, > > > > In FAQ it is said that a HL7 DB sold by HL7 international > > which is needed to > > build HAPI data structures. I think this database is > > different from RIM ( > > http://www.hl7.org/Library/data-model/RIM/modelpage_mem.htm > > ). > > > > But unfortunately I can't find how we can buy it from HL7 > > international. Would > > any one help us which database we need and how can we buy > > it ? Thanks a lot... > > > > -- > > Serbulent Unsal | Software Expert > > GSM : +90 555 697 50 46 | Tel : +90.312.478 48 00 > > Akgun Softwares & Services Pvt. Ltd. > > Çetin Emeç Bulv. 4. Cad. No:5/3 > > 06460 A.Öveçler / ANKARA > > > > This e-mail and its attachments are private and > > confidential to the exclusive > > use of the individual or entity to whom it is addressed. It > > may also be > > legally confidential. Any disclosure, distribution or other > > dissemination of > > this message to any third party is strictly prohibited. If > > you are not the > > intended recipient, you may not copy, forward, send or use > > any part of it. If > > you are not the intended recipient or the person who is > > responsible to > > transmit to the intended recipient, please contact the > > sender by reply e-mail > > and destroy all copies of the original message and its > > attachments. > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Hl7api-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/hl7api-devel > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Hl7api-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hl7api-devel >
------------------------------------------------------------------------------
_______________________________________________ Hl7api-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hl7api-devel

