Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
414 stars 82 forks source link

Add SopClassExtendedNegotiationSubItem for Pdu #313

Closed jmlaka closed 1 year ago

jmlaka commented 1 year ago

This adds a SopClassExtendedNegotiationSubItem to the Pdu's UserVariableItemenum. It will be useful for extended negotiation options between AEs.

Fixes test for PDU UserVariables that never failed.

Enet4 commented 1 year ago

Thank you for working on this @jmlaka. As the addition of enum variants is a breaking change, this will be scheduled for iteration v0.6 of DICOM-rs.