[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 041a59c001447546824d2bef16f212a6cd
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2022-09-12 11:33:01
|
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 041a59c001447546824d2bef16f212a6cdf497ae (commit)
from 3a1968af31d3727c1c6518c83f817d3b196010ac (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/041a59c001447546824d2bef16f212a6cdf497ae/
commit 041a59c001447546824d2bef16f212a6cdf497ae
Author: Mathieu Malaterre <mat...@gm...>
Date: Mon Sep 12 13:31:52 2022 +0200
Fix nonsense
diff --git a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
index 0bbaecc69..5dc30e540 100644
--- a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
+++ b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
@@ -5953,7 +5953,7 @@ static const DICT_ENTRY DICOMV3DataDict [] = {
{0x0009,0x0048,"MMCPrivate",VR::LO,VM::VM1,"ProtocolName",false },
{0x0009,0x004e,"MMCPrivate",VR::LO,VM::VM1,"Cms_BodyPartExamined",false },
{0x0009,0x004f,"MMCPrivate",VR::LO,VM::VM1,"IsProtected",false },
- {0x0009,0x0050,"MMCPrivate",VR::CS,VM::VM1,"Cms_PatientPosition",false },
+ {0x0009,0x0050,"MMCPrivate",VR::OB,VM::VM1,"?StudyReservationInfo",false },
{0x0009,0x0051,"MMCPrivate",VR::LO,VM::VM1,"Cmi_contrastBolusAgent",false },
{0x0009,0x0052,"MMCPrivate",VR::LO,VM::VM1,"Cms_institutionName",false },
{0x0009,0x0053,"MMCPrivate",VR::LO,VM::VM1,"Cms_institutionalDepartmentName",false },
diff --git a/Source/DataDictionary/privatedicts.xml b/Source/DataDictionary/privatedicts.xml
index 23d7ce71b..a3eee5fd9 100644
--- a/Source/DataDictionary/privatedicts.xml
+++ b/Source/DataDictionary/privatedicts.xml
@@ -5220,7 +5220,10 @@
<entry owner="MMCPrivate" group="0009" element="xx48" vr="LO" vm="1" name="ProtocolName"/>
<entry owner="MMCPrivate" group="0009" element="xx4e" vr="LO" vm="1" name="Cms_BodyPartExamined"/>
<entry owner="MMCPrivate" group="0009" element="xx4f" vr="LO" vm="1" name="IsProtected"/>
+ <!--
<entry owner="MMCPrivate" group="0009" element="xx50" vr="CS" vm="1" name="Cms_PatientPosition"/>
+ -->
+ <entry owner="MMCPrivate" group="0009" element="xx50" vr="OB" vm="1" name="?StudyReservationInfo"/>
<entry owner="MMCPrivate" group="0009" element="xx51" vr="LO" vm="1" name="Cmi_contrastBolusAgent"/>
<entry owner="MMCPrivate" group="0009" element="xx52" vr="LO" vm="1" name="Cms_institutionName"/>
<entry owner="MMCPrivate" group="0009" element="xx53" vr="LO" vm="1" name="Cms_institutionalDepartmentName"/>
-----------------------------------------------------------------------
Summary of changes:
Source/DataDictionary/gdcmPrivateDefaultDicts.cxx | 2 +-
Source/DataDictionary/privatedicts.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|