Actions
Bug #1122
closedmovescu's --bit-preserving option is not respecting the --output-directory option
Start date:
2024-05-03
Due date:
% Done:
100%
Estimated time:
Module:
dcmnet
Operating System:
Compiler:
Description
Currently, movescu's --output-directory option is ignored for creating output files when the bit-preserving mode (+B or --bit-preserving) is used. That means the file is always written to the current working directory, which is not expected by the user and also not intended.
This issue has been reported by Luis Miguel Santos <luis.santos2@nih.gov >.
Updated by Jörg Riesmeier over 1 year ago
- Subject changed from movescu's bit-preserving option is not respecting the --output-directory option to movescu's --bit-preserving option is not respecting the --output-directory option
- Description updated (diff)
Updated by Marco Eichelberg over 1 year ago
This issue should also be checked in the tools getscu
, storescp
and dcmrecv
, which all support the options "--bit-preserving" and "--output-directory".
Updated by Jörg Riesmeier over 1 year ago
The tools getscu (based on DcmSCU) and dcmrecv (based on DcmStorageSCP) are not affected by this issues.
Updated by Jörg Riesmeier about 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Closed with commit 6a630164da.
Actions