Search found 5 matches

by gsfr
Wed, 2017-05-31, 00:59
Forum: DCMTK - Installation
Topic: Compile in Alpine Linux Docker container
Replies: 5
Views: 6620

Re: Compile in Alpine Linux Docker container

Thanks again. Now it compiles and runs successfully on Alpine.
by gsfr
Fri, 2017-05-19, 17:37
Forum: DCMTK - Installation
Topic: Compile in Alpine Linux Docker container
Replies: 5
Views: 6620

Re: Compile in Alpine Linux Docker container

Thanks for your response, Jan. Looking forward to trying it out soon.
by gsfr
Thu, 2017-05-18, 22:24
Forum: DCMTK - Installation
Topic: Compile in Alpine Linux Docker container
Replies: 5
Views: 6620

Compile in Alpine Linux Docker container

I'm trying to compile and run DCMTK in a minimal Alpine Linux Docker container, which uses musl libc instead of glibc . The unmodified source of dcmtk-3.6.1_20170228.tar.gz fails to build with the following error. /tmp/dcmtk-3.6.1_20170228 # make config-all (cd config && make ARCH="&quo...
by gsfr
Tue, 2013-10-08, 18:04
Forum: DCMTK - General
Topic: movescu for private SOP class data
Replies: 3
Views: 4289

Re: movescu for private SOP class data

Is it somehow possible to transfer files with a private SOP class using movescu alone? Yes, it is, but it requires you to modify the source code and to re-compile... Thanks for your reply, Jörg. Would you possibly consider adding a --promiscuous flag to movescu in a future release? I'd hate to bran...
by gsfr
Tue, 2013-09-17, 23:36
Forum: DCMTK - General
Topic: movescu for private SOP class data
Replies: 3
Views: 4289

movescu for private SOP class data

I am using findscu and movescu to identify and transfer images. This generally works great for me, except for certain Siemens files with a private SOP class (SOPClassUID 1.3.12.2.1107.5.9.1). I am, however, able to transfer these files, if I use movescu in combination with storescp and the --promisc...