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

Move Instances to Study (moving on patient level) : Other Patient IDs from source patient attributes carried over into target patient attributes causing creation of multiple corrupted target patient records #4302

Closed
vrindanayak opened this issue Dec 1, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vrindanayak
Copy link
Member

vrindanayak commented Dec 1, 2023

Steps to reproduce :

  • Store 1 study only with PatientID and IssuerOfPatientID
    storescu -s PatientID=SMS530102 -s IssuerOfPatientID=JMS -c DCM4CHEE@localhost:11112 ~/work/testdata/DICOM/modality/CT/CT2
    
  • Store 2 more studies to archive with PatientID, IssuerOfPatientID and OtherPatientIDsSequence
    storescu -s PatientID=54321 -s IssuerOfPatientID=JMS -s OtherPatientIDsSequence.PatientID=54321-1 -s OtherPatientIDsSequence.IssuerOfPatientID=JMS -c DCM4CHEE@localhost:11112 ~/work/testdata/DICOM/modality/US/US2
    storescu -s PatientID=GE1118 -s IssuerOfPatientID=JMS -s OtherPatientIDsSequence.PatientID=GE1118-1 -s OtherPatientIDsSequence.IssuerOfPatientID=JMS -c DCM4CHEE@localhost:11112 ~/work/testdata/DICOM/modality/MR/MR2
    
  • Use Move Instances to Study service twice and move the 2 studies with OtherPatientIDsSequence into the 1st patient (without this sequence) - each in its own operation
  • Creates multiple corrupted target patient records

image

@vrindanayak vrindanayak added the bug Something isn't working label Dec 1, 2023
@vrindanayak vrindanayak added this to the 5.31.2 milestone Dec 1, 2023
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

2 participants