fix: pass metadata to viewport orientation matching (#5667)

Co-authored-by: Belbin GK <belbin.kunjumon@prenuvo.com>
This commit is contained in:
Belbin-GK 2025-12-19 23:26:59 +05:30 committed by GitHub
parent e7bc688290
commit cd253f20bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -667,6 +667,7 @@ class CornerstoneViewportService extends PubSubService implements IViewportServi
// 4. Strategy: Find viewport with matching orientation via IOP
const orientationMatch = this.findViewportWithMatchingOrientation(
metadata,
displaySetInstanceUID,
viewportType
);