Search found 6 matches

by Nikolay
Thu, 2008-07-24, 11:48
Forum: DCMTK - General
Topic: pixel/mm ratio
Replies: 3
Views: 5230

I suppose you need Pixel Spacing - you can see DICOM Standard Part 3, 10.7.
by Nikolay
Thu, 2008-07-24, 11:45
Forum: DCMTK - General
Topic: reading header
Replies: 1
Views: 3031

VR-s are described in DICOM Standard Part 5
by Nikolay
Tue, 2008-07-22, 16:10
Forum: DCMTK - General
Topic: How to print an image with a text overlay in it
Replies: 3
Views: 4707

Okay, thank you. :) But if I use the overlays on the image itself (by using the following code): dataset->putAndInsertUint16(DCM_OverlayRows, 256); dataset->putAndInsertUint16(DCM_OverlayColumns, 256); dataset->putAndInsertUint16(DCM_NumberOfFramesInOverlay, 1); dataset->putAndInsertUint16(DCM_Overl...
by Nikolay
Mon, 2008-07-21, 14:33
Forum: DCMTK - General
Topic: How to print an image with a text overlay in it
Replies: 3
Views: 4707

How to print an image with a text overlay in it

Hello :) I have a big problem in adding an overlay to the image that I need to print on a DICOM printer. I use the following code for adding an overlay: dvi.getCurrentPState().addGraphicLayer("TEXT_INFO"); size_t glIndex = dvi.getCurrentPState().getGraphicLayerIndex("TEXT_INFO");...
by Nikolay
Wed, 2008-07-16, 06:37
Forum: DCMTK - General
Topic: Problem with overlays and annotations in DCMPSPRT
Replies: 2
Views: 4544

After correcting the cfg file with label Annotation = 0\LABEL my annotation is in the bottom of the printed film. But this is not a solution for me, because I need to print several images on one page (e.g. --layout 2 2), and each image should have patient name and study date tags on it. Is there a w...
by Nikolay
Tue, 2008-07-15, 08:47
Forum: DCMTK - General
Topic: Problem with overlays and annotations in DCMPSPRT
Replies: 2
Views: 4544

Problem with overlays and annotations in DCMPSPRT

Hello :) I am trying to print DICOM images with overlays. I have generated a PBM file, so my DCMPSPRT command looks like the following: dcmpsprt --config dcmpstat.cfg --printer KODAK8150 --overlay 1.pbm 100 100 1.dcm. This generates SP and HG file in the database directory, but when I open HG file w...