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

Extend fuzzy matching capabilities of QIDO-RS #668

Open
janossch opened this issue Mar 24, 2021 · 1 comment
Open

Extend fuzzy matching capabilities of QIDO-RS #668

janossch opened this issue Mar 24, 2021 · 1 comment
Labels
Area-DicomQuery QIDO-RS Feature New feature request

Comments

@janossch
Copy link

User story
As a user, I want search on specific component of a component group (even in phonetic or ideographic group) of the whole patient's name with fuzzy matching enabled so that get better and a narrowed down result set.

Acceptance criteria
Let's suppose there are two different patients in the database.
They have the "Harrison" string in common, however in their different name component (family name and given name):

  1. George^Harrison=dzsordzs^herizon
  2. Harrison^Ford

When I do
studies?PatientName=Harris^&FuzzyMatching=true
then
only George Harrison is returned in the result set.

and/or

When I do
studies?PatientName=^Harris&FuzzyMatching=true
then
only Harrison Ford is returned in the result set.

and/or

When I do
studies?PatientName==heri&FuzzyMatching=true
then
only George Harrison is returned in the result set.

Pay attention to the equal sign which could mean that the search need to be performed in the ideographic group.
If there were two equal signs it would mean that the search need to be performed in the phonetic group. However these could be combined together.

@smithago smithago added Area-DicomQuery QIDO-RS Feature New feature request labels Mar 30, 2021
@smithago
Copy link
Contributor

Good suggestion. Right now the feature is implemented to find all possibilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-DicomQuery QIDO-RS Feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants