From 3952a89edb8d865524c9bd5a64b56e8ab10ca090 Mon Sep 17 00:00:00 2001 From: Bernat Date: Wed, 29 Mar 2023 13:25:16 +0200 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20invalid=20VR?= =?UTF-8?q?=20type=20for=20LUTData?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dictionary.js b/src/dictionary.js index 7f192e96..16a46432 100644 --- a/src/dictionary.js +++ b/src/dictionary.js @@ -13504,7 +13504,7 @@ const dictionary = { }, "(0028,3006)": { tag: "(0028,3006)", - vr: "lt", + vr: "LT", name: "LUTData", vm: "1-n", version: "DICOM" From b37210d51f728cce9722809a987c0c1970a1be24 Mon Sep 17 00:00:00 2001 From: Bernat Date: Thu, 15 Jun 2023 13:26:36 +0200 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20invalid=20VR?= =?UTF-8?q?=20type=20for=20LUTData?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dictionary.js b/src/dictionary.js index 16a46432..8b0987f1 100644 --- a/src/dictionary.js +++ b/src/dictionary.js @@ -13504,7 +13504,7 @@ const dictionary = { }, "(0028,3006)": { tag: "(0028,3006)", - vr: "LT", + vr: "US", name: "LUTData", vm: "1-n", version: "DICOM"