The interface for the QR Move SCP could use some work:
The code itself is fairly spaghettied (as is Get) which makes changes harder than they should be
No simple way to set the configuration of the association with the move destination (particularly the presentation contexts)
- All the transfers happen over the same association which means hitting the limitations of the DICOM presentation contexts negotiation system
- This last one depends on the user, but maybe we can track the number of contexts that have been used and if > 128 restart the Storage SCU connection?
- Alternatively provide a method for the user to restart the Storage SCU connection
The interface for the QR Move SCP could use some work:
The code itself is fairly spaghettied (as is Get) which makes changes harder than they should beNo simple way to set the configuration of the association with the move destination (particularly the presentation contexts)