dcmjs-dimse icon indicating copy to clipboard operation
dcmjs-dimse copied to clipboard

Enforce a maximum length when setting the implementation version

Open will2hew opened this issue 7 months ago • 2 comments

In the DICOM spec, the implementation version (as set by the setImplementationVersion) should be a maximum of 16 characters.

We observed in the wild silent failures - association requested, association accepted, and then abandoning the connection - no discernible error on either the DICOM SCU or on our SCP.

I would recommend we enforce that in dcmjs-dimse to prevent such a tricky error causing someone else pain in the future!

will2hew avatar Jul 05 '24 02:07 will2hew