[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 665415e2abb5506e2ff4324e9fb519abb6
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2017-02-17 11:03:06
|
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 665415e2abb5506e2ff4324e9fb519abb68622bd (commit)
from e1b3b9dde1bc0dcba798a6121cd48f63ba5858a0 (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/665415e2abb5506e2ff4324e9fb519abb68622bd/
commit 665415e2abb5506e2ff4324e9fb519abb68622bd
Author: Mathieu Malaterre <mat...@gm...>
Date: Fri Feb 17 12:02:42 2017 +0100
Fix another issue when creating EMR from set of MR
diff --git a/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx b/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
index 17f75de..be9ff32 100644
--- a/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
+++ b/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
@@ -2137,6 +2137,15 @@ void ImageHelper::SetRescaleInterceptSlopeValue(File & f, const Image & img)
}
}
}
+ // cleanup root (famous MR -> EMR case)
+ {
+ Attribute<0x0028,0x1052> at1;
+ ds.Remove(at1.GetTag());
+ Attribute<0x0028,0x1053> at2;
+ ds.Remove(at2.GetTag());
+ Attribute<0x0028,0x1053> at3;
+ ds.Remove(at3.GetTag());
+ }
return;
}
-----------------------------------------------------------------------
Summary of changes:
Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx | 9 +++++++++
1 file changed, 9 insertions(+)
hooks/post-receive
--
Grassroots DICOM
|