suyashkumar / dicom

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

fix Application Entity (AE) value parsing #276

Closed bench closed 1 year ago

bench commented 1 year ago

fix #275

Values with VRs constructed of character strings, except in the case of the VR UI, shall be padded with SPACE characters (20H, in the Default Character Repertoire) when necessary to achieve even length.

AE is no exception.

TYVM @suyashkumar :)

bench commented 11 months ago

hi @suyashkumar ! Will you plan a release soon ?

suyashkumar commented 11 months ago

@bench sure, done! https://github.com/suyashkumar/dicom/releases/tag/v1.0.7

Thanks for the nudge!