Reg: Dicom Tag 0002,XXXX

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
mail2vguna
Posts: 41
Joined: Tue, 2013-07-23, 12:15
Location: Chennai, India

Reg: Dicom Tag 0002,XXXX

#1 Post by mail2vguna »

Hi
I am using dcmtk 3.6.0 to store and retrieve the images. I have dicom image with all tag information including 0002,XXXX tag and values in the PACS server. When i pull the images from PACS server to PACS client, I did not get the 0002,XXXX Tag information in the Dicom Tag information but i am getting all other dicom tag values. I am not using dcmtk console application. I am using dcmtk codes.
Thanks in advance.
Thanks
Guna

J. Riesmeier
DCMTK Developer
Posts: 2517
Joined: Tue, 2011-05-03, 14:38
Location: Oldenburg, Germany
Contact:

Re: Reg: Dicom Tag 0002,XXXX

#2 Post by J. Riesmeier »

Attributes with tags (0002,xxxx) belong to the so-called File Meta Information Header, which is only used for DICOM files and never transmitted using the DICOM network services.

mail2vguna
Posts: 41
Joined: Tue, 2013-07-23, 12:15
Location: Chennai, India

Re: Reg: Dicom Tag 0002,XXXX

#3 Post by mail2vguna »

Hi Riesmeier,

Thanks for your quick reply. Any solution to display meta header information 0002,XXXX in the PACS viewer side. Should i change anything in the code side. I am always get empty list in this method DcmMetaInfo::writeXML(STD_NAMESPACE ostream&out,const size_t flags).
Kindly help me to sort out the issue. i need to display particularly 0002,0016 (sourceApplicationAeTitle) in the client side when i click on Show dicom header information on the image.

Thanks in Advance.
Thanks
Guna

J. Riesmeier
DCMTK Developer
Posts: 2517
Joined: Tue, 2011-05-03, 14:38
Location: Oldenburg, Germany
Contact:

Re: Reg: Dicom Tag 0002,XXXX

#4 Post by J. Riesmeier »

What is the data structure that your "PACS viewer" can access? A DICOM file (i.e. an instance of DcmFileFormat) or a DICOM dataset (i.e. an instance of DcmDataset)?

mail2vguna
Posts: 41
Joined: Tue, 2013-07-23, 12:15
Location: Chennai, India

Re: Reg: Dicom Tag 0002,XXXX

#5 Post by mail2vguna »

Hi
Thanks for your reply.
I don't know exactly, but i hope i am using both.
How can i check which structure i am using in my viewer? Its in viewer or in server?
Looking forward your reply.

Thanks.
Thanks
Guna

J. Riesmeier
DCMTK Developer
Posts: 2517
Joined: Tue, 2011-05-03, 14:38
Location: Oldenburg, Germany
Contact:

Re: Reg: Dicom Tag 0002,XXXX

#6 Post by J. Riesmeier »

I don't know exactly, but i hope i am using both.
I thought that you are writing a program based on DCMTK's C++ API.

mail2vguna
Posts: 41
Joined: Tue, 2013-07-23, 12:15
Location: Chennai, India

Re: Reg: Dicom Tag 0002,XXXX

#7 Post by mail2vguna »

Yes,

I am using dcmtk 3.6.0 C++ source code.
Thanks
Guna

J. Riesmeier
DCMTK Developer
Posts: 2517
Joined: Tue, 2011-05-03, 14:38
Location: Oldenburg, Germany
Contact:

Re: Reg: Dicom Tag 0002,XXXX

#8 Post by J. Riesmeier »

Unfortunately, it is not clear to me what you want to know. If you are the author of the "PACS viewer", you should know how you load the DICOM image/object to main memory. If the "PACS viewer" is a third-party software, I answered the question already (DICOM network services do not transfer the file meta information header).

Please be more specific and provide more details. Otherwise I will not be able to help you.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest