Gitanjali

Results 3 issues of Gitanjali

Fix for https://github.com/OHIF/Viewers/issues/2965 Explanation below: Qualitative slice-level SR annotations are within the Measurement Group container, which is obtained through https://github.com/OHIF/Viewers/blob/7aba01f534b70406ce02e1708004141c7b773904/platform/core/src/DICOMSR/SCOORD3D/parseSCOORD3D.js#L31 Reference images are not required for slice level annotations, moreover...

Summary of the PR: 1. Handle all known errors from dicomweb-client, dcmjs, dmv, and the app itself using _ErrorMiddleware.js_ (an extension of pubsub pattern). Errors are now funneled to the...

Errors thrown in _viewer.js_ can now be propagated to the Slim Viewer App. Changes needed for https://github.com/herrmannlab/slim/pull/134

enhancement