Re: [HAPI-devel] HAPI 2.1 update

2013-03-12 Thread Erik Gfesser
Rahul, Thanks for passing on this information. I did a little digging, and found the following on the HL7 website: Free IP Frequently Asked Questions Erik On Tue, Mar 12, 2013 at 3:43 PM, Rahul Somasunderam < r...@certifydatasystems.com> wrote: > This

Re: [HAPI-devel] HAPI 2.1 update

2013-03-12 Thread Jens Villadsen
Okay, I get it: They are located here: https://www.hl7.org/store/viewitem.cfm?Item=ACCESS - instead of using schemas, which IMHO seems like a good idea, would anything be won by using a DB abstraction on it like Hibernate? On 12 March 2013 21:46, Christian Ohr wrote: > Some time ago I thought a

Re: [HAPI-devel] HAPI 2.1 update

2013-03-12 Thread Christian Ohr
Some time ago I thought about using the HL7 XML Schema files as a source for creating the structure libs (using a schema parser like xsom). I did not follow up on this very thoroughly, but on first glance it seems that most (if not all) of the required data can be also found in the schema files. Th

Re: [HAPI-devel] HAPI 2.1 update

2013-03-12 Thread Rahul Somasunderam
This is where I saw the news: http://www.hl7.org/documentcenter/public_temp_C30ACCF7-1C23-BA17-0C498A8730AAD949/pressreleases/HL7_PRESS_20130304.pdf It's just a press release and is fairly vague in what it means. "its plan to make much of its intellectual property (IP) freely available under li

Re: [HAPI-devel] HAPI 2.1 update

2013-03-12 Thread Jens Villadsen
Given a set valid of HL7.org credentials, would it then be possible to get access to the database? And, if so, where is it located? On 12 March 2013 21:30, Rahul Somasunderam wrote: > I've got a very old copy of the database. Let me get my company's > credentials for HL7 and download the latest

Re: [HAPI-devel] HAPI 2.1 update

2013-03-12 Thread Rahul Somasunderam
I've got a very old copy of the database. Let me get my company's credentials for HL7 and download the latest copy of it. Unfortunately we are a mac & linux shop and I'll have to go through the same hoops in a VM to do the transition. R, rahul On Mar 12, 2013, at 12:38 PM, James Agnew wrote:

Re: [HAPI-devel] HAPI 2.1 update

2013-03-12 Thread James Agnew
Hi Rahul, I actually gave this a shot once, basically exporting all of the data into a MySQL database and then running the queries against that. Unfortunately basically none of the data queries worked at all and after spending a while trying to clean them up I eventually gave up. I'm actually not

Re: [HAPI-devel] HAPI 2.1 update

2013-03-12 Thread Rahul Somasunderam
Is it possible to export MS Access to a SQL Dump and then use any other database (H2 or HSQLDB) such that the build can be performed easily? It has been a problem so long because of the way HL7 licensed their database. Now that they mentioned they are open sourcing their database, would it be any