Search found 6 matches

by happyCloud
Thu, 2015-11-12, 01:35
Forum: DCMTK - General
Topic: read private tags
Replies: 2
Views: 3612

Re: read private tags

I just want to parse dicom's all information using my program.
I have added those private items to private.dic and my program also load it like dcmdump. But a matter occurs just above.
look forward your help. OR is there other ways?
by happyCloud
Tue, 2015-11-10, 10:36
Forum: DCMTK - General
Topic: read private tags
Replies: 2
Views: 3612

read private tags

I generated a dicom file with private tags. When I use dcmdump to look up, thoes private tags are correct as follows: (0029,0010) LO [My Product] # 10, 1 PrivateCreator (0029,1000) LO [Some Text] # 10, 1 My Text (0029,1010) US 1234 # 2, 1 MyInteger1 (0029,1020) OB (no value available) # 0, 1 MyBlob ...
by happyCloud
Mon, 2015-09-14, 02:55
Forum: DCMTK - General
Topic: wrong in using diconde.dic to generate a diconde Image
Replies: 6
Views: 7276

Re: wrong in using diconde.dic to generate a diconde Image

As I said, the attribute names are never stored in the DICOM/DICONDE objects/files, i.e. what you see on the screen depends an the reading application. For example, dcmdump shows "ComponentName" instead of "PatientName" if you load the "diconde.dic" after the DICOM dat...
by happyCloud
Sun, 2015-09-13, 06:49
Forum: DCMTK - General
Topic: wrong in using diconde.dic to generate a diconde Image
Replies: 6
Views: 7276

Re: wrong in using diconde.dic to generate a diconde Image

I'm sorry but I cannot see the referenced images (the links seem to be valid, but it takes much too long from here). Yea! I am in China. :) A part of header of diconde image I want to generate like this: Tag Name VR VM Value Length 0010,0010 Component Name PN 1 Casting 7 0010,0020 Component ID Numb...
by happyCloud
Sat, 2015-09-12, 03:32
Forum: DCMTK - General
Topic: wrong in using diconde.dic to generate a diconde Image
Replies: 6
Views: 7276

Re: wrong in using diconde.dic to generate a diconde Image

The attribute names are not stored in the DICOM file, if this was the question. If not, please be more specific and describe more precisely what you want to achieve. Thanks for your reply. A part of header of diconde image I want to generate like this: http://xiangce.baidu.com/picture/detail/0b8681...
by happyCloud
Fri, 2015-09-11, 02:58
Forum: DCMTK - General
Topic: wrong in using diconde.dic to generate a diconde Image
Replies: 6
Views: 7276

wrong in using diconde.dic to generate a diconde Image

Hi,all: I want to generate a diconde Image using diconde.dic in DCMTK 3.6.0. I have set the environment variable DCMDICTPATH according to http://support.dcmtk.org/redmine/projects/dcmtk/wiki/howto_dictionaries and system variable also have the Item "DCMDICTPATH=C:\Program Files (x86)\DCMTK\shar...