suyashkumar / dicom

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

Error when parsing with Little Endian Explicit transfer syntax #335

Closed patriciaacw closed 3 months ago

patriciaacw commented 3 months ago

the problem is occurring because the DICOM has an implicit transfer syntax -- unexpected EOF

suyashkumar commented 3 months ago

Hi there! Are you using the version of this library at HEAD or the latest tagged version? (If you're using the tagged version, can you try the latest commit of the repo at HEAD?)

Any additional details could be helpful as well. There are some known edge cases for non-compliant dicoms we still have to address that are discussed here: https://github.com/suyashkumar/dicom/issues/327

patriciaacw commented 3 months ago

Thank you! That resolved the issue.