Enet4 / dicom-rs

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

[findscu] Support combining query file with query options #388

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

This allows dicom-findscu users to pass both a query file to serve as a base or template, as well as query options to extend it.

Summary

bastiao commented 1 year ago

Nice one also! Works fine. It actually helps because most of the times we have different templates of return keys that we would like to retrieve. As you implicit mention, for generate the dcm file as query, dump2dcm from dcmtk can help.