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

Only use character set decoding on specific VR #368

Closed
ivmartel opened this issue Jul 6, 2017 · 0 comments
Closed

Only use character set decoding on specific VR #368

ivmartel opened this issue Jul 6, 2017 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ivmartel
Copy link
Owner

ivmartel commented Jul 6, 2017

The DICOM standard specifies the DICOM VR that need string decoding:

"Specific Character Set (0008,0005) identifies the Character Set that expands or replaces the Basic Graphic Set (ISO 646) for values of Data Elements that have Value Representation of SH, LO, ST, PN, LT or UT"

(ref: part03/sect_C.12.html#sect_C.12.1.1.2).

The code currently decodes all string when it must not, the above restriction must be applied.

@ivmartel ivmartel added the enhancement New feature or request label Jul 6, 2017
@ivmartel ivmartel added this to the 0.20.1 milestone Jul 6, 2017
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

1 participant