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

Other Patient IDs of existing Patient does not get supplemented with additional Patient IDs in received DICOM object or HL7 message #4342

Closed
gunterze opened this issue Jan 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Jan 10, 2024

Other Patient IDs of existing Patient does not get supplemented with additional Patient IDs in received DICOM object or HL7 message

E.g.:

$ storescu -cDCM4CHEE@localhost:11112 \
  -sPatientID=pid1 -sIssuerOfPatientID=issuerA \
  -sOtherPatientIDsSequence.PatientID=pid12 \
  -sOtherPatientIDsSequence.IssuerOfPatientID=issuerB \
  -- image1.dcm
...
$ storescu -cDCM4CHEE@localhost:11112 \
  -sPatientID=pid2 -sIssuerOfPatientID=issuerA \
  -sOtherPatientIDsSequence.PatientID=pid12 -sOtherPatientIDsSequence.IssuerOfPatientID=issuerB \
  -- image2.dcm
...

results in

$ findscu -cDCM4CHEE@gunter-nb:11112 -LPATIENT -MPatientRoot \
  -mPatientID=pid1 -mIssuerOfPatientID=issuerA -rOtherPatientIDsSequence
...
13:22:10.797 DEBUG - FINDSCU->DCM4CHEE(1) >> 1:C-FIND-RSP Dataset:
...
(0010,0020) LO [pid1] PatientID
(0010,0021) LO [issuerA] IssuerOfPatientID
(0010,1002) SQ [1 Items] OtherPatientIDsSequence
>Item #1
>(0010,0020) LO [pid12] PatientID
>(0010,0021) LO [issuerB] IssuerOfPatientID
...

instead of

...
(0010,0020) LO [pid1] PatientID
(0010,0021) LO [issuerA] IssuerOfPatientID
(0010,1002) SQ [2 Items] OtherPatientIDsSequence
>Item #1
>(0010,0020) LO [pid12] PatientID
>(0010,0021) LO [issuerB] IssuerOfPatientID
>Item #2
>(0010,0020) LO [pid2] PatientID
>(0010,0021) LO [issuerA] IssuerOfPatientID
...
@gunterze gunterze added the bug Something isn't working label Jan 10, 2024
@gunterze gunterze added this to the 5.31.3 milestone Jan 10, 2024
@gunterze gunterze self-assigned this Jan 10, 2024
gunterze added a commit that referenced this issue Jan 10, 2024
… additional Patient IDs in received DICOM object or HL7 message fix #4342
gunterze added a commit that referenced this issue Jan 10, 2024
… additional Patient IDs in received DICOM object or HL7 message fix #4342
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

1 participant