-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for writing DICOM with unknown VR #1505
Labels
enhancement
New feature or request
Milestone
Comments
ivmartel
added a commit
that referenced
this issue
Sep 22, 2023
ivmartel
added a commit
that referenced
this issue
Jun 6, 2024
commit deff835 Merge: 3ec2e61 5ac76df Author: ivmartel <[email protected]> Date: Wed Apr 17 19:47:08 2024 +0200 Merge branch 'v0.32' commit 5ac76df Author: ivmartel <[email protected]> Date: Wed Apr 17 19:45:50 2024 +0200 Release 0.32.6 commit 3ec2e61 Merge: 042253e 9b8da76 Author: ivmartel <[email protected]> Date: Wed Apr 17 19:35:06 2024 +0200 Merge branch 'v0.32' commit 9b8da76 Author: ivmartel <[email protected]> Date: Wed Apr 17 19:34:01 2024 +0200 Update build to 0.32.5 commit 042253e Merge: 085f3db 7786d92 Author: ivmartel <[email protected]> Date: Wed Apr 17 18:38:37 2024 +0200 Merge branch 'v0.32' commit 7786d92 Author: ivmartel <[email protected]> Date: Wed Apr 17 18:24:33 2024 +0200 Release 0.32.5 commit 4a68a43 Author: ivmartel <[email protected]> Date: Wed Apr 17 18:06:42 2024 +0200 Resize div if no height, fixes #1655 commit 085f3db Merge: f7522e9 84dc309 Author: ivmartel <[email protected]> Date: Mon Mar 18 12:27:08 2024 +0100 Merge branch 'v0.32' commit 84dc309 Author: ivmartel <[email protected]> Date: Mon Mar 18 12:23:43 2024 +0100 Release 0.32.4 commit b969c92 Author: ivmartel <[email protected]> Date: Mon Mar 18 12:07:28 2024 +0100 Add preventDefault for wheel handler, fixes #1632 commit c4b4f6a Author: ivmartel <[email protected]> Date: Fri Sep 22 10:11:37 2023 +0200 Release 0.32.3 commit 51e4326 Author: ivmartel <[email protected]> Date: Thu Sep 21 09:54:37 2023 +0200 Treat unknown vr as UN, fixes #1505 commit 4dc492c Author: ivmartel <[email protected]> Date: Mon Sep 4 14:06:38 2023 +0200 Update doc examples commit f7522e9 Author: ivmartel <[email protected]> Date: Mon Sep 4 12:11:21 2023 +0200 Release 0.32.2 commit f47ab35 Author: ivmartel <[email protected]> Date: Thu Aug 31 12:00:51 2023 +0200 Add constuctor for colourmap commit aff9457 Author: ivmartel <[email protected]> Date: Wed Aug 30 13:32:54 2023 +0200 Fix typo in method name (toogle -> toggle) commit 3d825b1 Author: ivmartel <[email protected]> Date: Wed Aug 30 13:30:08 2023 +0200 Add constructor and update doc for WriterRule commit 9b72102 Author: ivmartel <[email protected]> Date: Wed Aug 23 14:46:27 2023 +0200 More doc types commit eae25e7 Author: ivmartel <[email protected]> Date: Tue Aug 22 17:37:49 2023 +0200 Fix lint jsdoc warnings commit 73351c0 Author: ivmartel <[email protected]> Date: Tue Aug 22 16:40:43 2023 +0200 Add undefined in doc for option tools
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some data can have unknown VR, not
UN
but characters that do not correspond to a VR defined by the standard. The parser reads it correctly but cannot write it. Treating this 'really' unknown VR asUN
could be a solution.The text was updated successfully, but these errors were encountered: