Search found 6 matches

by oroy
Thu, 2015-04-23, 15:40
Forum: DCMTK - General
Topic: Private tag name not displayed
Replies: 2
Views: 3595

Re: Private tag name not displayed

Thanks, that is all I needed to know.
by oroy
Wed, 2015-04-22, 21:42
Forum: DCMTK - General
Topic: Private tag name not displayed
Replies: 2
Views: 3595

Private tag name not displayed

Hello, I use DCMTK version 3.6.1. I generate DICOM images with the MR storage format (UID 1.2.840.10008.5.1.4.1.1.4) using the little endian explicit transfer syntax (EXS_LittleEndianExplicit). I add a private group tag to reserve the DICOM tag range (0x0009, 0x0009-0x10FF) and add a couple of priva...
by oroy
Wed, 2015-04-22, 21:42
Forum: DCMTK - General
Topic: Private tag name not displayed
Replies: 1
Views: 2628

Private tag name not displayed

Hello, I use DCMTK version 3.6.1. I generate DICOM images with the MR storage format (UID 1.2.840.10008.5.1.4.1.1.4) using the little endian explicit transfer syntax (EXS_LittleEndianExplicit). I add a private group tag to reserve the DICOM tag range (0x0009, 0x0009-0x10FF) and add a couple of priva...
by oroy
Tue, 2010-05-25, 16:24
Forum: DCMTK - General
Topic: Rescale intercept / slope in Multi-Frame SC objects
Replies: 4
Views: 6790

You are right, Image J is not properly interpreting the modality LUT tags. I tried with the iSite PACS viewer from Philips and it works. Next time I should use DICOMscope ;-)

Thanks for time Jörg,
Olivier
by oroy
Tue, 2010-05-25, 15:47
Forum: DCMTK - General
Topic: Rescale intercept / slope in Multi-Frame SC objects
Replies: 4
Views: 6790

I am viewing DICOM images using Image J. I do not use the DicomImage class from DCMTK. What I do is basically the following: I create an empty dataset using dataset = fileformat.getDataset(); I fill all the required attributes with calls of the form dataset->putAndInsertString(DCM_PatientID, id); da...
by oroy
Mon, 2010-05-24, 17:57
Forum: DCMTK - General
Topic: Rescale intercept / slope in Multi-Frame SC objects
Replies: 4
Views: 6790

Rescale intercept / slope in Multi-Frame SC objects

Hello, I am trying to apply a rescale intercept of 10 and a slope of 2 to the pixel data of a grayscale multiframe word secondary capture object (photometric intepretation = MONOCHROME2, bits allocated = 16, bits stored = 16, high bit = 15, samples per pixel = 1, transferSyntax = EXS_LittleEndianImp...