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

Standard Element Data Dictionary for (0028,0410) is incorrect #314

Closed
MartinWan opened this issue Jun 29, 2018 · 0 comments
Closed

Standard Element Data Dictionary for (0028,0410) is incorrect #314

MartinWan opened this issue Jun 29, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@MartinWan
Copy link

It seems the output of the following lines are "UN". If I understand correctly the tag (0028,04x0) should be "US" as per the standard http://dicom.nema.org/medical/dicom/current/output/html/part06.html ?
System.out.println(ElementDictionary.getStandardElementDictionary().vrOf(TagUtils.normalizeRepeatingGroup(0x00280410)));

System.out.println(ElementDictionary.getStandardElementDictionary().vrOf(0x00280410));

@gunterze gunterze self-assigned this Jan 8, 2019
@gunterze gunterze added the bug label Jan 8, 2019
@gunterze gunterze added this to the 5.15.1 milestone Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants