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

fix(DicomWebDataSource): Enhance QIDO query to disable wildcard for mrn #4435

Merged
merged 2 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. DicomWebDataSource: Enhance QIDO query with optional wildcard support

    - Add an optional `disableWildcard` parameter to the `mapParams` function in `qido.js`
    - Update the `getStudiesForPatientByMRN` function in `Panels/getStudiesForPatientByMRN.js` to disable wildcard search when querying by patient MRN
    - This change allows more precise QIDO queries when the data source supports wildcard searches, while providing a way to disable the wildcard behavior when necessary
    sedghi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    349d22b View commit details
    Browse the repository at this point in the history
  2. update version

    sedghi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6809def View commit details
    Browse the repository at this point in the history