-
Notifications
You must be signed in to change notification settings - Fork 0
This is a read-only mirror of https://hg.orthanc-server.com/orthanc-java/
orthanc-mirrors/orthanc-java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Java plugin for Orthanc ======================= General information ------------------- This repository contains the source code of an Orthanc plugin to develop Java plugins. Installation and usage ---------------------- Build and usage instructions are available in the Orthanc Book: https://orthanc.uclouvain.be/book/plugins/java.html Note that since version 2.0 of this plugin, the build process requires the Pystache module to be installed in the Python environment used by CMake: https://pypi.org/project/pystache/ On Debian/Ubuntu environments, it is sufficient to install the "python3-pystache" package. This dependency is not needed at runtime. Licensing --------- This project is REUSE compliant for its licensing, as established by Free Software Foundation Europe (FSFE): https://reuse.software/ Citation -------- We kindly ask scientific works and clinical studies that make use of Orthanc to cite Orthanc in their associated publications. Similarly, we ask open-source and closed-source products that make use of Orthanc to warn us about this use. You can cite our work using the following BibTeX entry: @Article{Jodogne2018, author="Jodogne, S{\'e}bastien", title="The {O}rthanc Ecosystem for Medical Imaging", journal="Journal of Digital Imaging", year="2018", month="Jun", day="01", volume="31", number="3", pages="341--352", issn="1618-727X", doi="10.1007/s10278-018-0082-y", url="https://doi.org/10.1007/s10278-018-0082-y" }
About
This is a read-only mirror of https://hg.orthanc-server.com/orthanc-java/