[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 703f54857c3506acc9326bc12a3681b753
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2021-01-05 09:45:24
|
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 703f54857c3506acc9326bc12a3681b753191cbe (commit)
from 0eada1579af2d2d311c4cf4359792a2db3a55d0d (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/703f54857c3506acc9326bc12a3681b753191cbe/
commit 703f54857c3506acc9326bc12a3681b753191cbe
Author: Mathieu Malaterre <mat...@gm...>
Date: Tue Jan 5 10:44:51 2021 +0100
Add TomTec attributes
diff --git a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
index d5b4d9062..05db2b8cf 100644
--- a/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
+++ b/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
@@ -38,6 +38,8 @@ typedef struct
} DICT_ENTRY;
static const DICT_ENTRY DICOMV3DataDict [] = {
+ {0x7fdf,0x0050,"TomTec",VR::OB,VM::VM1,"Bookmark Information",false},
+ {0x7fdf,0x0051,"TomTec",VR::OB,VM::VM1,"Bookmark Content",false},
{0x2013,0x0010,"BioDICOMizer",VR::LO,VM::VM1,"Custom Storage Version",false},
{0x2013,0x0011,"BioDICOMizer",VR::ST,VM::VM1,"Custom Storage Former Filename",false},
{0x2013,0x0012,"BioDICOMizer",VR::LO,VM::VM1,"Custom Storage Mime-Type",false},
-----------------------------------------------------------------------
Summary of changes:
Source/DataDictionary/gdcmPrivateDefaultDicts.cxx | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Grassroots DICOM
|