dicom print
#326
Replies: 2 comments 1 reply
-
You are free to implement as you wish. The implementation was made here to send in DICOM a 1/1 format because some printers do not support it correctly or have proprietary functions. |
Beta Was this translation helpful? Give feedback.
1 reply
-
See also #238 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
DicomPrint class provides two methods to print dicom,
printImage(BufferedImage image)
printImage(ExportLayout<? extends ImageElement> layout)
In my java program,I want to print dicom by customizing the layout not the ExportLayout but the easy layout param...
Beta Was this translation helpful? Give feedback.
All reactions