[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 3a1968af31d3727c1c6518c83f817d3b19
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2022-09-12 11:09:20
|
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 3a1968af31d3727c1c6518c83f817d3b196010ac (commit)
from ceda6583e52d04e7372505b674e20b74903f26dd (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/3a1968af31d3727c1c6518c83f817d3b196010ac/
commit 3a1968af31d3727c1c6518c83f817d3b196010ac
Author: Mathieu Malaterre <mat...@gm...>
Date: Mon Sep 12 13:08:58 2022 +0200
Fix VM
diff --git a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
index f101110dd..0bbaecc69 100644
--- a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
+++ b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
@@ -6229,7 +6229,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 },
+ {0x0029,0x00d9,"MMCPrivate",VR::DS,VM::VM3,"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 f56e23fef..23d7ce71b 100644
--- a/Source/DataDictionary/privatedicts.xml
+++ b/Source/DataDictionary/privatedicts.xml
@@ -5506,7 +5506,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="0029" element="xxd9" vr="DS" vm="3" 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 | 2 +-
Source/DataDictionary/privatedicts.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|