Search found 347 matches

by martinrame
Tue, 2018-11-13, 13:22
Forum: DCMPRINT
Topic: TCPSrv cannot print Toshiba Asteion
Replies: 3
Views: 7254

Re: TCPSrv cannot print Toshiba Asteion

When setting IgnoreMagnificationType=NO the error is this: 2018-11-13 09:21:02.998 DEBUG - dcmprint - Assertion Failure 2018-11-13 09:21:02.998 DEBUG - dcmprint - routine : n_create 2018-11-13 09:21:02.998 DEBUG - dcmprint - condition : magnification type invalid 2018-11-13 09:21:02.998 DEBUG - dcmp...
by martinrame
Tue, 2018-11-13, 03:12
Forum: DCMPRINT
Topic: TCPSrv cannot print Toshiba Asteion
Replies: 3
Views: 7254

Re: TCPSrv cannot print Toshiba Asteion

Sorry, I wrote that there isn't an error message from the server side, but clearly is an 0x0112 error in the N-SET Response to the BasicGrayscaleImageBoxSOPClass request.

What can be causing this error?.
by martinrame
Fri, 2018-10-12, 16:25
Forum: DCMPRINT
Topic: TCPSrv cannot print Toshiba Asteion
Replies: 3
Views: 7254

TCPSrv cannot print Toshiba Asteion

Hi, I'm trying to generate Postscript files using TCPSRV (DcmPrint) from Dicom Print files sent from a Toshiba Asteion CT scanner. The debug output I'm getting from tcpsrv is this: D: setting network send timeout to 60 seconds D: setting network receive timeout to 60 seconds D: PDU Type: Associate R...
by martinrame
Tue, 2018-08-14, 18:28
Forum: DCMPRINT
Topic: Re-printing stored print objects
Replies: 13
Views: 21971

Re: Re-printing stored print objects

J. Riesmeier wrote:Somebody from OFFIS should answer this since DCMPRINT is not part of the public DCMTK... maybe, it works if you register the SP and HG files to the "index.dat" with the tool "dcmqridx".
Great, I didn't know about that tool. I'll try it.
by martinrame
Tue, 2018-08-14, 17:35
Forum: DCMPRINT
Topic: Re-printing stored print objects
Replies: 13
Views: 21971

Re: Re-printing stored print objects

The Stored Print object does not contain the images (Pixel Data). That's why you also need the Hardcopy Grayscale Images. Create all required files with dcmpsprt and you should be fine. Yes, the tcpsrv create both, the sp_xxx.dcm file and the HG_xxxx.dcm files. Then, how can I send those to the tcp...
by martinrame
Tue, 2018-08-14, 14:37
Forum: DCMPRINT
Topic: Re-printing stored print objects
Replies: 13
Views: 21971

Re: Re-printing stored print objects

The dcmprscu tool has been developed in order to be used together with dcmpsprt. Both are just supporting tools for DICOMscope. So, isn't a quick (command line) way to just take the stored print files generated by tcpsrv and re-send to it?. The only method is opening the stored print files with Dic...
by martinrame
Tue, 2018-08-14, 14:18
Forum: DCMPRINT
Topic: Re-printing stored print objects
Replies: 13
Views: 21971

Re: Re-printing stored print objects

I guess the error message ("spooler: unable to locate image file in database") is clear: the Hardcopy Grayscale Image that is referenced from the Stored Print object cannot be found in the "database" (i.e. in the index file "index.dat" that is used by DICOMscope's unde...
by martinrame
Tue, 2018-08-14, 14:10
Forum: DCMPRINT
Topic: Re-printing stored print objects
Replies: 13
Views: 21971

Re: Re-printing stored print objects

Here's the output of the command dcmprscu +d -c ./printers.cfg -p DCMPRINT ./sp_00001.dcm WW: : PatientName missing or incorrect in Stored PrintPatientName missing or incorrect in Stored Print D: ===================== OUTGOING DIMSE MESSAGE ==================== D: Message Type : N-GET RQ D: Message ...
by martinrame
Tue, 2018-08-14, 13:48
Forum: DCMPRINT
Topic: Re-printing stored print objects
Replies: 13
Views: 21971

Re: Re-printing stored print objects

J. Riesmeier wrote:Did you already check dcmprscu from the DCMTK?
Yes, that's what I use to send stored print objects to tcpsrv. Are you sure it works?.
by martinrame
Mon, 2018-08-06, 22:56
Forum: DCMPRINT
Topic: Re-printing stored print objects
Replies: 13
Views: 21971

Re-printing stored print objects

Hi, I'm using dcmprint (tcpsrv) to generate postscript files from Dicom Print modalities. As I have to fine tune the parameters for each modality/page size I would like to generate a stored print object (this is already working in tcpsrv) and then re-send them to tcpsrv, but when I send using dcmprs...
by martinrame
Fri, 2016-09-02, 18:24
Forum: DCMTK - General
Topic: ImageSuite MWL
Replies: 3
Views: 4554

Re: ImageSuite MWL

Yes, I've downloaded it from https://www.carestream.com/Image-Suite-3-0-dicom-9H4478.pdf In 3.3.4 - Procedure Mapping CARESTREAM Image Suite can get the body part from the mapping value of the procedure code. For the procedure mapping to function properly CARESTREAM Image Suite must receive the corr...
by martinrame
Mon, 2016-08-29, 15:04
Forum: DCMTK - General
Topic: ImageSuite MWL
Replies: 3
Views: 4554

ImageSuite MWL

Hi, this question is not strictly related to DCMTK, but as I created my modality worklist server based on it I ask this here. The WL Server works perfectly well with many modality vendors, with the exception of Carestream's Imagesuite. This machine is rejecting the value of tag 0008,0100, aparently ...
by martinrame
Tue, 2016-08-09, 21:29
Forum: DCMTK - General
Topic: Static GLIBC compiling
Replies: 1
Views: 3095

Static GLIBC compiling

Hi, I have a couple of dcmtk based programs installed in different versions of Ubuntu Linux. When I update and deploy those I get errors similar to this: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' When the version of GLIBC from compiled differs from the deployment machine. Is...
by martinrame
Tue, 2016-07-19, 14:21
Forum: DCMTK - General
Topic: ModalityWorklist and Philips Achieva MR
Replies: 2
Views: 3178

Re: ModalityWorklist and Philips Achieva MR

Michael Onken wrote:Hi,

well, first thing I notice it that the SCU asks for Scheduled Station AE Title = ACHIEVA1 and you return it empty...

Michael

Great!, after returning the ScheduledStationAETitle it started to work.
by martinrame
Tue, 2016-07-19, 00:09
Forum: DCMTK - General
Topic: ModalityWorklist and Philips Achieva MR
Replies: 2
Views: 3178

ModalityWorklist and Philips Achieva MR

Hi, I'm using a modified version of wlmscpfs that is working perfectly connected to many modalities, but I cannot make an Achieva MR show the results. Here's the Achieva query: 2016-07-18 16:44:35.559 INFO - dcmwlm - Find SCP Request Identifiers: 2016-07-18 16:44:35.559 INFO - dcmwlm - 2016-07-18 16...