LEADTOOLS Support
General
General Questions
Re: Reading DICOM dataset private field
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, June 13, 2006 7:21:05 AM(UTC)
Groups: Registered
Posts: 12
Hi,
I need to read some private fields from a dicom dataset provided by a siemens machine.
They describe the data as follows:
"The SH_STPAR AXCS object is stored in the private 0021 group
of the Artis Image header.
The Owner code is "SIEMENS SMS-AX ACQ 1.0" (note the TWO blank
spaces between the AX and the ACQ !) and it is Element 12 in that
segment reserved by the owner code."
How can I read this data using LEAD medical 13.5 ?
Thanks, Hagay.
:)
#2
Posted
:
Wednesday, June 14, 2006 2:33:07 PM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
Hagay,
This appears to mean the tag constant for this data element is (00210012)hex.
See the help topic "Overview: Private Data Element Tags" for details about this type of elements.
If you're using C or C++, you can define a constant to use it as follows:
#define TAG_MY_PRIVATE_ELEMENT 0x00210012UL
Then use it with our functions.
Please note that there is no LEADTOOLS version 13.5, but this information applies to v13.0 and 14.5 (and other versions as well).
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Monday, July 10, 2006 3:25:16 AM(UTC)
Groups: Registered
Posts: 12
Thanks - works like charm.
Hagay.
LEADTOOLS Support
General
General Questions
Re: Reading DICOM dataset private field
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.