[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 976d01b2d6a74220be62208bbeb15ddcf0
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2022-09-12 10:35:30
|
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 976d01b2d6a74220be62208bbeb15ddcf091c799 (commit)
from 6fbff460be27a71b16558adbf4e60b57a916e2dd (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/976d01b2d6a74220be62208bbeb15ddcf091c799/
commit 976d01b2d6a74220be62208bbeb15ddcf091c799
Author: Mathieu Malaterre <mat...@gm...>
Date: Mon Sep 12 12:35:18 2022 +0200
hopefully ?
diff --git a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
index dc493203a..e528ed4f3 100644
--- a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
+++ b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
@@ -6013,6 +6013,7 @@ static const DICT_ENTRY DICOMV3DataDict [] = {
{0x0019,0x001b,"MMCPrivate",VR::IS,VM::VM1,"CharacterizedImageCount",false },
{0x0019,0x001c,"MMCPrivate",VR::LO,VM::VM1,"InternalWindowWidth",false },
{0x0019,0x001d,"MMCPrivate",VR::LO,VM::VM1,"InternalWindowLevel",false },
+ {0x0019,0x001e,"MMCPrivate",VR::LO,VM::VM1,"?FlipAngle?",false },
{0x0019,0x0020,"MMCPrivate",VR::UI,VM::VM1,"MultiFrameSopInstanceUid",false },
{0x0029,0x0000,"MMCPrivate",VR::LO,VM::VM1,"Private Creator",false },
{0x0029,0x0001,"MMCPrivate",VR::IS,VM::VM1,"SliceNumber",false },
diff --git a/Source/DataDictionary/privatedicts.xml b/Source/DataDictionary/privatedicts.xml
index f75a84de0..809360165 100644
--- a/Source/DataDictionary/privatedicts.xml
+++ b/Source/DataDictionary/privatedicts.xml
@@ -5280,6 +5280,7 @@
<entry owner="MMCPrivate" group="0019" element="xx1b" vr="IS" vm="1" name="CharacterizedImageCount"/>
<entry owner="MMCPrivate" group="0019" element="xx1c" vr="LO" vm="1" name="InternalWindowWidth"/>
<entry owner="MMCPrivate" group="0019" element="xx1d" vr="LO" vm="1" name="InternalWindowLevel"/>
+ <entry owner="MMCPrivate" group="0019" element="xx1e" vr="LO" vm="1" name="?FlipAngle?"/>
<entry owner="MMCPrivate" group="0019" element="xx20" vr="UI" vm="1" name="MultiFrameSopInstanceUid"/>
<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"/>
-----------------------------------------------------------------------
Summary of changes:
Source/DataDictionary/gdcmPrivateDefaultDicts.cxx | 1 +
Source/DataDictionary/privatedicts.xml | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
Grassroots DICOM
|