You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like dictionary.ts stores several fields that shouldn't really be needed. Everyone who visits the page needs to download & parse it, and it's 1.1mb.
The text was updated successfully, but these errors were encountered:
I've made a couple of commits stripping it down to 300kb or so. Old versions of the file are still in git, so if we find a use for that data in future we can always pull it back out.
There needs to be a map from tag id to VR for implicit VR parsing I've seen it done functionally in some of the dicom-parser examples but I don't know how robust that would be (or if it's worth introducing errors).
Even if the tags aren't used in policy they might be used in parsing the data for some cases.
It looks like
dictionary.ts
stores several fields that shouldn't really be needed. Everyone who visits the page needs to download & parse it, and it's 1.1mb.The text was updated successfully, but these errors were encountered: