Search found 13 matches

by dicomDuty
Fri, 2018-10-26, 00:31
Forum: DCMTK - General
Topic: Problem with 3.6.3 dcmSend
Replies: 2
Views: 2021

Re: Problem with 3.6.3 dcmSend

I figured out the problem.

Here is the help for dcmsend:

+dls --decompress-lossless only decompress lossless compression (default)
+dly --decompress-lossy decompress both lossy and lossless compression

+dly does not decompress both, only lossy. You need to specify both tags (+dls +dly)
by dicomDuty
Thu, 2018-10-25, 20:07
Forum: DCMTK - General
Topic: Problem with 3.6.3 dcmSend
Replies: 2
Views: 2021

Problem with 3.6.3 dcmSend

It seems to not want to decompress baseline JPEG: This is dcmSend from 3.6.3. I: Converting transfer syntax: JPEG Baseline -> Little Endian Explicit I: Sending C-STORE Request (MsgID 1, USm) W: DIMSE Warning: (SUN-DFENSTEM10,STENTOR_SCP): sendMessage: unable to convert dataset from 'JPEG Baseline' t...
by dicomDuty
Fri, 2014-10-24, 20:43
Forum: DCMTK - General
Topic: Crash in Logger::isEnabledFor (LogLevel ll) const
Replies: 2
Views: 10503

Re: Crash in Logger::isEnabledFor (LogLevel ll) const

I meant to post this is general. Is there a way to move this? (Sorry...)

Thanks!
by dicomDuty
Fri, 2014-10-24, 18:15
Forum: DCMTK - General
Topic: Crash in Logger::isEnabledFor (LogLevel ll) const
Replies: 2
Views: 10503

Crash in Logger::isEnabledFor (LogLevel ll) const

I am using dcmtk-3.6.1_20140617. I have recompiled as /MD. I have recoded img2dcm and dcmsend to library functions (Same as I did in 3.5.4). I recoded everything back to /MT and I still have the exact some problem. The img2dcm calls are working fine. Its the DcmSend code that is having problems, alw...
by dicomDuty
Wed, 2014-10-15, 20:55
Forum: DCMTK - General
Topic: Img2dcm difference between --sec-capture and --new-sc
Replies: 1
Views: 2751

Img2dcm difference between --sec-capture and --new-sc

I was wondering (in Img2dcm) what the difference is between difference between --sec-capture and --new-sc?

Thanks!
by dicomDuty
Wed, 2013-11-06, 21:11
Forum: DCMTK - General
Topic: When will 3.6.1 be released?
Replies: 3
Views: 4314

When will 3.6.1 be released?

When will 3.6.1 be released? Will it be sometime this month? Any other info on 3.6.1?

Thanks,

David
by dicomDuty
Wed, 2013-03-06, 22:33
Forum: DCMTK - General
Topic: Help with dcmsend.exe syntax
Replies: 1
Views: 3057

Help with dcmsend.exe syntax

I'm trying to use dcmsend.exe, and its working fine, except I can't figure out the syntax for compression. The doc shows this: deflate compression level: +cl --compression-level [l]evel: integer (default: 6) 0=uncompressed, 1=fastest, 9=best compression I have tried every variation I can think of, s...
by dicomDuty
Wed, 2013-01-09, 22:52
Forum: DCMTK - General
Topic: Trouble with DICOMDIR file paths
Replies: 1
Views: 2691

Re: Trouble with DICOMDIR file paths

I figured it out.

dcdirrec.cc changes the file path names in hostToDicomFilename(), and dcddirif.cc changes the file path name in hostToDicomFilename() and dicomToHostFilename(), so you have to modify both of these files to add characters that might show up in a path (Like # or ,).

Thanks,

David
by dicomDuty
Wed, 2013-01-09, 20:20
Forum: DCMTK - General
Topic: Trouble with DICOMDIR file paths
Replies: 1
Views: 2691

Trouble with DICOMDIR file paths

I am having some trouble building a DICOMDIR correctly, and I wonder if some one could shed some light on the problem. I am using the DicomDirInterface from the 3.6.0 release. The problem is that this call DicomDirInterface::addDicomFile("C:\INCOMING\DICOM\NOTPROCESSED" , "TRACY DATA\...
by dicomDuty
Wed, 2012-08-29, 17:27
Forum: DCMTK - Installation
Topic: unresolved external symbol "public: bool __thiscall log4cplu
Replies: 1
Views: 4416

Re: unresolved external symbol "public: bool __thiscall log4

I added the oflog.lib and that fixed the issue. I guess sometimes my brain does not work so well.

Thanks!
by dicomDuty
Wed, 2012-08-29, 17:11
Forum: DCMTK - Installation
Topic: unresolved external symbol "public: bool __thiscall log4cplu
Replies: 1
Views: 4416

unresolved external symbol "public: bool __thiscall log4cplu

I just compiled 3.6.0, and then attempted to link with my code that was previously linked with as pre 3.6.0 snap shot. I'm getting these errors on every library: dcmjpeg.lib(djdijg16.obj) : error LNK2001: unresolved external symbol "public: bool __thiscall log4cplus::Logger::isEnabledFor(int)co...
by dicomDuty
Tue, 2012-07-31, 18:04
Forum: DCMTK - General
Topic: Question on storescu.cfg
Replies: 3
Views: 6512

Re: Question on storescu.cfg

Thank you very, very much. I was able to get things working.

- D
by dicomDuty
Mon, 2012-07-30, 21:12
Forum: DCMTK - General
Topic: Question on storescu.cfg
Replies: 3
Views: 6512

Question on storescu.cfg

I apologize in advance, but I cannot understand how storescu.cfg works and after reading the doc, I still can't make any sense of it. Could someone help me understand how to modify the storescu.cfg file properly? For storescu, the transfer is failing because of the wrong protocol: Transfer: JPEG2000...