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

Conversation

sedghi
Copy link
Member

@sedghi sedghi commented Oct 24, 2024

  • 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

Context

Changes & Results

Testing

Checklist

PR

  • [] My Pull Request title is descriptive, accurate and follows the
    semantic-release format and guidelines.

Code

  • [] My code has been well-documented (function documentation, inline comments,
    etc.)

Public Documentation Updates

  • [] The documentation page has been updated as necessary for any public API
    additions or removals.

Tested Environment

  • [] OS:
  • [] Node version:
  • [] Browser:

- 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
Copy link

netlify bot commented Oct 24, 2024

Deploy Preview for ohif-prod canceled.

Name Link
🔨 Latest commit 6809def
🔍 Latest deploy log https://app.netlify.com/sites/ohif-prod/deploys/671a98a3b224760008c22164

Copy link

cypress bot commented Oct 24, 2024

Viewers    Run #4382

Run Properties:  status check failed Failed #4382  •  git commit 6809def2b8: update version
Project Viewers
Branch Review fix/mrn-search
Run status status check failed Failed #4382
Run duration 06m 55s
Commit git commit 6809def2b8: update version
Committer Alireza
View all properties for this run ↗︎

Test results
Tests that failed  Failures 1
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 43
View all changes introduced in this branch ↗︎

Tests for review

Failed  cypress/integration/ImageConsistency.spec.js • 1 failed test

View Output Video

Test Artifacts
CS3D Image Consistency and Quality > TG18 Resolution Test Displayed 1:1 Test Replay Screenshots Video

@sedghi sedghi merged commit 22a1f32 into release/3.8 Oct 24, 2024
6 of 9 checks passed
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

Successfully merging this pull request may close these issues.

1 participant