Printing multiple dicom files on DRYPIX3000

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
nicolasdicom
Posts: 26
Joined: Thu, 2010-07-01, 19:47
Location: Argentina

Printing multiple dicom files on DRYPIX3000

#1 Post by nicolasdicom »

t
Last edited by nicolasdicom on Wed, 2010-10-13, 15:44, edited 2 times in total.

Jörg Riesmeier
ICSMED DICOM Services
ICSMED DICOM Services
Posts: 2217
Joined: Fri, 2004-10-29, 21:38
Location: Oldenburg, Germany

#2 Post by Jörg Riesmeier »

As far as I can see in the documentation of this tool, dcmprscu allows for specifying multiple stored print files, right?

nicolasdicom
Posts: 26
Joined: Thu, 2010-07-01, 19:47
Location: Argentina

#3 Post by nicolasdicom »

Hi Jörg!

I see, my confusion is :
1 -Should I send 2 images using dcmprscu ?
2- should I prepare the job with dcmpsprt with 2 dicom files and the just send the resultant SP file to the printer?


Who decide about what parameters to use ? the printer.conf or the dcmpsprt's parameters ?

Regards,

Nicolas

Jörg Riesmeier
ICSMED DICOM Services
ICSMED DICOM Services
Posts: 2217
Joined: Fri, 2004-10-29, 21:38
Location: Oldenburg, Germany

#4 Post by Jörg Riesmeier »

According to the documentation of these tools: dcmpsprt creates a single stored print object from one or multiple DICOM images; dcmprscu spools a single or multiple stored print objects to a printer.

nicolasdicom
Posts: 26
Joined: Thu, 2010-07-01, 19:47
Location: Argentina

#5 Post by nicolasdicom »

new q
Last edited by nicolasdicom on Fri, 2010-10-15, 16:29, edited 2 times in total.

nicolasdicom
Posts: 26
Joined: Thu, 2010-07-01, 19:47
Location: Argentina

#6 Post by nicolasdicom »

Hi !

By the way, next is my configuration printer file.

Code: Select all

[[COMMUNICATION]]
[DRYPIX3000]
Aetitle = DRYPIX
Description = DRYPIX3000
Hostname = 192.168.0.242
Port = 104
Type = LOCALPRINTER

BorderDensity = 150\20\BLACK\WHITE
DisableNewVRs = false
DisplayFormat=1,1\1,2\2,2\2,3\3,3\3,4\3,5\4,4\4,5
EmptyImageDensity = 20\BLACK\WHITE
FilmDestination = MAGAZINE\PROCESSOR\BIN_1\BIN_2
FilmSizeID = 8INX10IN\10INX12IN\10INX14IN\11INX14IN\14INX14IN\14INX17IN\24CMX24CM\24CMX30CM
ImplicitOnly = false
MagnificationType = REPLICATE\BILINEAR\CUBIC\NONE
MaxDensity = 320
MaxPDU = 32768
MediumType = PAPER\CLEAR FILM\BLUE FILM
MinDensity = 20
OmitSOPClassUIDFromCreateResponse = false
PresentationLUTMatchRequired = false
PresentationLUTinFilmSession = false
ResolutionID = STANDARD\HIGH
SmoothingType = NONE
Supports12Bit = true
SupportsDecimateCrop = true
SupportsImageSize = true
SupportsPresentationLUT = true
SupportsTrim = true 
I think there is something wrong but i can't figure what it is yet.

Regards.
Nicolas

Jörg Riesmeier
ICSMED DICOM Services
ICSMED DICOM Services
Posts: 2217
Joined: Fri, 2004-10-29, 21:38
Location: Oldenburg, Germany

#7 Post by Jörg Riesmeier »

What is the output when you use -d (--debug) and +d (--dump).

Btw, the resolution ID is probably wrong.

nicolasdicom
Posts: 26
Joined: Thu, 2010-07-01, 19:47
Location: Argentina

#8 Post by nicolasdicom »

Hi all,


I've configured the dicom printer to accept jobs only from a specified AET

My application's name is DCMQRSCP

So, the printer accepts print requested from the 'DCMQRSCP' application.

The echoscu works fine.


Code: Select all

command:
echoscu -v -aet DCMQRSCP  -aec DRYPIX 192.168.0.100 109

Reply:
***** Connection wanted  Thursday, October 14, 2010  at 21h52mn03s
[5952] >>  Calling AE Title is <DCMQRSCP>
***** Connection closed

After dcmprscu command I got the next message in the printer's console is next:

Code: Select all

***** Connection wanted  Thursday, October 14, 2010  at 21h56mn18s
[5044]   REJECTING ASSOCIATION - CALLING AE TITLE <DCMPSTAT> NOT ALLOWED...
***** Connection closed
So, my question is next:
How can I to specify the name of my system in the dcmprscu command ?
The printer needs it because accepts just the DCMQRSCP aet.

Am I wrong ? DCMPSTAT it is not my aet.



I tried by adding next lines in my config file. But...I am doing something wrong.

Code: Select all

[[COMMUNICATION]]
AETitle = DCMQRSCP
[NETWORK]
AETitle = DCMQRSCP

Btw, I found some words from Michael Onken:

Code: Select all

Hi,

Often the server is configured to accept only known AE titles, i.e. if you want to use a specific Called AE Title (and Calling AE Title) when connecting with your client, it might be necessary to pre-configure it's AE titles at the server.

Best regards,
Michael

But, using commands, I don't know where to put it.

Thanks in advance!
Best regards ,

Nicolas
Last edited by nicolasdicom on Fri, 2010-10-15, 13:29, edited 1 time in total.

Jörg Riesmeier
ICSMED DICOM Services
ICSMED DICOM Services
Posts: 2217
Joined: Fri, 2004-10-29, 21:38
Location: Oldenburg, Germany

#9 Post by Jörg Riesmeier »

Have you already tried the following?

Code: Select all

[[GENERAL]]
[NETWORK]
AETitle=DCMQRSCP

nicolasdicom
Posts: 26
Joined: Thu, 2010-07-01, 19:47
Location: Argentina

#10 Post by nicolasdicom »

Hi Jörg,

Thanks !
That was very helpful.
So, I added next

Code: Select all

[[GENERAL]] 
[NETWORK]
Aetitle = DCMQRSCP
[[COMMUNICATION]]
[DRYPIX]
Aetitle = DRYPIX
Description = DRYPIX
Hostname = 192.168.0.139
Port = 109
Type = LOCALPRINTER
I've understood a bit more after read the dcmpstat.cfg file too.

There it is the reply from the printer that I was looking for!

Code: Select all

***** Connection wanted  Friday, October 15, 2010  at 09h01mn01s
[1676] >>  Calling AE Title is <DCMQRSCP>
[1676] >> No printer defined for AETitle <DRYPIX> MediumType <PAPER>. Using default printer
[1676] >> No GSDF Calibration File defined for this printer
[1676] -- Film Box [8INX10IN -> USLetter] created with 1 Grayscale Image Boxes
GI 
[1676] -- Printing Film Box
[1676] >> Printing on <PDFCreator> [LOCAL] : Workload = 0 bytes, Status = 0x00000000
***** Connection closed

Jörg Thanks for help !

Regards,

Nicolas

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 1 guest