[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. d560fa4b730efa847dffcec2d6b3f5b650d
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2011-04-14 10:16:40
|
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, master has been updated
via d560fa4b730efa847dffcec2d6b3f5b650d84592 (commit)
from 9b7e0030efbc16fce74000251250a2851d7a019b (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 -----------------------------------------------------------------
http://gdcm.git.sourceforge.net/git/gitweb.cgi?p=gdcm/gdcm;a=commit;h=d560fa4b730efa847dffcec2d6b3f5b650d84592
commit d560fa4b730efa847dffcec2d6b3f5b650d84592
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Apr 14 12:15:42 2011 +0200
Fix recent commit which introduce a regression for RTIon/RTRECORD
diff --git a/Source/DataStructureAndEncodingDefinition/gdcmMediaStorage.cxx b/Source/DataStructureAndEncodingDefinition/gdcmMediaStorage.cxx
index 44d35da..6cc6c6d 100644
--- a/Source/DataStructureAndEncodingDefinition/gdcmMediaStorage.cxx
+++ b/Source/DataStructureAndEncodingDefinition/gdcmMediaStorage.cxx
@@ -281,6 +281,7 @@ static MSModalityType MSModalityTypes[] = {
{" ", 2},// RT Ion Plan Storage
{"XA", 3},// XRay3DAngiographicImageStorage,
{"XA", 3},// Enhanced XA Image Storage
+ {" ", 2},// RTIonBeamsTreatmentRecordStorage
{NULL, 0} //MS_END
};
-----------------------------------------------------------------------
Summary of changes:
.../gdcmMediaStorage.cxx | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|