Search found 11 matches

by wkhan69
Tue, 2020-02-18, 07:11
Forum: DCMTK - General
Topic: dump2dcm.exe gives invalid tag error
Replies: 1
Views: 1897

dump2dcm.exe gives invalid tag error

Hi all, I'm trying to create a dcm file to be used as a worklist query input file. I have added some tags to an example worklist query dump file that I would like to use. Any ideas why I am getting some "invalid tag" errors while other tags seem to be OK? wlistqryTest1.dump (I added line n...
by wkhan69
Fri, 2020-02-07, 06:11
Forum: DCMTK - General
Topic: Storescu/ dcmqrscp Transfer Syntax option
Replies: 8
Views: 5998

Re: Storescu/ dcmqrscp Transfer Syntax option

Thanks for your help J. Riesmeier!
by wkhan69
Wed, 2020-02-05, 21:43
Forum: DCMTK - General
Topic: Storescu/ dcmqrscp Transfer Syntax option
Replies: 8
Views: 5998

Re: Storescu/ dcmqrscp Transfer Syntax option

2nd followup question: If I want to be able to store any type of dicom file (ie: using any compression, etc.), what options should I use with storescu and dcmqrscp commands?
by wkhan69
Wed, 2020-02-05, 00:49
Forum: DCMTK - General
Topic: Storescu/ dcmqrscp Transfer Syntax option
Replies: 8
Views: 5998

Re: Storescu/ dcmqrscp Transfer Syntax option

Follow-up question: Why does storescu rename the transferred file? My file, originally called "1.2.276.0.75.2.7.30.1.3.191115115548333.0.113789.dcm" was renamed to "VLm_5e3a007bde9846f1.dcm" when it appeared on the dcmqrscp side. Even when I use the option "--no-rename"...
by wkhan69
Wed, 2020-02-05, 00:18
Forum: DCMTK - General
Topic: Storescu/ dcmqrscp Transfer Syntax option
Replies: 8
Views: 5998

Re: Storescu/ dcmqrscp Transfer Syntax option

Thanks Michael! It worked! Here are the details: (in verbose mode - non-debug): storescu output: PS C:\temp2> .\storescu localhost 11112 .\DicomFilesToSend\1.2.276.0.75.2.7.30.1.3.19 1115115548333.0.113789.dcm -aec ACME_STORE -aet ACME1 -v -xy I: checking input files ... I: Requesting Association I:...
by wkhan69
Tue, 2020-02-04, 23:55
Forum: DCMTK - General
Topic: dcmrscp test: echo command error
Replies: 7
Views: 3672

Re: dcmrscp test: echo command error

It worked! Thank you! Here are the details for the record... I changed HostTable section in dcmqrscp2.cfg to: HostTable BEGIN acme1 = (ACME1, Soft1, 1234) acme2 = (ACME2, Soft1, 5678) acmeCTcompany = acme1, acme2 HostTable END and the AETable was changed back to: AETable BEGIN ACME_STORE c:\temp2 RW...
by wkhan69
Tue, 2020-02-04, 07:17
Forum: DCMTK - General
Topic: Storescu/ dcmqrscp Transfer Syntax option
Replies: 8
Views: 5998

Storescu/ dcmqrscp Transfer Syntax option

Hi, I am trying to send a dicom file using storescu command to a PACS simulator (using dcmqrscp command). I have followed the example here: https://support.dcmtk.org/redmine/projects/dcmtk/wiki/Howto_PACSDebuggingWithDCMTK (see " Sending Images with storescu " section). The example seems t...
by wkhan69
Mon, 2020-02-03, 21:53
Forum: DCMTK - General
Topic: dcmrscp test: echo command error
Replies: 7
Views: 3672

Re: dcmrscp test: echo command error

My ip address is (currently) 203.26.112.57 on my internal network.
by wkhan69
Mon, 2020-02-03, 06:27
Forum: DCMTK - General
Topic: dcmrscp test: echo command error
Replies: 7
Views: 3672

Re: dcmrscp test: echo command error

Update: I tried some experimenting, and I got some success. The issue is I don't understand why my original configuration and execution (in my post above) did not work? Here's what I did different: In my config file dcmqrscp2.cfg, I changed: from: ACME_STORE c:\temp2 RW (100, 1024mb) acmeCTcompany t...
by wkhan69
Mon, 2020-02-03, 00:54
Forum: DCMTK - General
Topic: dcmrscp test: echo command error
Replies: 7
Views: 3672

Re: dcmrscp test: echo command error

Hi. Thanks for your reply- the dcmqrscp command now provided more information. I also created a blank index.dat file in the temp2 directory. Here is the output on the power shell that executes dcmqrscp : PS C:\temp2> .\dcmqrscp -d --config dcmqrscp2.cfg D: $dcmtk: dcmqrscp v3.6.5 2019-10-28 $ D: D: ...
by wkhan69
Fri, 2020-01-31, 04:13
Forum: DCMTK - General
Topic: dcmrscp test: echo command error
Replies: 7
Views: 3672

dcmrscp test: echo command error

Hi. My end goal is to setup a simple service that can, on one side, with the DCMTk movescu.exe command, request to have a specific dicom file (with a specific patient name or ID) be sent from a PACS-like service, to the requester. I am using this setup as a guide (See Testing the PACS Connection wit...