Davide Punzo
Davide Punzo
@GitanjaliChhetri next step would be opening a PR. Then Steve and I can review, thanks!
dmcjs logic for parsing segmentation is the following: 1) first it checks if SourceImageSequence, if yes, it can either: A) use [getImageIdOfReferencedFrame](https://github.com/dcmjs-org/dcmjs/blob/c209047861d2ef6c17526c6d1e29d5db7e895b29/src/adapters/Cornerstone/Segmentation_4X.js#L1393) , in which the sopInstanceUid and frameNumber are...
> A quick fix would be to never omit empty slices. empty slices should not be an issue, but my guess is that for your data dcmjs is using the...
if you think it is a bug at dcmjs level, it would be great if you can share public available data. we have few cases similar to yours in IDC,...
I don't have access to the server, maybe Igor, Erik for sure. @swederik are the examples being deployed automatically in https://microscopy.dcmjs.org/ when a release is done (we are currently at...
https://github.com/MGHComputationalPathology/dicom-microscopy-viewer/blob/master/examples/blend/index.html#L23-L28
links for qualitative instance level annotation https://github.com/OHIF/Viewers/issues/2797 https://github.com/OHIF/Viewers/issues/2797#issuecomment-1167820978 https://github.com/OHIF/Viewers/issues/2852 https://github.com/OHIF/Viewers/issues/2935
where the checks for parsing are done (i.e., reference images, creating array with data from dicom attributes, etc... ): https://github.com/OHIF/Viewers/blob/aaab6d2622d8a3f14c5d9c17e346b3f48777facc/platform/core/src/DICOMSR/SCOORD3D/parseSCOORD3D.js#L30 https://github.com/OHIF/Viewers/blob/aaab6d2622d8a3f14c5d9c17e346b3f48777facc/platform/core/src/DICOMSR/SCOORD3D/utils/getReferencedImagesList.js#L4 https://github.com/OHIF/Viewers/blob/aaab6d2622d8a3f14c5d9c17e346b3f48777facc/platform/core/src/DICOMSR/SCOORD3D/parseSCOORD3D.js#L125-L186
Data for SCOORD or SCOORD3D to check also https://github.com/OHIF/Viewers/issues/1215#issuecomment-854237685 info about DICOM SR to read: https://github.com/OHIF/Viewers/issues/1215#issuecomment-801268756
@fedorov it turns out that OHIFv2 can load dermoscopy data without any issue. I loaded locally the DICOM corrected Test Data (6,7 GB) from https://challenge2020.isic-archive.com/ . There is an issue:...