Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Java type leaks into template info object #11

Open
serefarikan opened this issue Jan 27, 2021 · 0 comments
Open

Java type leaks into template info object #11

serefarikan opened this issue Jan 27, 2021 · 0 comments

Comments

@serefarikan
Copy link
Contributor

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant