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

validation of enumerated values does not support multiple values #87

Closed
dwikler opened this issue Mar 27, 2024 · 1 comment · Fixed by #88
Closed

validation of enumerated values does not support multiple values #87

dwikler opened this issue Mar 27, 2024 · 1 comment · Fixed by #88
Labels

Comments

@dwikler
Copy link

dwikler commented Mar 27, 2024

I noticed that when multiple values are encoded for the MR Image Scanning Sequence attribute, an error is reported even if both values match the enumerated values.
Here is the output:

Module "MR Image":
Tag (0018,0020) (Scanning Sequence) value is not allowed (value: ['SE', 'EP'], allowed: SE, IR, GR, EP, RM)

The current implementation of enumerated values may be limited to single value only.

@mrbean-bremen
Copy link
Member

I made a new patch release with the fix, please check!

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

Successfully merging a pull request may close this issue.

2 participants