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

SHANOIRUploader - Allowing Patient ID only C-FIND request #2444

Merged

Conversation

LaurentPV
Copy link
Contributor

The problem of issue #2435 was the condition of length over the last name.
We implemented the wildcard "" by default if only a last name was provided but then we sent an error if the last name was less than 3 characters long if it contained the wildcard "".

Without any null or empty condition, the error was always poping up if the Name field wasn't filled.

The request using only one of the other fields was then in error with always the same name length condition error pop up.

In cas of a short last name ("Li" for example), the user couldn't manage to search for the patient.

I also simplified the user interface by replacing the "Help" button with a tooltip over Patient's name textField.

@michaelkain
Copy link
Contributor

@LaurentPV will make some more tests and come back to me

@LaurentPV
Copy link
Contributor Author

Tested and Ok for me, both on patient and study root query levels.

Copy link
Contributor

@michaelkain michaelkain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I approve by code review and a local test.

@michaelkain michaelkain merged commit 23ca0ba into fli-iam:develop Oct 25, 2024
1 check 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.

2 participants