ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.61k stars 588 forks source link

Cast value for UN tag write fix #1645

Closed ivmartel closed 3 months ago

ivmartel commented 3 months ago

At write time, the code checks if vr=UN tags are present in the dictionary and if they are, updates the vr with the dictionary one. When changing to a different typedarray, the element value must be casted to the new type.