Search found 3 matches

by Lauper
Fri, 2006-04-07, 09:02
Forum: DCMTK - General
Topic: Value Multiplicity (VM)
Replies: 1
Views: 2849

Value Multiplicity (VM)

Let's say there are several value fields in the data element "window center": i.e. (0028,1050) WindowCenter: [749] [1023] I want to find out the VM of a certain data element (in the above example: 2). There exists a getVM()-function in the DcmItem class (implements DcmObject), but that alw...
by Lauper
Mon, 2006-02-13, 15:54
Forum: DCMTK - General
Topic: Question to FAQ #24 (how to access original pixel data)
Replies: 3
Views: 5015

Working with getInterData() from the DicomImage class works for me. Thanks

Now I hit on the following question: is there a convenient way to find out, what byte order the raw data has (little endian, big endian)? Do I really have to work with the Transfer Syntax UID in order to find that out?
by Lauper
Tue, 2006-01-31, 09:38
Forum: DCMTK - General
Topic: Question to FAQ #24 (how to access original pixel data)
Replies: 3
Views: 5015

Question to FAQ #24 (how to access original pixel data)

I'm working with DCMTK 3.5.4 and I'm trying to retrieve original pixel data (e.g. hounsfield values). I planned to use getInterData() from the DicomImage class. Is there an example (sample code) available that shows how to use this function?

Thanks