Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, June 13, 2006 7:21:05 AM(UTC)
HagayLupesko

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.:)

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, June 14, 2006 2:33:07 PM(UTC)

Amin  
Amin

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.
LEAD Logo
 
#3 Posted : Monday, July 10, 2006 3:25:16 AM(UTC)
HagayLupesko

Groups: Registered
Posts: 12


Thanks - works like charm.

Hagay.
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.061 seconds.