fix(RTStruct): RTSTRUCT contours rendered on first slice for multi-frame images without IPP (#5811)
Fix RTSTRUCT contours rendered on first slice for multi-frame images without IPP
This commit is contained in:
parent
cb4397fe31
commit
b5573caaa6
@ -32,7 +32,7 @@ const combineFrameInstance = (frame, instance) => {
|
||||
|
||||
if (
|
||||
(PerFrameFunctionalGroupsSequence && SharedFunctionalGroupsSequence) ||
|
||||
hasDetectorButMissingSpatialInfo
|
||||
hasDetectorButMissingSpatialInfo || NumberOfFrames > 1
|
||||
) {
|
||||
// this is to fix NM multiframe datasets with position and orientation
|
||||
// information inside DetectorInformationSequence
|
||||
|
||||
Loading…
Reference in New Issue
Block a user