-
In my project, I imported Weasis to print DICOM files and used DCM4CHE to perform other tasks related to DICOM. However, there were several issues caused by Weasis copying DCM4CHE's source code. Both libraries contain many identical classes, but their implementations may differ. How can I resolve this problem? Would it be possible to package Weasis without including the DCM4CHE source code? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Please give examples (which classes are the same, what are the problems...) because without them it is not possible to give an answer. |
Beta Was this translation helpful? Give feedback.
-
The classes you mentioned only exist in dcm4che project. I still don't see where the duplicate classes are. |
Beta Was this translation helpful? Give feedback.
-
I can provide assistance within the scope of the Weasis project, but not to issues outside that scope with other objectives. |
Beta Was this translation helpful? Give feedback.
It is because I package the dcm4che source code into weasis jar?