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

Treat Unknown Tags with defined VL as OW #232

Merged
merged 4 commits into from
Jan 29, 2022
Merged

Treat Unknown Tags with defined VL as OW #232

merged 4 commits into from
Jan 29, 2022

Conversation

suyashkumar
Copy link
Owner

@suyashkumar suyashkumar commented Jan 29, 2022

This change ensures that unknown tags with a defined VL are read as bytes (OW). This should fix #231. Previously they would have been read as strings by default.

@suyashkumar suyashkumar self-assigned this Jan 29, 2022
@suyashkumar suyashkumar mentioned this pull request Jan 29, 2022
@suyashkumar suyashkumar marked this pull request as ready for review January 29, 2022 02:46
@suyashkumar suyashkumar merged commit 965296c into main Jan 29, 2022
suyashkumar added a commit that referenced this pull request Jun 9, 2024
* Interpret "" DICOM Character Set as iso-8859-1 (#219)

* Treat Unknown Tags with defined VL as OW (#232)

This change ensures that unknown tags with a defined VL are read as bytes (OW). This should fix #231. Previously they would have been read as strings by default.

* Initial commit to default reading VR=UN as SQ when reading with an implicit transfer syntax and undefined length

* add todo

* handle all forms of unknown data elements

* Update go version in build

* update other go build versions

---------

Co-authored-by: Yoshiyuki Harada <70787551+marineotter@users.noreply.github.com>
Co-authored-by: Suyash Kumar <suyashkumar2003@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read/write of SL tag
1 participant