Skip to:
Describe in the spec how functions are expressible in AQL queries, e.g.
select c/name/value, tag(c, 'EpisodeOfCareId') from composition c where tag(c, 'EpisodeOfCareId') = 'test' limit 5
Need to modify the grammar spec to support this.
Describe in the spec how functions are expressible in AQL queries, e.g.
select c/name/value, tag(c, 'EpisodeOfCareId') from composition c where tag(c, 'EpisodeOfCareId') = 'test' limit 5
Need to modify the grammar spec to support this.