We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reject query/retrieve requests with wildcard values for unique keys for levels above the query/retrieve level, if
true
Such requests will be rejected with error status A900H - Identifier Does Not Match SOP Class, e.g.:
15:13:11.324 DEBUG - FINDSCU->DCM4CHEE(1) << 1:C-FIND-RQ Dataset: (0008,0020) DA [19950608] StudyDate (0008,0052) CS [IMAGE] QueryRetrieveLevel (0020,000D) UI [*] StudyInstanceUID (0020,000E) UI [*] SeriesInstanceUID 15:13:11.350 INFO - FINDSCU->DCM4CHEE(1) >> 1:C-FIND-RSP[pcid=1, status=a900H, errorComment=Invalid StudyInstanceUID (0020,000D) - * tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] 15:13:11.350 DEBUG - FINDSCU->DCM4CHEE(1) >> 1:C-FIND-RSP Command: (0000,0100) US [32800] CommandField (0000,0120) US [1] MessageIDBeingRespondedTo (0000,0800) US [257] CommandDataSetType (0000,0900) US [43264] Status (0000,0901) AT [0020000D] OffendingElement (0000,0902) LO [Invalid StudyInstanceUID (0020,000D) - *] ErrorComment
Related: #2043
The text was updated successfully, but these errors were encountered:
dcm4che/dcm4che@ef343ba
Reject query/retrieve requests with wildcard values for unique keys …
2fcc46b
…for levels above the query/retrieve level fix dcm4che/dcm4chee-arc-light#4252
gunterze
No branches or pull requests
Reject query/retrieve requests with wildcard values for unique keys for levels above the query/retrieve level, if
true
Such requests will be rejected with error status A900H - Identifier Does Not Match SOP Class, e.g.:
Related: #2043
The text was updated successfully, but these errors were encountered: