[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 5f2765060e71ffdb605139afff4b4e57b5
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: malat <ma...@us...> - 2025-05-26 09:29:13
|
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 5f2765060e71ffdb605139afff4b4e57b5a23fe7 (commit)
from 6d7c523ae2370d22d8dc4b17ee5761fb3a33568a (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/5f2765060e71ffdb605139afff4b4e57b5a23fe7/
commit 5f2765060e71ffdb605139afff4b4e57b5a23fe7
Author: Mathieu Malaterre <mat...@gm...>
Date: Mon May 26 11:28:46 2025 +0200
Add documentation for PMS recent change
diff --git a/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx b/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
index f154f06d0..657c2276c 100644
--- a/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
+++ b/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
@@ -1224,6 +1224,8 @@ std::vector<double> ImageHelper::GetRescaleInterceptSlopeValue(File const & f)
}
else
{
+ // (0008,1090) LO [Gyroscan Intera ] # 16,1 Manufacturer's Model Name
+ // (0018,1020) LO [NT 8.1.1\MOD Conversion Tool V1.0 ] # 34,1-n Software Version(s)
const Tag trwvms(0x0040,0x9096); // Real World Value Mapping Sequence
if( ds.FindDataElement( trwvms ) )
{
-----------------------------------------------------------------------
Summary of changes:
Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Grassroots DICOM
|