-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve support of DICOM SR TID1500 containing groups of measurements derived from SEG #3390
Comments
@sedghi to update estimate |
@fedorov @igoroctaviano Can you guys provide some insight about what is specific about this DICOM SR that we are not able to render correctly by looking into its tags? Based on my debugging, it seems that we don't even reach the In 3D Slicer it looks like it maps to a fiducial? |
SR TID1500 does not have to contain
|
Sorry, the dump above is image library. The most relevant part is the measurement group:
|
One challenge in using TID1500 is that it has different "branches" that cover different situations (volumetric vs planar annotations, quantitative vs qualitative measurements), and is quite complex - like most things in DICOM, unfortunately. But, as @pieper likes to say, it's not like we are dealing with a simple problem. The world of image-based measurements is complex, and the template reflects this reality. |
@fedorov Thanks a lot for fast investigation
So I guess my data is missing that DICOM SEG. Do expect the viewer load the SEG and show the annotation on the SEG or you expect it to work on the referenced Image only? How commonly are TID1500 used? I'm trying to understand the scope for this, as it seems like a complicated task. |
I think it might be best to meet to discuss this, as I do not know the background for this issue. OHIF already supports some "variants" of TID 1500 - this is what is used to encode content discussed in #3358 and #2404. The specific variant in this issue encodes radiomics features extracted from an image region defined by a segment, which is quite a common use case, in my view. But how commonly those are used, I do not know. We do have some of those samples in IDC. E.g., see SRs in this study for LIDC-IDRI: https://viewer.imaging.datacommons.cancer.gov/viewer/1.3.6.1.4.1.14519.5.2.1.6279.6001.224985459390356936417021464571. In this case, it is a much smaller list of measurements, with just volume and surface area of the segment. |
Any Updates on this? or possible solutions that can work out of the box ? |
@highoncarbs |
@sedghi Hello, apologies for the delay. Do you also want me to share the dicom files ? |
Yes, ideally the anonymized dicom files for us to see if it is dicom json issue or sr issue |
The above screen shot is not related to showing groups of measurements from SEG, but is related to showing other types of SRs. The screen shot shows does report and come from a SIemens does report object created on the modality. |
Describe the Bug
Seems like we don't have support for TID1500, Here is the sample data from the dcmqi
https://www.dropbox.com/s/k6bdq4tt6itbcfp/Archive.zip?dl=0
Steps to Reproduce:
The current behavior
A clear and concise description of what happens instead of the expected
behavior.
The expected behavior
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: