Search found 2217 matches

by Jörg Riesmeier
Mon, 2011-03-21, 15:54
Forum: DCMTK - Installation
Topic: Install Debug and Release at the same time?
Replies: 8
Views: 18058

What about using different installation directories (change "CMAKE_INSTALL_PREFIX" in CMake)?
by Jörg Riesmeier
Mon, 2011-03-21, 11:43
Forum: DCMTK - General
Topic: Print Preview
Replies: 3
Views: 15515

I was unable to render it into the bitmap image for display. As I said, this depends on the GUI toolkit/framework you are using. We've used Java for the DICOMscope GUI and the source code of DICOMscope is also available on our web/ftp server. Also please give me some idea of how to embed patient de...
by Jörg Riesmeier
Mon, 2011-03-21, 11:22
Forum: DCMTK - General
Topic: Print Preview
Replies: 3
Views: 15515

First of all, the "pring preview" feature has been implemented for and is used by DICOMscope . The getPreviewImageBitmap() method creates and returns a mochrome bitmap as an array of 8 bit values. if you want to display this bitmap on screen, you need to consult the documentation of the GU...
by Jörg Riesmeier
Mon, 2011-03-21, 10:29
Forum: DCMTK - General
Topic: findscu---about query keys
Replies: 7
Views: 10187

DICOM also provides a more "relaxed" Q/R model that allows for so-called relational queries. However, this model is not implemented by most systems on the market (including DCMTK). See part 4 of the DICOM standard for details.
by Jörg Riesmeier
Mon, 2011-03-21, 09:46
Forum: DCMTK - General
Topic: why command not found
Replies: 5
Views: 7551

I'm sorry, but this forum is not intended to explain people how to use their development system. This is a "Discussion Forum for OFFIS DICOM Tools" (like DCMTK)! After you've learned how to use you system, you should read the INSTALL file that is shipped with the DCMTK source code package.
by Jörg Riesmeier
Mon, 2011-03-21, 09:43
Forum: DCMTK - General
Topic: Can dcmqrscp support compress/uncompress transfer by the same configure?
Replies: 3
Views: 5087

W: DIMSE Warning: (COMMON,MOVESCU): sendMessage: unable to convert DICOM file 'E:\dicom_archive\data\WB\GEMS\F\Z88' from 'JPEG Lossless, Non-hierarchical, 1st Order Prediction' transfer syntax to 'Little Endian Explicit' Apparently, the two communication partners negotiated "Little Endian Expl...
by Jörg Riesmeier
Mon, 2011-03-21, 09:43
Forum: DCMTK - General
Topic: why does DcmFileFormat::loadFile perform differently in Vista and XP?
Replies: 21
Views: 28995

It seems that the DCMTK dataset parser chokes on this DICOM file. Have you also tested the "official" Windows binaries from the DCMTK web site?
by Jörg Riesmeier
Sat, 2011-03-19, 16:09
Forum: DCMTK - General
Topic: why command not found
Replies: 5
Views: 7551

You'll also need an appropriate C/C++ compiler when using CMake for the configure process.
If I can, how can I check whether I have Cmake on my system.
What about trying to start "cmake" in the command shell / terminal window (or whatever the name for this is on your OS).
by Jörg Riesmeier
Fri, 2011-03-18, 23:25
Forum: DCMTK - General
Topic: why command not found
Replies: 5
Views: 7551

The main problem is that no appropriate compiler could be found on your system:

Code: Select all

configure: error: no acceptable C compiler found in $PATH
by Jörg Riesmeier
Fri, 2011-03-18, 23:23
Forum: DCMTK - General
Topic: dcmqrscp/dcmqridx automatic synchronization?
Replies: 1
Views: 2689

Whenever dcmqrscp receive images from client, will the index file generated by dcmqridx be updated automatically?
Yes, the "index.dat" is updated automatically by dcmqrscp.
by Jörg Riesmeier
Fri, 2011-03-18, 17:12
Forum: DCMJP2K
Topic: DCMJP2K availabilty for iOS
Replies: 1
Views: 11301

Does DCMJP2K generate whether standard jpeg file or jpeg2000 file
As described on the web page and as the name indicates, DCMJP2K adds support for JPEG 2000 compression to the DCMTK. "Standard JPEG" is part of the free and public DCMTK (see module "dcmjpeg").
by Jörg Riesmeier
Fri, 2011-03-18, 11:56
Forum: DCMTK - General
Topic: fatal error in vrscan::yy_get_next_buffer (dcmdata)
Replies: 8
Views: 9334

This issue has been solved with the following commit.
by Jörg Riesmeier
Fri, 2011-03-18, 11:14
Forum: DCMTK - General
Topic: Write Dicom File to memory
Replies: 6
Views: 8967

Do you have an idea what these 8 Bytes could be? This depends on the content of the DICOM file, e.g. there was a fix only yesterday that solved an issue with wrong length calculation. However, this issue only occurred when the VR of some data elements changed between reading and writing (e.g. from ...
by Jörg Riesmeier
Fri, 2011-03-18, 10:30
Forum: DCMTK - General
Topic: why does DcmFileFormat::loadFile perform differently in Vista and XP?
Replies: 21
Views: 28995

Does the standard DCMTK tool dcmdump (compiled on the Vista machine) work on this DICOM file (on the XP machine)?
by Jörg Riesmeier
Fri, 2011-03-18, 08:55
Forum: DCMTK - General
Topic: why does DcmFileFormat::loadFile perform differently in Vista and XP?
Replies: 21
Views: 28995

So, I can only repeat: What is the returned condition, e.g. "status.text()"?

Btw, are you using DCMTK 3.5.4 or 3.6.0 - I'm asking because the logging changed completely between these versions.