WilkinsonK / xapi-oxidized

XNAT web API client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add support for DICOM manipulation #11

Open WilkinsonK opened 3 months ago

WilkinsonK commented 3 months ago

As a developer using this library suite, I would like to have integrated support for DICOM manipulation. This would include, reading/writing DICOM headers, creating new DICOM and making calls to SCP servers.

A library already exists with substantial maturity that would suit our needs: dicom-rs

In hopes of leveraging this other library, we will want to optionally expose this library somewhere in our root crate, where it will most likely be the most helpful and will not interfere with our internal logic.