Skip to content
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

Modify filters; make filter independent of location in String #12

Closed
mtjvankuik opened this issue Mar 30, 2016 · 2 comments
Closed

Modify filters; make filter independent of location in String #12

mtjvankuik opened this issue Mar 30, 2016 · 2 comments

Comments

@mtjvankuik
Copy link

Whenever entering a filter that matches after several non-match characters, the worklist is emptied anyway. See example image below. If I enter thorax, I want to return all studies with StudyDescription CR THORAX. At the moment all the correct studies are returned only when entering cr, not when entering thorax.

PS: the filters are case-insensitive.

schermafbeelding 2016-03-30 om 16 12 54

@chafey
Copy link
Contributor

chafey commented Apr 1, 2016

I don't recall if CFIND or QIDO-RS allows searching on substrings like that - we may be limited by what the standard allows. If it does, Orthanc may not implement it. If orthanc supports this kind of query, then it should be a simple change to our UI. I suggest researching the DICOM Standard to see if it supports this kind of Query and if so, verify that Orthanc does the right thing. Sorry I can't help out more right now -very busy

@swederik swederik added the bug label Sep 2, 2016
@swederik
Copy link
Member

Hi Martin,

For searches like 'THORAX' above I think you would have to use '*THORAX' according to the standard.

As for case sensitivity, it seems that the standard states case insensitivity is only allowed for Patient Name fields, and that even for Patient Name, whether or not to use case is left up to the PACS (see http://dicom.nema.org/dicom/2013/output/chtml/part04/sect_C.2.html).

Sorry we can't help in this situation. I suppose it is possible to retrieve / cache all studies and search through those with e.g. MongoDB, but for large archives this isn't feasible. I'll close this issue for now.

Cheers,

Erik

JamesAPetts added a commit that referenced this issue Sep 10, 2020
Add keyboard navigation through time steps in a stack

Approved-by: Erik Ziegler
pedrokohler pushed a commit to pedrokohler/ohif-viewers that referenced this issue Nov 13, 2023
pedrokohler pushed a commit to pedrokohler/ohif-viewers that referenced this issue Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants