Search found 7 matches

by pacs_guy
Tue, 2010-01-26, 21:18
Forum: DCMTK - General
Topic: findscu and the response file
Replies: 1
Views: 2724

findscu and the response file

How is the reponses file intended to be used? Can it be passed in again using the dcmfile_in, or is it just for debugging? If its not just for debugging, how are multiple response files supposed to be used? What application can read the file (to extract the data within it). Thanks in advance for the...
by pacs_guy
Fri, 2008-11-14, 22:28
Forum: DCMTK - General
Topic: Help with img2dcm
Replies: 4
Views: 5569

Verify this?

From what I can tell, the img2dcm creates a compressed jpeg in YBR_FULL_422, but I need to convert this to RGB uncompressed to send. If there a way to do that directly with img2dcm, or is this the correct thing to do?

Thanks again for the help ...
by pacs_guy
Fri, 2008-11-14, 21:08
Forum: DCMTK - General
Topic: Help with img2dcm
Replies: 4
Views: 5569

Sorry ...

I apologize for not being more clear. The dcm image that is created cannot be sent with storescu, I think because it is created as compressed DICOM. Could you throw me a hint on what changes I need to make to get this to work? 1) Change the jpeg to DICOM conversion 2) Modify storescu A hint as to wh...
by pacs_guy
Thu, 2008-11-13, 20:58
Forum: DCMTK - General
Topic: Help with img2dcm
Replies: 4
Views: 5569

Help with img2dcm

I am trying to convert an jpeg to DICOM using img2dcm.exe in the latest drop. The image ends up coverted this way: 7FE0,0010,Pixel Data=0 FFFE,E000,Image Fragment [834]=0 FFFE,E000,Image Fragment [842]=7596 FFFE,E0DD,Sequence Delimiter=0 This is just a simple test image. Any better help on how to do...
by pacs_guy
Wed, 2008-02-27, 00:01
Forum: DCMTK - General
Topic: Command Line for dcmgpdir
Replies: 1
Views: 3012

Command Line for dcmgpdir

I have a dicom directory, and I want to create a dicom file one level above it: DICOMDIR .\DICOM reading this forum, its says do not specify +id If I do not provide +id <directory name> it cannot find the files. If I specify the +id the dicomdir gets created, but without path appended to the files H...
by pacs_guy
Mon, 2008-02-04, 18:29
Forum: DCMTK - General
Topic: Question on using dcmgpdir.exe
Replies: 3
Views: 4948

Could you then point me the best doc to assist

I assumed I would be able to use the command line utility dcmgpdir to create a dicomdir to understand the format, and then move from that to programatically create the same using the toolkit. I see it will not be that easy. Could some one point me to the best document to help me understand how, give...
by pacs_guy
Mon, 2008-02-04, 17:21
Forum: DCMTK - General
Topic: Question on using dcmgpdir.exe
Replies: 3
Views: 4948

Question on using dcmgpdir.exe

I would like to create a Dicom dir from a directory that contains a number of dicom files with this naming structure: ..\Dicom 1.3.51.5145.5095.19991029.1113719.1.0.2.dcm ... Using the dcmgpdir command, how would I do this? Every syntax that I have tried results in an error. dcmgpdir +id Dicom +D Di...