Giter VIP home page Giter VIP logo

Comments (2)

knopkem avatar knopkem commented on July 17, 2024

Hi,
not sure I understood everything correctly, but I suspect that what you are looking for is this behavior:

  • If I type in the letter 'D' in the patient name field, the search on PACS should only search for patients matching D as the first Letter (e.g. Doe^John) OR it should match exactly
  • The same for study description, MRN, Accession No

For this there is a setting in config/default.json 'qidoMinChars' (default 0). Setting this to e.g. 2 and your input is ignored until you type 2 letters (e.g. 'Do').

However, due to the latest update of the OHIF viewer, there was a problem with this (and I think this is also related to your problem). The new version now automatically prepends and appends the wildcard character: *. So when you type D you actually send *D* to the backend, which might find quite a lot of results on your PACS. So I changed this now (stripping it off) and depending on the following config: qidoAppendWildcard (default to true), it would transform D to D* (or if turned off just D).

So make sure to pull the latest version and play with those 2 configs. Let me know if this fixes your issue.
Cheers

from dicomweb-proxy.

dekardkrr avatar dekardkrr commented on July 17, 2024

Thank you very mach.
Your advice is what i was meaned.
I`ve changed config by setting count of chars to 6 and service started to work correctly.
Issue solved.

from dicomweb-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.