[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. ceda6583e52d04e7372505b674e20b7490
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2022-09-12 10:44:52
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via ceda6583e52d04e7372505b674e20b74903f26dd (commit)
from 8c1e37a4545079dd3c9417d9763ac705c044add0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/ceda6583e52d04e7372505b674e20b74903f26dd/
commit ceda6583e52d04e7372505b674e20b74903f26dd
Author: Mathieu Malaterre <mat...@gm...>
Date: Mon Sep 12 12:44:42 2022 +0200
one more guess
diff --git a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
index bf9984ec3..f101110dd 100644
--- a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
+++ b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
@@ -6016,6 +6016,7 @@ static const DICT_ENTRY DICOMV3DataDict [] = {
{0x0019,0x001e,"MMCPrivate",VR::LO,VM::VM1,"?FlipAngle?",false },
{0x0019,0x001f,"MMCPrivate",VR::LO,VM::VM1,"?InversionTime?",false },
{0x0019,0x0020,"MMCPrivate",VR::UI,VM::VM1,"MultiFrameSopInstanceUid",false },
+ {0x0019,0x0021,"MMCPrivate",VR::OB,VM::VM1,"?ScanInterface.GroupParamArchive",false },
{0x0029,0x0000,"MMCPrivate",VR::LO,VM::VM1,"Private Creator",false },
{0x0029,0x0001,"MMCPrivate",VR::IS,VM::VM1,"SliceNumber",false },
{0x0029,0x0002,"MMCPrivate",VR::IS,VM::VM1,"PhaseNumber",false },
diff --git a/Source/DataDictionary/privatedicts.xml b/Source/DataDictionary/privatedicts.xml
index b304df2b9..f56e23fef 100644
--- a/Source/DataDictionary/privatedicts.xml
+++ b/Source/DataDictionary/privatedicts.xml
@@ -5283,6 +5283,7 @@
<entry owner="MMCPrivate" group="0019" element="xx1e" vr="LO" vm="1" name="?FlipAngle?"/>
<entry owner="MMCPrivate" group="0019" element="xx1f" vr="LO" vm="1" name="?InversionTime?"/>
<entry owner="MMCPrivate" group="0019" element="xx20" vr="UI" vm="1" name="MultiFrameSopInstanceUid"/>
+ <entry owner="MMCPrivate" group="0019" element="xx21" vr="OB" vm="1" name="?ScanInterface.GroupParamArchive"/>
<entry owner="MMCPrivate" group="0029" element="xx00" vr="LO" vm="1" name="Private Creator"/>
<entry owner="MMCPrivate" group="0029" element="xx01" vr="IS" vm="1" name="SliceNumber"/>
<entry owner="MMCPrivate" group="0029" element="xx02" vr="IS" vm="1" name="PhaseNumber"/>
-----------------------------------------------------------------------
Summary of changes:
Source/DataDictionary/gdcmPrivateDefaultDicts.cxx | 1 +
Source/DataDictionary/privatedicts.xml | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
Grassroots DICOM
|