suyashkumar / dicom

⚡High Performance DICOM Medical Image Parser in Go.
MIT License
933 stars 136 forks source link

Treat Unknown Tags with defined VL as OW #232

Closed suyashkumar closed 2 years ago

suyashkumar commented 2 years ago

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.