Search found 14 matches

by new2009
Thu, 2014-11-06, 15:13
Forum: DCMTK - General
Topic: Problem with inserting private tag
Replies: 7
Views: 8709

Re: Problem with inserting private tag

Ah, OK! Understand.

I did this:

Code: Select all

C:\Temp>dcmodify -i "(1041,0010)=PHILIPS" IM_0001.dcm
I: DcmDataDictionary: Loading file: C:\TEMP\data.dic

C:\Temp>dcmodify -i "(1041,1010)=AR" IM_0001.dcm
I: DcmDataDictionary: Loading file: C:\TEMP\data.dic
And it works! :)
by new2009
Thu, 2014-11-06, 15:09
Forum: DCMTK - General
Topic: Problem with inserting private tag
Replies: 7
Views: 8709

Re: Problem with inserting private tag

You said here: http://forum.dcmtk.org/viewtopic.php?f=1&t=3415&p=13623&hilit=private#p13623 "Btw, you could also add your private tags to a loadable data dictionary (see "private.dic")." And that's what I am trying to do, with no success :( No, the private creator ele...
by new2009
Thu, 2014-11-06, 15:03
Forum: DCMTK - General
Topic: Problem with inserting private tag
Replies: 7
Views: 8709

Re: Problem with inserting private tag

How do you add that in the data dictionary? Is it not possible? I think the error message is quite obvious: "No private reservation found for tag: (1041,1010)" That means you also have to add the private creator element (1041,0010) with a value of "PHILIPS". If you don't understa...
by new2009
Thu, 2014-11-06, 14:27
Forum: DCMTK - General
Topic: Problem with inserting private tag
Replies: 7
Views: 8709

Re: Problem with inserting private tag

After I read the instruction to create additional data dictionary from: http://support.dcmtk.org/docs/file_datadict.html I created one in C:\TEMP\data.dic Containing this single line: (1041,"PHILIPS",1010) SH Unknown 1 All fields are separated by TAB characters. The data dictionary was loa...
by new2009
Thu, 2014-11-06, 13:37
Forum: DCMTK - General
Topic: Problem with inserting private tag
Replies: 7
Views: 8709

Problem with inserting private tag

I am using dcmodify.exe (Windows) version 3.6.0 and trying to insert private tag (1041,1010) with value "AR". From what I read in the dcmodify manual, I need to add this (reserve) in the "data dictionary". But, I do not know how to do this for the Windows version of DCMTk. Is tha...
by new2009
Mon, 2012-09-17, 14:45
Forum: DCMTK - General
Topic: Dcmodify output path
Replies: 1
Views: 2688

Dcmodify output path

Hi, Is there any way to specify output path or output file for DCMODIFY? I found dcmodify will create the output file in the same folder as the input file. I have asked before, and it was not possible. However, Michael Onken said he added to the internal feature request: http://forum.dcmtk.org/viewt...
by new2009
Thu, 2012-03-08, 15:18
Forum: DCMTK - General
Topic: findscu worklist query result: (Pending: WarningUnsupportedOptionalKeys)
Replies: 1
Views: 3812

findscu worklist query result: (Pending: WarningUnsupportedOptionalKeys)

Hi, I was using findscu (version 3.6.0) and got the below result from the DCMtk Worklist SCP (wlmscpfs.exe): W: --------------------------- W: Find Response: 1 (Pending: WarningUnsupportedOptionalKeys) What does the "Pending" means? And what is that "WarningUnsupportedOptionalKeys&quo...
by new2009
Tue, 2011-08-16, 14:59
Forum: DCMTK - General
Topic: Output path?
Replies: 5
Views: 6009

Hi J, You are right. I am able to workaround this by using that technique. Basically, I moved the dcminput file (only) to a user writable folder outside the Program Files. I am using CSIDL_COMMON_APPDATA for now, but this has non-ideal situation because the folder is "hidden" by default. N...
by new2009
Tue, 2011-08-16, 09:07
Forum: DCMTK - General
Topic: Output path?
Replies: 5
Views: 6009

Hi Michael, Thanks for that. The reason for this feature is problem on Windows 2008 Server. As part of our application, the dcmodify.exe is located under "Program Files" folder. And because the dcmodify creates output to the same folder, the user must have administrative account to run it :(
by new2009
Mon, 2011-08-15, 16:03
Forum: DCMTK - General
Topic: Output path?
Replies: 5
Views: 6009

Output path?

Hi,

Is there any way to specify output path or output file for DCMODIFY?

I found dcmodify will create the output file in the same folder as the input file.

Thanks.
by new2009
Wed, 2010-02-10, 09:09
Forum: DCMTK - General
Topic: Quick method to check certain dicom tag
Replies: 1
Views: 2595

Quick method to check certain dicom tag

Hi, I am just wondering, what would be the quickest method to check certain dicom tag? For start, I can use dcm2xml module to convert the dicom header of an object to XML and check from there. The problem is that if the object is SR, dcm2xml sometimes need a long time to produce result. I could skip...
by new2009
Thu, 2010-02-04, 14:52
Forum: DCMTK - General
Topic: Implementation Class UID
Replies: 1
Views: 5005

Implementation Class UID

Hi,

When I modify Dicom image using dcmodify.exe, both tags below were changed as well:

- Implementation Class UID (changed to 1.2.276.0.7230010.3.0.3.5.5)
- Implementation Version Name (changed to OFFIS_DCMTK_355)

Is there any way to avoid this?

so both tags will not be changed at all.

Thanks.
by new2009
Mon, 2010-01-18, 12:02
Forum: DCMTK - General
Topic: dcmodify problem with space character
Replies: 1
Views: 3437

dcmodify problem with space character

Hi, I am using "dcmodify.exe" (3.5.4) for Windows (pre-compiled). If I use command file like below: dcmodify.exe @command.txt DICOMFILE.dcm I cannot specify command that has space character. For example: -i (0008,1030)="this is study description" Error will occur. To fix this, I ...
by new2009
Tue, 2009-06-02, 10:29
Forum: Other DICOM Tools
Topic: MESA Tools / MPPS SCU
Replies: 1
Views: 8655

MESA Tools / MPPS SCU

Hi,

Does anyone know how to use MESA Tools to send MPPS message to an MPPS SCP?

I am looking for a command line MPPS SCU tool. I know that DCMTK does not have MPPS SCU :(

Or probably someone has done it?

Please if you willing to share.

Thanks.