[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 6fbff460be27a71b16558adbf4e60b57a9
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2022-09-12 10:32:14
|
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 6fbff460be27a71b16558adbf4e60b57a916e2dd (commit)
from 750779075c899bff9b927ac78aa064e990f36840 (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/6fbff460be27a71b16558adbf4e60b57a916e2dd/
commit 6fbff460be27a71b16558adbf4e60b57a916e2dd
Author: Mathieu Malaterre <mat...@gm...>
Date: Mon Sep 12 12:32:04 2022 +0200
add missing
diff --git a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
index 71cff7080..dc493203a 100644
--- a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
+++ b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
@@ -6226,6 +6226,7 @@ static const DICT_ENTRY DICOMV3DataDict [] = {
{0x0029,0x00d5,"MMCPrivate",VR::UI,VM::VM1,"EnhancedSopInstanceUid",false },
{0x0029,0x00d6,"MMCPrivate",VR::LO,VM::VM1,"PolarityOfPhaseEncoding",false },
{0x0029,0x00d7,"MMCPrivate",VR::OB,VM::VM1,"PresentationStates",false },
+ {0x0029,0x00d9,"MMCPrivate",VR::DS,VM::VM1,"Magnetic Field Direction",false },
{0x0041,0x0001,"MMCPrivate",VR::OB,VM::VM1,"RawDataAppData",false },
{0x0041,0x0002,"MMCPrivate",VR::SQ,VM::VM1,"RawDataIndex",false },
{0x0041,0x0003,"MMCPrivate",VR::LO,VM::VM1,"ChannelNumber",false },
diff --git a/Source/DataDictionary/privatedicts.xml b/Source/DataDictionary/privatedicts.xml
index da235c801..f75a84de0 100644
--- a/Source/DataDictionary/privatedicts.xml
+++ b/Source/DataDictionary/privatedicts.xml
@@ -5503,6 +5503,7 @@
<entry owner="MMCPrivate" group="0029" element="xxd5" vr="UI" vm="1" name="EnhancedSopInstanceUid"/>
<entry owner="MMCPrivate" group="0029" element="xxd6" vr="LO" vm="1" name="PolarityOfPhaseEncoding"/>
<entry owner="MMCPrivate" group="0029" element="xxd7" vr="OB" vm="1" name="PresentationStates"/>
+ <entry owner="MMCPrivate" group="0029" element="xxd9" vr="DS" vm="1" name="Magnetic Field Direction"/>
<entry owner="MMCPrivate" group="0041" element="xx01" vr="OB" vm="1" name="RawDataAppData"/>
<entry owner="MMCPrivate" group="0041" element="xx02" vr="SQ" vm="1" name="RawDataIndex"/>
<entry owner="MMCPrivate" group="0041" element="xx03" vr="LO" vm="1" name="ChannelNumber"/>
-----------------------------------------------------------------------
Summary of changes:
Source/DataDictionary/gdcmPrivateDefaultDicts.cxx | 1 +
Source/DataDictionary/privatedicts.xml | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
Grassroots DICOM
|