Search found 7 matches

by bsapach
Tue, 2006-04-04, 22:26
Forum: DCMTK - General
Topic: Siemens CSA header
Replies: 1
Views: 5563

Siemens CSA header

Hello again everyone, Now I've learned that elements (0029,1010) and (0029,1020) are a Siemens private element of some sort, and contain many items that seem (to me) to be missing elsewhere in the dicom file. I've seen this refered to as the CSA or CSA2 header. Does anyone know anything about this s...
by bsapach
Tue, 2006-04-04, 16:48
Forum: DCMTK - General
Topic: Is this Meta Information?
Replies: 4
Views: 6284

RE: Is this Meta Information?

perhaps it would be easier not to read the binary DICOM file using a text editor, but e. g. dcmdump, that's within the DCMTK release. In the output, you probably will find the tag you're searching again. DcmDump gives me this on any of these files does not give me any "diffusion" values a...
by bsapach
Mon, 2006-04-03, 20:49
Forum: DCMTK - General
Topic: Is this Meta Information?
Replies: 4
Views: 6284

Is this Meta Information?

Hello, I've been trying to get DCM_DiffusionGradientDirection out of a dicom file, with no success. (Tag Not Found). But when I open the file in a text editor I see: DiffusionGradientDirection □□□□□□□FD□□□□□M□□□□□M□□□□□□0.00000□□□□□□M□□□□□-0.7072000□□□□□M□□□□□□0.7071000 What is this? Is this meta-in...
by bsapach
Fri, 2006-03-31, 19:29
Forum: DCMTK - General
Topic: Siemens Diffusion Images
Replies: 3
Views: 4092

Siemens Diffusion Images

Hello everyone, I'm trying to sort through a series of DTI images, the series is named "AXFLAIRDTI_6DIR" so I assume by this that there is an image for each direction. What dicom tag should I be looking at to group the images by their direction? The tags that seem most obvious are: Diffusi...
by bsapach
Fri, 2006-03-03, 17:59
Forum: DCMTK - General
Topic: combining slices into volumes
Replies: 1
Views: 2790

combining slices into volumes

Hello everyone,

I would like to know what DCM_tag to use when grouping images into volumes. I plan to use DCM_ImagePosition to determine their Z ordering, but when a series has multiple volumes, how do I know which volume a given image belongs to?

Beau
by bsapach
Thu, 2006-02-09, 23:08
Forum: DCMTK - General
Topic: CreateWindowsDIB and CBitmap
Replies: 1
Views: 3216

CreateWindowsDIB and CBitmap

Does anyone have any example code for using DicomImage::createWindowsDIB along with CBitmap to display a dicom image???
by bsapach
Mon, 2006-02-06, 20:11
Forum: DCMTK - General
Topic: icon image sequence thumbnails?
Replies: 1
Views: 3937

icon image sequence thumbnails?

Hello everyone, I'm looking for a way to display thumbnail icons of images in my application. I'm assuming I can do this by pulling out DCM_IconImageSequence from a file instance DcmDirectoryRecord. I haven't been able to get it working yet, should I treat it as a DicomImage??? If anyone has an exam...