Fix nodata load bug.
This commit is contained in:
@@ -197,8 +197,8 @@ void DicomLoader::readTags(const std::string &dir, SeriesOpenMode openMode)
|
|||||||
if ( imageProperties.size() > 0 ) {
|
if ( imageProperties.size() > 0 ) {
|
||||||
currentImageProperty = imageProperties[0];
|
currentImageProperty = imageProperties[0];
|
||||||
defaultUniqueID = currentImageProperty->GetUniqueID();
|
defaultUniqueID = currentImageProperty->GetUniqueID();
|
||||||
|
readSeries();
|
||||||
}
|
}
|
||||||
readSeries();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user