Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DV_SCALE doesn't appear to be supported in webTemplates #1049

Open
bradlittleton opened this issue Feb 2, 2023 · 1 comment
Open

DV_SCALE doesn't appear to be supported in webTemplates #1049

bradlittleton opened this issue Feb 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bradlittleton
Copy link

Environment information

 'openehr_sdk_version': '1.24.0-SNAPSHOT',
 'archie_version': '2.0.1',
 'jvm_version': 'Eclipse Adoptium 17.0.6+10',
 'os_version': 'Linux amd64 5.4.0-137-generic',
 'postgres_version': 'PostgreSQL 13.4 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit'}

Steps to reproduce

  1. create template containing an entry with DV_SCALE type e.g.
    DV_SCALE test.zip

  2. upload .opt file to EHRbase (/rest/openehr/v1/definition/template/adl1.4)

  3. get the corresponding webTemplate from the ethercis endpoint (/rest/ecis/v1/template/{templateId})
    DV_SCALE test webTemplate.zip

Actual result

Instead of an entry of type DV_SCALE the webTemplate contains entries of type

 'DV_CODED_TEXT',
 'DV_MULTIMEDIA',
 'DV_PARSABLE',
 'DV_STATE',
 'DV_BOOLEAN',
 'DV_IDENTIFIER',
 'DV_URI',
 'DV_EHR_URI',
 'DV_DURATION',
 'DV_QUANTITY',
 'DV_COUNT',
 'DV_PROPORTION',
 'DV_DATE_TIME',
 'DV_TIME',
 'DV_ORDINAL',
 'DV_DATE'

Expected result

A single entry of type DV_SCALE

Further information

@bradlittleton bradlittleton added the bug Something isn't working label Feb 2, 2023
@vladislavploaia
Copy link
Contributor

Hello @bradlittleton,
Thank you for provided details.
After analysis, we found that this stuff is not supported yet.
We have created one task in backlog, so it will be implemented.
Cannot provide you ETA or expected release version, but will let you know once I have any updates.

CC: @vidi42 , @stefanspiska , @HolgerReiseVSys , @vmueller-vg

@vladislavploaia vladislavploaia added enhancement New feature or request and removed bug Something isn't working labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants