orthanc-java

This is a read-only mirror of https://hg.orthanc-server.com/orthanc-java/

https://github.com/orthanc-mirrors/orthanc-java

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

This is a read-only mirror of https://hg.orthanc-server.com/orthanc-java/

Basic Info
  • Host: GitHub
  • Owner: orthanc-mirrors
  • Language: C
  • Default Branch: master
  • Homepage:
  • Size: 1.4 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Citation

README

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"
}

Owner

  • Name: orthanc-mirrors
  • Login: orthanc-mirrors
  • Kind: organization

Citation (CITATION.cff)

# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
# SPDX-License-Identifier: CC0-1.0

cff-version: "1.1.0"
message: "If you use this software, please cite it using these metadata."
title: "Combining Languages to Set a PACS on FHIR"
authors:
  -
    affiliation: UCLouvain
    family-names: Jodogne
    given-names: "Sébastien"
doi: "10.1007/978-3-031-96899-0_18"
license: "GPL-3.0-or-later"
repository-code: "https://orthanc.uclouvain.be/hg/orthanc-java/"
version: "2.0"
date-released: 2025-08-22

GitHub Events

Total
  • Push event: 10
  • Create event: 1
Last Year
  • Push event: 10
  • Create event: 1

Dependencies

Samples/Basic/pom.xml maven
Samples/Dcm4Che/pom.xml maven
  • org.dcm4che:dcm4che-core 5.29.1
Samples/FHIR/pom.xml maven
  • ca.uhn.hapi.fhir:hapi-fhir-server 6.4.3
  • ca.uhn.hapi.fhir:hapi-fhir-structures-r5 6.4.3
  • javax.servlet:javax.servlet-api 3.1.0
  • org.json:json 20230618
  • org.springframework:spring-test 5.3.29
  • org.springframework:spring-web 5.3.29
Samples/MammographyDeepLearning/pom.xml maven
  • ai.djl.pytorch:pytorch-engine
  • ai.djl.pytorch:pytorch-jni
  • ai.djl.pytorch:pytorch-model-zoo
  • ai.djl.pytorch:pytorch-native-cpu
  • ai.djl:api
  • org.json:json 20240303
  • org.slf4j:slf4j-simple 1.7.36
CodeGeneration/Dockerfile docker
  • ubuntu 18.04 build