We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cd9e02 + 5f27650 commit 85491f0Copy full SHA for 85491f0
Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
@@ -1224,6 +1224,8 @@ std::vector<double> ImageHelper::GetRescaleInterceptSlopeValue(File const & f)
1224
}
1225
else
1226
{
1227
+ // (0008,1090) LO [Gyroscan Intera ] # 16,1 Manufacturer's Model Name
1228
+ // (0018,1020) LO [NT 8.1.1\MOD Conversion Tool V1.0 ] # 34,1-n Software Version(s)
1229
const Tag trwvms(0x0040,0x9096); // Real World Value Mapping Sequence
1230
if( ds.FindDataElement( trwvms ) )
1231
0 commit comments