Search found 1444 matches

by Marco Eichelberg
Fri, 2005-06-03, 12:56
Forum: DCMTK - General
Topic: Error: DCMTK needs stringstream or strstream type
Replies: 7
Views: 11069

Make sure that you always #include "osconfig.h" before you include any other DCMTK header file. Also, make sure that the compiler does not find another version of "osconfig.h" or "cfunix.h". Both would explain the error message.
by Marco Eichelberg
Mon, 2005-05-30, 15:03
Forum: DCMTK - General
Topic: DBREGIMG quota
Replies: 1
Views: 3617

If I remember correctly, dbregimg never deletes image files, it only ever modifies the index.dat registration database. The error message you are seeing seems to indicate that you are trying to add an image to the database that has already been registered with the same SOP instance UID but a differe...
by Marco Eichelberg
Mon, 2005-05-30, 15:01
Forum: DICOMscope - General
Topic: Modality LUT / DICOM Part 14
Replies: 2
Views: 9532

DICOMscope indeed is "compatible" with DICOM Part 14 in the sense that it allows a display to be calibrated against the GSDF and it also supports Presentation States including a faithful rendering of the DICOM grayscale display pipeline. If you want your scanned images to be displayed corr...
by Marco Eichelberg
Mon, 2005-05-30, 14:29
Forum: DCMTK - General
Topic: [resolved] Odd length in character string values
Replies: 2
Views: 4292

DICOM strings except UI are indeed space padded to achieve even length. DCMTK creates and removes this padding character transparently in the background (unless certain options are enabled), so the XML representation created by dcm2xml does not see this artifact, and does not have to.
by Marco Eichelberg
Wed, 2005-05-25, 11:02
Forum: DCMTK - General
Topic: JPEG2000LossLessOnly Transfer Syntax with native Icon Image
Replies: 4
Views: 7566

From the perspective of the parser, "isIconImage" and "isPrivate" would be synonymous. The only meaning of this flag is that it tags instances of the DcmPixelData class that may be written with explicit length (i.e. with uncompressed content) in encapsulated (compressed) transfer...
by Marco Eichelberg
Wed, 2005-05-25, 10:51
Forum: DCMTK - General
Topic: unable to retrive images using movescu
Replies: 3
Views: 5928

This is not possible with movescu alone. You could use storescp with the --output-directory and --rename-on-eostudy command line options and use movescu to initiate the retrieval to storescp. In that case, storescp should be listening on the target port and movescu needs to use a dummy listen port t...
by Marco Eichelberg
Wed, 2005-05-25, 10:47
Forum: DCMTK - General
Topic: writing into print config file in run time
Replies: 1
Views: 3473

There is nothing in the toolkit that would allow you to do that, but it is certainly possible. You would have to write the configuration file at runtime, and then restart all the tools (dcmprscu and dcmpssnd instances) that read the configuration file at startup.
by Marco Eichelberg
Wed, 2005-05-25, 10:45
Forum: DCMTK - General
Topic: Embedding a precompressed JPEG in a DICOM
Replies: 7
Views: 10394

Does the DICOM server need to support receiving the file in the JPEGProcess25_27TransferSyntax tansfer syntax (only receiving, since processing, after it is received, is performed by another application)? Yes, this is how the DICOM network protocol works. The transfer syntax needs to be negotiated ...
by Marco Eichelberg
Fri, 2005-05-20, 12:47
Forum: DCMTK - General
Topic: unable to retrive images using movescu
Replies: 3
Views: 5928

You are not really trying to send pixel data as part of the C-MOVE-RQ message, are you? I suggest carefully re-reading DICOM part 4 section C.4.2.2.
by Marco Eichelberg
Fri, 2005-05-20, 12:45
Forum: DCMTK - General
Topic: JPEG2000LossLessOnly Transfer Syntax with native Icon Image
Replies: 4
Views: 7566

Your analysis is correct. The question is what you would like to have on the "to do list" for the next version. The problem you describe is only manifest with compression codecs that do not compress icon images (all codecs in DCMTK always do compress icon images, for good reason :wink: ). ...
by Marco Eichelberg
Fri, 2005-05-20, 12:40
Forum: DCMTK - General
Topic: Does DCMTK has any requirements on settings of the system?
Replies: 1
Views: 3347

In general, no.
by Marco Eichelberg
Fri, 2005-05-20, 12:40
Forum: DCMTK - General
Topic: Embedding a precompressed JPEG in a DICOM
Replies: 7
Views: 10394

Are there any other requirements to be met in order to send the image successfully.
This is not really a DCMTK related question, is it. I would suggest you re-read the definition of encapsulated pixel data in part 5 of the DICOM standard, in particular with regard to the so-called offset table.
by Marco Eichelberg
Thu, 2005-05-19, 09:03
Forum: DCMTK - General
Topic: how can i create dicom items in sequences?
Replies: 7
Views: 10706

DICOM objects containing multiple "images" (frames) do not use a sequence structure for encoding the pixel data. They use a direct concatenation of pixel cells inside attribute (7FE0,0010) along with the Multiframe Module that describes properties of the multiframe objects. Details can be ...
by Marco Eichelberg
Thu, 2005-05-19, 09:02
Forum: DCMTK - General
Topic: Embedding a precompressed JPEG in a DICOM
Replies: 7
Views: 10394

You are mixing Pixel Data (DCM_PixelData, attribute tag is 7FE0,0010) and Pixel Data Group Length (DCM_PixelDataGroupLength, attribute tag is 7FE0,0000).
by Marco Eichelberg
Wed, 2005-05-18, 11:09
Forum: DCMTK - General
Topic: imagectn getting aborted before giving results
Replies: 1
Views: 3342

The error message indicates that the other side aborts the association, not imagectn.