rghgit1
rghgit1
I am having similar issue. Please let me know if you need the dataset to recreate the issue. Commenting the below lines in platform\core\src\utils\combineFrameInstance.ts does load the images. However, reference...
I am using Orthanc (Dicom Web) as the data-source. And if I anonymize using Orthanc Anonymize option and load that study, its rendering fine and reference lines are also displayed.
extensions\default\src\getSopClassHandlerModule.js - Looks like the DYNAMIC_VOLUME_LOADER_SCHEME is causing this behavior for timepoint data. If I use DEFAULT_VOLUME_LOADER_SCHEME all the instances are displayed (the order is still not correct though)
Made below changes in extensions\default\src\getSopClassHandlerModule.js to get it working for now. Only use DYNAMIC_VOLUME_LOADER_SCHEME for CT/PT. Do suggest if there are better solutions. ``` function getDisplaySetInfo(instances) { const dynamicVolumeInfo =...
Hello @adriangaliana , Thank you for the prompt response and suggestions. The solution appears to address the issue. However, during testing, I observed the following: 1. The DiffusionBValue remains at...
 Earlier version had the MIP / thickness value as shown in the image.