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

UI Navigation tabs : Correctly encode = as %3D in Person name query filter if all components (Alphabetic / Ideographic / Phonetic) are specified #4093

Open
vrindanayak opened this issue Jun 19, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vrindanayak
Copy link
Member

DICOM PS3.4 - C.2.2.2.1.1 Attributes of VR of PN

For patient with Patient Name as Wang^XiaoDong=王^小東, if the same value is used in Patient Name query filter, invoked request to server side is

http://localhost:8880/dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=21&offset=0&PatientName=Wang%5EXiaoDong=%E7%8E%8B%5E%E5%B0%8F%E6%9D%B1

resulting in no records found.

Instead correctly encode = as %3D as

http://localhost:8880/dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=21&offset=0&PatientName=Wang%5EXiaoDong%3D%E7%8E%8B%5E%E5%B0%8F%E6%9D%B1
@vrindanayak vrindanayak added the enhancement New feature or request label Jun 19, 2023
@vrindanayak vrindanayak added this to the 5.31.0 milestone Jun 19, 2023
@vrindanayak vrindanayak added bug Something isn't working and removed enhancement New feature or request labels Jun 24, 2023
@gunterze gunterze modified the milestones: 5.31.0, 5.31.1 Aug 23, 2023
@gunterze gunterze modified the milestones: 5.31.1, 5.31.2 Nov 3, 2023
@gunterze gunterze modified the milestones: 5.31.2, 5.31.3 Dec 21, 2023
@gunterze gunterze modified the milestones: 5.32.0, 5.32.1 Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants