Dicom Print film size

503 views
Skip to first unread message

Leonardo M. Ramé

unread,
Mar 12, 2015, 1:10:07 PM3/12/15
to dcm...@googlegroups.com
Hi, is there a way to add 10x12IN film size to the Dicom Print dialog in Weasis?

Leonardo M. Ramé

unread,
Mar 12, 2015, 1:21:02 PM3/12/15
to dcm...@googlegroups.com

Nicolas Roduit

unread,
Mar 14, 2015, 3:39:39 AM3/14/15
to dcm...@googlegroups.com
It will be added in the next release (http://www.dcm4che.org/jira/browse/WEA-312)

Leonardo M. Ramé

unread,
Mar 16, 2015, 7:50:57 AM3/16/15
to dcm...@googlegroups.com
Thanks, I can confirm paper new sizes are displayed.

ju...@theearth.net

unread,
Apr 8, 2015, 6:56:14 PM4/8/15
to dcm...@googlegroups.com
Hi, is there a way to add a default DICOM printer so when Weasis launches inside the applet you can DICOM print without having to add a new printer?

Mirza

unread,
Apr 9, 2015, 5:42:51 AM4/9/15
to dcm...@googlegroups.com
Hi,
I am able to give print to DICOM printer but not able to change print format.

Would anybody can help me please.

Regards
Mirza

Nicolas Roduit

unread,
May 17, 2015, 8:10:17 AM5/17/15
to dcm...@googlegroups.com, teleradb...@gmail.com
see this post

Alexandru Coretchi

unread,
Jun 5, 2022, 9:15:53 AM6/5/22
to dcm4che
Hi All,
I have an issue when printing in 14X17 film size: no errors, job is listed in DOCOM prntyer queue - but not printing.
All work excelent with 8X10 film size> that's why I'm sure that is no problem in DICOM printer settings or network.
Also, all work excellent with paper printers.

When searching for similar issues, found an post from Nioclas about Print Dialog formats: https://github.com/nroduit/Weasis/blob/master/weasis-dicom/weasis-dicom-explorer/src/main/java/org/weasis/dicom/explorer/print/DicomPrintDialog.java There I notest that is a bit different syntax for the size definition:
public enum FilmSize {
line 48: IN8X10("8INX10IN", 8, 10), // NON-NLS

and for 14X17 sise a bit different syntax (lines 58-61 from the  DicomPrintDialog.java  file)
IN14X17(
"14INX17IN", // NON-NLS
14,
17),
14_17_syntax.png

Can that be the problem?
Can anyone help me please with this issue?

Note:
Behavior is the same for WASIS v.3.7.1 deployed on my DICOM server and from native installation v4.0.0-rc for Windows. 
java version "1.8.0_333"
Java(TM) SE Runtime Environment (build 1.8.0_333-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.333-b02, mixed mode)

DICOM PRINTER: Agfa Drystar 5503

Alexandru

Nicolas Roduit

unread,
Jun 7, 2022, 6:21:32 AM6/7/22
to dcm4che
I tested with a DICOM Print emulator and I don't see any problem printing with a 14x17 size. Please report any errors from the log files.

Alexandru Coretchi

unread,
Jun 7, 2022, 1:40:56 PM6/7/22
to dcm4che
Hi Nicolas,
Like I said, there are no log errors.
I attach boot-0.0.log and default.log.
I sent a few images to print for different types of print setup. All of them end up in the emergency queue at the printer, and none of them print.
Please advise me what else I could try to do? I'm already losing my mind with this problem, which normally shouldn't have happened ...
I beg you very much not to give up on me!
boot-0.0.log
default.log

Nicolas Roduit

unread,
Jun 8, 2022, 1:28:45 AM6/8/22
to dcm4che
If the data is sent and there are no errors, I don't see how to solve this problem except to look with AGFA.

Alexandru Coretchi

unread,
Jun 8, 2022, 1:39:59 PM6/8/22
to dcm4che
Hi Nicolas,
thank you very much for your time and advice.

All day today worked with AGFA printer, configured from scratch and tested different print scenarios.
What I observed:
while printer have 8X10 or 10X12 film size in trays - image is printed on these formats even if I set to print on 14X17 film size, no errors.

So, I put in all trays 14X17 film format, and now I receive error in UI:  Unable to print the image , and also in log file, please find attached.
Connexion is established, but then this error appears:
08.06.2022 19:51:55.542 *ERROR* [AWT-EventQueue-0] org.weasis.dicom.explorer.print.DicomPrintDialog: DICOM Print Service java.io.IOException: Unable to print the image. DICOM response status: 106
    at org.weasis.dicom.explorer.print.DicomPrint.dimseRSPHandler(DicomPrint.java:413)
    at org.weasis.dicom.explorer.print.DicomPrint.printImage(DicomPrint.java:367)
    at org.weasis.dicom.explorer.print.DicomPrintDialog.printButtonActionPerformed(DicomPrintDialog.java:227)
DICOM reponse status 106:  Meaning  Invalid attribute value.

Please help me find the attribute that doesn't work for this film size format.
Alexandru

default.log

Nicolas Roduit

unread,
Jun 9, 2022, 1:54:44 PM6/9/22
to dcm4che
Unfortunately, it is difficult to maintain the DICOM Print module because we no longer have any DICOM printers and moreover this functionality is difficult to implement because the suppliers often have proprietary parts (outside the DICOM standard). For this last reason, the implementation is limited to a unique value for the "Display Format" property.

To improve this module, a contribution from the community is necessary. By the way, this development initially comes from the company Animati.

However, with the information in the logs, nothing shows a problem on the side of Weasis at this stage.
Reply all
Reply to author
Forward
0 new messages