Search found 41 matches

by mail2vguna
Wed, 2021-03-10, 09:28
Forum: DCMTK - General
Topic: Convert 12/16 bit dicom images to 8 bit dicom images
Replies: 1
Views: 5738

Convert 12/16 bit dicom images to 8 bit dicom images

Hi

How to convert 12/16 bit dicom images to 8 bit dicom images using dcmtk 3.6.0.

Much Appreciated your help. Thanks.
by mail2vguna
Mon, 2021-03-08, 16:59
Forum: DCMPRINT
Topic: Does Print SCP support 12/16 Bit allocated dicom images
Replies: 1
Views: 4646

Does Print SCP support 12/16 Bit allocated dicom images

Hi I am using DCMPRINT. Does Print SCP support 12/16 bit allocated images? Based on my testing its working (good qulaity printed image) only but 12/16 bit images are giving bad quality printed images. This is my config file. [[[DICOM]]] [[TCPIP]] [Server] Address = 127.0.0.1 Port = 104 ServerAETitle...
by mail2vguna
Mon, 2021-03-01, 18:08
Forum: DCMPRINT
Topic: Print SCU (tcpprt) using command line arguments without config(tcpprt.cfg) file
Replies: 1
Views: 4829

Print SCU (tcpprt) using command line arguments without config(tcpprt.cfg) file

Hi I am using DCMTK DICOM Print trial version. 3.6.5 version in c++. How can i pass the below parameters from SCU(tcpprt.exe) to Print SCP(tcpsrv.exe) using command line arguments without config file? "medium": "PAPER", "film_size": "8INX 10IN", "empty_de...
by mail2vguna
Wed, 2021-02-24, 18:07
Forum: DCMPRINT
Topic: How to pass image layout to Print SCP server
Replies: 1
Views: 4883

How to pass image layout to Print SCP server

Hi I am using DCMTK DICOM Print trial version. 3.6.5 version in c++. How can i pass the image layout like 2X2, 3X2 , 4X2 , 5X5 etc to tcpsrv(DICOM Print SCP) server from tcpprt(DICOM Print SCU Client) via command line? tcpprt.exe --config tcpprt.cfg --target localhost:104 --aetitle DICOM_PRINT 1.dcm...
by mail2vguna
Wed, 2021-02-24, 17:57
Forum: DCMPRINT
Topic: tcpsrv_e and tcpprt_e
Replies: 2
Views: 5717

Re: tcpsrv_e and tcpprt_e

Thanks for information.
by mail2vguna
Wed, 2020-08-12, 16:20
Forum: DCMPRINT
Topic: tcpsrv_e and tcpprt_e
Replies: 2
Views: 5717

tcpsrv_e and tcpprt_e

Hi

What is the default parameters for tcpsrv_e and tcpprt_e ?

Does both service needed for Print DICOM images in the DICOM Printer.?

Do you have any documentation with diagram ? Kindly share it.

Thanks
by mail2vguna
Tue, 2020-08-11, 11:38
Forum: DCMPRINT
Topic: Print SCU and Print SCP
Replies: 8
Views: 9477

Re: Print SCU and Print SCP

Hi Am i using correct parameters for print SCP and Print SCU, from below information, Should i get any response in the SCP side when i sent image to SCP from SCU. 1. Why pages = 0 ? Print SCP bin32> tcpsrv_e.exe --config tcpsrv.cfg Print SCU bin32>tcpprt_e.exe --config tcpprt.cfg --target localhost:...
by mail2vguna
Mon, 2020-08-10, 12:24
Forum: DCMPRINT
Topic: Print SCU and Print SCP
Replies: 8
Views: 9477

Re: Print SCU and Print SCP

Hi Thanks for your response. You saved my time. Can you explain more about print scp and print scu. Print SCU - sending images with proper parameters to Print SCP correct? Print SCP - Receiving images from Print SCU and create PostScript code PostScript code from the incoming print jobs from Print S...
by mail2vguna
Thu, 2020-08-06, 09:09
Forum: DCMPRINT
Topic: Print SCU and Print SCP
Replies: 8
Views: 9477

Re: Print SCU and Print SCP

Hi For your reference i have shared the some part of the tcpsrv.cfg file [[DIMSE]] ; ----------------------------------------------------------------------- ; ----------------------------------------------------------------------- ; This section is mandatory. It defines the SOP classes and Meta SOP ...
by mail2vguna
Wed, 2020-08-05, 18:59
Forum: DCMPRINT
Topic: Print SCU and Print SCP
Replies: 8
Views: 9477

Re: Print SCU and Print SCP

Hi

Thanks.

Still I am getting same error after change PresentationLUT = NO
in tcpsrv.cfg file.

Do the needful. Thanks.
by mail2vguna
Wed, 2020-08-05, 11:09
Forum: DCMPRINT
Topic: Print SCU and Print SCP
Replies: 8
Views: 9477

Re: Print SCU and Print SCP

Hi Thanks for your response. Should i change anything in the tcpsrv.cfg file? also can you clarify below question. Thanks in Advance. Print SCU - sending images with proper parameters to Print SCP correct? Print SCP - Receiving images from Print SCU and create PostScript code PostScript code from th...
by mail2vguna
Tue, 2020-08-04, 10:13
Forum: DCMPRINT
Topic: Print SCU and Print SCP
Replies: 8
Views: 9477

Print SCU and Print SCP

Hi I got trial license of DCMPRINT recently. Print SCU - sending images with proper parameters to Print SCP correct? Print SCP - Receiveng images from Print SCU and create PostScript code PostScript code from the incoming print jobs from Print SCU that may be spooled to a PostScript printer(DICOM Pr...
by mail2vguna
Wed, 2020-07-29, 16:29
Forum: DCMPRINT
Topic: Open Source DCMTK with Eval DCMPRINT
Replies: 4
Views: 6365

Re: Open Source DCMTK with Eval DCMPRINT

Thanks much.
by mail2vguna
Wed, 2020-07-29, 14:58
Forum: DCMPRINT
Topic: Open Source DCMTK with Eval DCMPRINT
Replies: 4
Views: 6365

Re: Open Source DCMTK with Eval DCMPRINT

Thanks for your response.

So I can build combined open source dcmtk 3.6.0 and dcmprint module dcmtk 3.6.5 correct?

Thanks
by mail2vguna
Wed, 2020-07-29, 12:22
Forum: DCMPRINT
Topic: Open Source DCMTK with Eval DCMPRINT
Replies: 4
Views: 6365

Open Source DCMTK with Eval DCMPRINT

Hi I am using open source DCMTK 3.6.0 version for windows , we are integrating DCMPRINT module to our application so we got trial version DCMPRINT module dcmtk version 3.6.5 for windows, My question is Does it possible to build both source combined (dcmtk 3.6.0 with DCMPRINT source 3.6.5) in visual ...