Describe Your Question
I have a use case where a user wants to search by specific DICOM tags that are not in the Study List page by default. Is there a way of configuring the page, so that I can customise what columns and filters are on the page?
I have a use case where a user wants to search by specific DICOM tags that are not in the Study List page by default. Is there a way of configuring the page, so that I can customise what columns and filters are on the page?
I checked Viewer/platform/app/src/routes/WorkList/WorkList.tsx
but didn’t find any way to customize FilterValue
.
It appears that this is a behavior that is not yet supported.
Ah that’s a shame, thanks for your help though!