Search found 19 matches

by Arunodaya S
Mon, 2019-03-18, 13:19
Forum: DCMTK - General
Topic: Query rgarding Loading of DCM images
Replies: 1
Views: 1307

Query rgarding Loading of DCM images

Hi Using the link : https://support.dcmtk.org/redmine/projects/dcmtk/wiki/Howto_Multiframe we created a sample application to read Multiframe DCM images. We are using DCMTK version 3.6.1 with MinGW. Below is the code snippet to read the image. { //Starting timer before loading DCM image Glib::Timer ...
by Arunodaya S
Mon, 2018-11-12, 09:49
Forum: Other DICOM Tools
Topic: MPPS: How to send multiple SOPID's in a single N-set command
Replies: 7
Views: 9949

Re: MPPS: How to send multiple SOPID's in a single N-set com

Hi, We tried doing that, but the following error throws up. We are using MPPS SCU from DCMTK version 3.6.3 on MINGW platform. C:\Program Files>mppsscu_e.exe -v -d 172.16.10.142 5678 -aet DVTK -nc D://Vault//SCRATCH//Wlm_Response.dcm I: --MPPSSCU: $dcmtk: mppsscu_e v3.6.3 2018-02-05 $ I: --Copyright ...
by Arunodaya S
Sat, 2018-11-10, 16:16
Forum: Other DICOM Tools
Topic: MPPS: How to send multiple SOPID's in a single N-set command
Replies: 7
Views: 9949

Re: MPPS: How to send multiple SOPID's in a single N-set com

Hi, Thanks. We have one more query. If we add the sequence "Performed Series Sequence" , then we will have to add the tag "Referenced Non-Image Composite SOP Instance Sequence" because it is of type 2, which can be of zero length. However the sequence "Referenced Non-Image C...
by Arunodaya S
Thu, 2018-10-25, 17:16
Forum: Other DICOM Tools
Topic: MPPS: How to send multiple SOPID's in a single N-set command
Replies: 7
Views: 9949

Re: MPPS: How to send multiple SOPID's in a single N-set com

Hi, Thanks for guiding us. Which tag has to be used to document the created images in the pps object? In our case we are creating a sop instance uid for each new image created. So We were under the assumption that affected sop instance id tag will hold all the sop instances. Thank you for the support.
by Arunodaya S
Wed, 2018-10-03, 04:33
Forum: DCMPRINT
Topic: DCMPSPRT : Doubts on the usage of command line options
Replies: 2
Views: 8291

Re: DCMPSPRT : Doubts on the usage of command line options

We were using the configuration file for the "dcmpsprt" as the configuration file for the logger as well by mistake, now we are using the correct logger file and it is working as expected.
by Arunodaya S
Mon, 2018-10-01, 14:36
Forum: DCMPRINT
Topic: DCMPSPRT : Doubts on the usage of command line options
Replies: 2
Views: 8291

Re: DCMPSPRT : Doubts on the usage of command line options

We were using the wrong option for layout option. After using the option "-l 1 2 " instead of "-l STANDARD\1,1" and it is working fine.
by Arunodaya S
Sat, 2018-09-22, 14:29
Forum: DCMPRINT
Topic: DCMPSPRT : Doubts on the usage of command line options
Replies: 2
Views: 8291

DCMPSPRT : Doubts on the usage of command line options

Hi, We are using DCMPSPRT for basic grayscale printing . We have doubts on the usage of the command line options. We are using this in MINGW environment. 1) layout option : The usage tells the below mentioned details: -l --layout olumns [r]ows: integer (default: 1 1) use 'STANDARD\c,r' image display...
by Arunodaya S
Sat, 2018-08-25, 10:25
Forum: Other DICOM Tools
Topic: MPPS: How to send multiple SOPID's in a single N-set command
Replies: 7
Views: 9949

MPPS: How to send multiple SOPID's in a single N-set command

HI, We are implementing MPPS DICOM workflow for C-Arm. Is it possible to send Multiple Affected SOP ID's in a single N set command. In C-Arm usually a single surgery might contain multiple images to be captured to complete a surgery. So we wish to send all the acquired images as affected SOP in a si...
by Arunodaya S
Tue, 2017-11-07, 13:17
Forum: Other DICOM Tools
Topic: Can we configure Storescp for a particular ethernet port.
Replies: 2
Views: 7386

Can we configure Storescp for a particular ethernet port.

Hi,

My system has two Ethernet ports, So whenever I am running storescp in my pc, it is picking one of the Ethernet port.

How does it select which Ethernet port to run on ?

Is it possible to configure so that the storescp runs on only network device/LAN ?
by Arunodaya S
Thu, 2017-07-27, 12:03
Forum: Other DICOM Tools
Topic: Query regarding return type of wlmscpfs
Replies: 7
Views: 13023

Re: Query regarding return type of wlmscpfs

Michael Onken wrote:OK great, I hope that is enough to know for you. Sorry for the old bug.

Best,
Michael

Thanks for your support :D
by Arunodaya S
Thu, 2017-07-27, 11:43
Forum: Other DICOM Tools
Topic: Query regarding return type of wlmscpfs
Replies: 7
Views: 13023

Re: Query regarding return type of wlmscpfs

Is it possible to have a patch for 3.6.1 for this issue ? Hi , By further debugging we found out that the issue is with the older version of wlmscpfs. We tried using the older findscu (i.e, 3.6.1) with the latest wlmscpfs (i.e, 3.6.2) and it works fine. Here is the debug output : C:\share\dcmtk\wli...
by Arunodaya S
Thu, 2017-07-27, 11:16
Forum: Other DICOM Tools
Topic: Query regarding return type of wlmscpfs
Replies: 7
Views: 13023

Re: Query regarding return type of wlmscpfs

Hi, I have no idea what happens, sorry... Can you try a current version of DCMTK? Otherwise I would have to rebuild your version. Best, Michael I tried with the latest version DCMTK (3.6.2) and did not find the issue. Please find the full debug log: C:\Downloads\dcmtk-3.6.2-win64-dynamic\dcmtk-3.6....
by Arunodaya S
Wed, 2017-07-26, 04:59
Forum: Other DICOM Tools
Topic: Query regarding return type of wlmscpfs
Replies: 7
Views: 13023

Re: Query regarding return type of wlmscpfs

Sorry, we had missed to add the version of the findscu & wlmscpfs in our query. We will make sure to share all the details from next time on wards. Please find the version numbers inline to your question. Hi, which version of DCMTK (findscu and wlmscpfs) are you using? findscu version : C:\Users...
by Arunodaya S
Mon, 2017-07-24, 14:08
Forum: Other DICOM Tools
Topic: Query regarding return type of wlmscpfs
Replies: 7
Views: 13023

Query regarding return type of wlmscpfs

Hi, We are trying to emulate a RIS using dcmtk wlmscpfs. We are using dcmtk findscu to fetch the values. We had some Query regarding the response from the wlmscpfs. Here is our find request : I: Sending Find Request D: ===================== OUTGOING DIMSE MESSAGE ==================== D: Message Type...