Git Product home page Git Product logo

aql-editor-backend's Issues

Add name field to the root of response from the containment endpoint

A GET request to containment endpoint returns an object with the following structure:

{ "children": [...], "fields": [...], "archetypeId": "openEHR-EHR-COMPOSITION.sample_encounter.v1" }

this structure is missing a name field which should provide a user friendly name for the COMPOSITION that the template is built on. It would be consistent with the structure of the nested children fields if a name field existed at the root.

Java type leaks into template info object

The aql builder backend returns type temporal_accessor for the leaf node in template: Virologischer Befund.
image (2)

That's a java type, not an RM type, the rm type should be string based on the path of the field.
I guess this is due to backend somehow using the java type binding of dv_date_time/value instead of the RM type.

Simply retrieving the template information for the above template should replicate the issue.
Lars Schafer identified this problem and it is probably stopping us from using the RM type information of the path in various use cases, especially if parameters are used (UI, query execution etc)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.