dcmjs-org / dcmjs

Javascript implementation of DICOM manipulation
https://dcmjs.netlify.com/
MIT License
293 stars 111 forks source link

fix non existing named tag MRImageFrameType in MRImageNormalizer class #217

Closed helghast79 closed 3 years ago

helghast79 commented 3 years ago

MRImageFrameType -> MRImageFrameTypeSequence (0018,9226)

pieper commented 3 years ago

Thanks for catching this 👍 There was an earlier version of the code where we dropped the "Sequence" from tags but later decided it was better to always use the exact terms from the standard so this must have been a holdover from the old code.

ohif-bot commented 2 years ago

:tada: This PR is included in version 0.18.9 :tada:

The release is available on:

Your semantic-release bot :package::rocket: