-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Feature Request] Default SOPClassHandler / Display Set for unsupported SOPClassUID #3362
Comments
This and #3411 might be related |
@rodrigobasilio2022 reach out to @sedghi for questions |
@rodrigobasilio2022 you can use the query below to get a sample of distinct values of SELECT
SOPClassUID,
ANY_VALUE(Modality),
ANY_VALUE(StudyInstanceUID)
FROM
`bigquery-public-data.idc_current.dicom_all`
GROUP BY
SOPClassUID
You should look into this tutorial to get started with querying IDC data using BigQuery SQL, if you want to run the query above or do similar queries: https://github.com/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/getting_started/part2_searching_basics.ipynb. Let me know if you have any questions. |
This PR was approved and in the queue for merge |
Done! #3601 |
Request
Display a thumbnail (display set) in the gallery even when the SOPClassUID is not supported.
Maybe we should display a UI icon or indication that the sop class is not supported?
This allows the user to know that the data is coming back correctly from the server but it's not supported.
Context
Before the merge of RTStruct support, IDC identified that for this study this the RT series was not showing up (probably because OHIF didn't have any default sop handler for RTStructs back then)
The text was updated successfully, but these errors were encountered: