LT-382: Partially fixing the issue with follow-ups disassociation
This commit is contained in:
parent
4d472edde1
commit
3343575538
@ -636,7 +636,9 @@ HP.ProtocolEngine = class ProtocolEngine {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!currentViewportData.displaySetInstanceUid) {
|
if (!currentViewportData.displaySetInstanceUid) {
|
||||||
throw 'No matching display set found?';
|
// TODO: REMOVE - Temporary for RSNA - LT-382
|
||||||
|
OHIF.log.warn('No matching display set found?');
|
||||||
|
// throw 'No matching display set found?';
|
||||||
}
|
}
|
||||||
|
|
||||||
viewportData.push(currentViewportData);
|
viewportData.push(currentViewportData);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user