View Issue Details

IDProjectCategoryView StatusLast Update
0003996Slicer4Module DICOMpublic2018-03-02 11:07
Reportermcgee23 Assigned Topieper  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product VersionSlicer 4.4.0 
Target VersionFixed in VersionSlicer 4.5.0-1 
Summary0003996: the STORESCP should use the "--accept-all" argument, to accept all DICOM series
Description

Currently the STORESCP isn't called with the "--accept-all" arg, leading to the situation, that not all DICOM series can be retrieved from a DICOM-server (e.g. files encoded using the JPEG 2000 transfer syntax).

Additional Information

I created a patch file, implementing this feature.
(You just have to edit "lib/Slicer-4.4/qt-scripted-modules/DICOMLib/DICOMProcesses.py", add a line
" '--accept-all' ,"
after line 178 saying
" args = [str(self.port),"
and restart Slicer.)

TagsNo tags attached.

Activities

2015-05-21 04:54

 

pieper

pieper

2015-05-21 05:29

administrator   ~0013082

Makes a lot of sense. I'll give it a quick test and then commit it.

pieper

pieper

2015-05-21 08:05

administrator   ~0013086

Committed in r24271

Issue History

Date Modified Username Field Change
2015-05-21 04:54 mcgee23 New Issue
2015-05-21 04:54 mcgee23 Status new => assigned
2015-05-21 04:54 mcgee23 Assigned To => pieper
2015-05-21 04:54 mcgee23 File Added: patch_DICOM_acceptall.patch
2015-05-21 05:29 pieper Note Added: 0013082
2015-05-21 05:29 pieper Status assigned => acknowledged
2015-05-21 08:05 pieper Note Added: 0013086
2015-05-21 08:05 pieper Status acknowledged => resolved
2015-05-21 08:05 pieper Fixed in Version => Slicer 4.4.1
2015-05-21 08:05 pieper Resolution open => fixed
2015-09-09 08:29 jcfr Fixed in Version Slicer 4.4.1 => Slicer 4.5.0-1
2018-03-02 11:07 jcfr Status resolved => closed