Replies: 3 comments 2 replies
-
DICOM Print is an external contribution and it is difficult for me to maintain this feature because in our hospital we don't use it anymore. Moreover, there are often proprietary aspects with DICOM Print. Unfortunately, I can't investigate this problem because you need the printer to reproduce it and maybe the problem is also in the limitations or configuration of the printer. |
Beta Was this translation helpful? Give feedback.
-
I try color print in weasis,it is not ok also,so maybe not select the color print in weases last time |
Beta Was this translation helpful? Give feedback.
-
From the error, it seems to fail to negotiate the SopClassUID for the color. However, the error is not very explicit. Does the printer support the SopClassUID BasicColorPrintManagementMeta = "1.2.840.10008.5.1.18"? Look in the DICOM Conformance Statement. |
Beta Was this translation helpful? Give feedback.
-
In my web app,I use weasis to print dicom,when it is not color print, it is normal,when it is color print,will get the following error,but it is normal when I use weasis app that built from source code
A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 2 - service-provider (ACSE related function), reason: 1 - no-reason-given]
at org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:182)
at org.dcm4che3.net.Association$2.run(Association.java:571)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
How could I know the failure reason and the solution
Beta Was this translation helpful? Give feedback.
All reactions