AQL Parser

2018-02-15 Thread Georg Fette
Hello, What is the best (comfortable, easiest to use, most often used, most interoperable, etc.) implementation of an AQL parser currently available ? After some googleling I found a Git repository of JacSoyYo. Alternatively I could cut the parser from the EtherCIS-Server. Currently I am only

AQL-parser in Java? + AQL response format (using the AS operator)

2009-03-06 Thread Erik Sundvall
ults removed from example...] > -Original Message- > From: openehr-technical-bounces at openehr.org > [mailto:openehr-technical-bounces at openehr.org] On Behalf Of Erik Sundvall > Sent: Tuesday, September 30, 2008 6:35 PM > To: For openEHR technical discussions >

AQL-parser in Java? + AQL response format (using the AS operator)

2009-03-04 Thread Heath Frankel
com] Sent: Wednesday, March 04, 2009 12:25 PM To: 'erisu at imt.liu.se'; 'For openEHR technical discussions' Subject: RE: AQL-parser in Java? + AQL response format (using the AS operator) Hi Erik, Response to 2, the Ocean EhrGate Web Service provides a ResultSet as defined i

AQL-parser in Java? + AQL response format (using the AS operator)

2009-03-04 Thread Heath Frankel
6:35 PM To: For openEHR technical discussions Subject: AQL-parser in Java? + AQL response format (using the AS operator) Hi! 1. Has anybody planned, or started, to create an AQL-parser in Java? Maybe the basics from AQL to parse tree could be common for several different persistence

AQL-parser in Java? + AQL response format (using the AS operator)

2008-10-01 Thread Heath Frankel
M > To: erisu at imt.liu.se; For openEHR technical discussions > Subject: Re: AQL-parser in Java? + AQL response format (using the AS operator) > > Hi Eric, > > I suggest that you read the Extract Information Model document. > Though it still needs some vetting, this s

AQL-parser in Java? + AQL response format (using the AS operator)

2008-10-01 Thread Roger Erens
on 10/01/2008 04:40 AM Heath Frankel wrote: > Hi Tim & Erik, > Actually there are two means of querying data from an EHR, one is certainly > ... > Therefore, there does need to be a container for these collection of > objects. We have implemented a RESULT_SET that contains a list of > RESULT_ROWs

AQL-parser in Java? + AQL response format (using the AS operator)

2008-09-30 Thread Erik Sundvall
Hi! 1. Has anybody planned, or started, to create an AQL-parser in Java? Maybe the basics from AQL to parse tree could be common for several different persistence implementations and then the rest of the implementation will be different for different persistence mechanisms. Our first interest

AQL-parser in Java? + AQL response format (using the AS operator)

2008-09-30 Thread Tim Cook
Hi Eric, I suggest that you read the Extract Information Model document. Though it still needs some vetting, this should answer many of your questions. Regards, Tim On Tue, 2008-09-30 at 11:04 +0200, Erik Sundvall wrote: > Hi! > > 1. Has anybody planned, or started, to create an A