Search found 2051 matches

by Michael Onken
Thu, 2008-02-14, 10:40
Forum: DCMTK - General
Topic: error C2661 in dump2dcm api
Replies: 6
Views: 7713

Hi Sergio,

Hm, never seen this error before -
which Windows OS, processor platform and compiler are you using?

Regards,
Michael
by Michael Onken
Fri, 2008-02-08, 17:01
Forum: DCMTK - General
Topic: Problems using dcmdjpeg.exe
Replies: 11
Views: 12737

Hi,

maybe you can use "dcmodify -i RescaleIntercept=-32768 c:\comparativa\b.IMG " to insert the attribute?

Regards,
Michael
by Michael Onken
Fri, 2008-02-01, 16:15
Forum: DCMTK - General
Topic: Run error in DiMonoModality::Init()
Replies: 15
Views: 17985

Hi, dcm2pnm is using a very similar call to class DicomImage: DicomImage *di = new DicomImage(dfile, xfer, opt_compatibilityMode, opt_frame - 1, opt_frameCount); I compiled dcmtk (with dcm2pnm) on my 64-bit Mac machine and dcm2pnm worked fine with some test images I tried. Maybe this is not a genera...
by Michael Onken
Fri, 2008-02-01, 15:26
Forum: DCMTK - Installation
Topic: 64-bit compile issue?
Replies: 7
Views: 14915

Hi Peer, I compiled the CVS version of DCMTK on my 64bit Mac Notebook (running Leopard) and the dictionary works fine for me (with --prefix set and "make install"). The path is automatically set to the dicitionary in the prefix path then. Are you sure that your DCMDICTPATH actually points ...
by Michael Onken
Wed, 2008-01-16, 12:10
Forum: DCMTK - General
Topic: SQL dabase for dcmqrscp
Replies: 1
Views: 3594

Hi, we worked on an SQL backend for a specific project outside DCMTK, which explains those comments in the source code. The SQL code was specialized for this project so wie did not publish it. If anyone has a working SQL backend and wants to make it available to the community, we would be happy addi...
by Michael Onken
Tue, 2008-01-15, 09:48
Forum: DCMTK - General
Topic: DCMTK to VTK
Replies: 6
Views: 7574

Hi,

I removed the link from the FAQ - the project seems to be offline and I did not found any working link on Google.
Maybe some of the other forum users may help out with VTK / DCMTK integration.

Regards,
Michael
by Michael Onken
Mon, 2008-01-14, 10:25
Forum: DCMTK - General
Topic: why dose the findscu program have the parameter:dcmfile_in
Replies: 1
Views: 3345

Hi, findscu is able to query a worklist server or a DICOM PACS. Of course you need some query keys which tells the server what you are looking for (e. g. Name of the Patient, Date of Study etc.). You must specify these query keys through DICOM attributes (Patient's Name and Study Date in the example...
by Michael Onken
Fri, 2008-01-11, 10:45
Forum: DCMTK - General
Topic: Can dcmtk read secondary captured dcm file
Replies: 1
Views: 2892

Use dcmdump from the module dcmdata to dump information of any DICOM file. We have some pre-built binaries available for windows and linux.

dcmdump your_file.dcm

Regards,
Michael
by Michael Onken
Fri, 2008-01-11, 10:42
Forum: DCMTK - General
Topic: Supplement 96
Replies: 1
Views: 2988

Hi Ian, so far there no specific plans writing code for Unified Worklist, but of course we are interested having this new worklist service in DCMTK. Because DCMTK is not our main business we are always looking for companies willing to sponsor us for certain projects; or students willing to write the...
by Michael Onken
Wed, 2008-01-09, 14:23
Forum: DCMTK - General
Topic: findAndGetFloat64
Replies: 4
Views: 5532

You can use the findAndGetFloat64 (documentation) which is applicable to VR DS. You can use the position parameter to get all three values of attribute Image Position Patient.

Regards,
Michael
by Michael Onken
Fri, 2008-01-04, 09:55
Forum: DCMTK - General
Topic: To use dcmtk,must i be familiar with dicom standard?
Replies: 2
Views: 3249

Hi, In general, yes, that would sound logical to me when using a DiCoMToolKit;) But it depends on what you want to do with DCMTK. If you just convert images from DICOM to JPG for example using an existing DCMTK application, you could start without being familar with DICOM. There are various other co...
by Michael Onken
Wed, 2008-01-02, 10:46
Forum: DCMTK - General
Topic: "Study Instance UID" and "Series Instance UID" in SC IOD
Replies: 1
Views: 3316

Before filling in any values, please be sure to fully understand the DICOM hierarchy of Patient, Study, Series and Image (Instance). Instance UIDs are used to give a unique identifier to a study, series or images (among other). This number must be unique worldwide, so it is not enough to put a rando...
by Michael Onken
Wed, 2008-01-02, 10:30
Forum: DCMTK - General
Topic: How can i write a BITMAP into a dcm file
Replies: 1
Views: 2786

Hi,

so far there is no ready-to-use application in DCMTK. Probably the next release will contain such a tool. However we do not have a time schedule for that. The DICOM Toolkit dcm4chee from Gunter Zeilinger contains a JPG to DCM converter, take a look at this newsgroup posting.

Regards,
Michael
by Michael Onken
Wed, 2008-01-02, 10:24
Forum: DCMTK - General
Topic: Confused about which Secondary Image IOD to choose from????
Replies: 3
Views: 4553

Hi, Frame Increment pointer is NOT mandatory in case that Number of Frames = 1. The Multi-Frame Image Module definition is overriden in the SC Multi-Frame Image Module, which says for this attribute: Contains the Data Element Tag of the attribute which is used as the frame increment in Multi-frame p...
by Michael Onken
Fri, 2007-12-14, 12:00
Forum: DCMTK - Installation
Topic: 64-bit compile issue?
Replies: 7
Views: 14915

My colleague Jörg noted something a minute ago:

The ijg JPEG libraries are plain C code - maybe the CXXFLAGS you set are not evaluated at all when the compiler is in C mode. Try to provide the -m64 compiler flag also as CFLAGS option to the compiler.

Good luck,
Michael