This project provides a DICOM API for C-Echo, C-Move, C-Get, C-Find and C-Store based on dcm4che3. The implementation allows to follow the progression of an DICOM operation like C-Move and gives its status.
This project replaces weasis-dicom-operations and now this library is used by recent versions of weasis-pacs-connector and in the weasis-dicom-codec module of Weasis.
Prerequisites: JDK 7 and Maven
Execute the maven command mvn clean install
in the root directory of the project.
Note: the dependencies are not includes in the jar file, see in pom.xml which libraries are required (at least dcm4che-core and dcm4che-net).