Mercurial > hg > orthanc-imagej
view README @ 28:97a1d882bdc1 default tip
added CITATION.cff
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 06 Apr 2024 17:17:26 +0200 |
parents | 03fbc75d5bfe |
children |
line wrap: on
line source
Orthanc - A Lightweight, RESTful DICOM Server ============================================= General Information ------------------- This repository contains an ImageJ plugin that allows to easily access DICOM images that are stored in some Orthanc server. This plugin might be useful to medical physicists for QA tasks, as well as for pedagogical purpose. Demonstration: http://youtu.be/wsslVhE-R1Q The instructions for building/installing the plugin can be found in the "INSTALL" file. Contributing ------------ Instructions for contributing to the Orthanc project are included in the Orthanc Book: https://orthanc.uclouvain.be/book/developers/repositories.html Licensing --------- Orthanc and this plugin are licensed under the GPLv3 license. We also kindly ask scientific works and clinical studies that make use of this plugin or 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="May", day="03", issn="1618-727X", doi="10.1007/s10278-018-0082-y", url="https://doi.org/10.1007/s10278-018-0082-y" } Disclaimer ---------- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Dependencies ------------ * This plugin depends upon the "json-simple" toolkit (http://code.google.com/p/json-simple/), version 1.1.1, that is released under the Apache License 2.0. The source of this dependency is located in the "org/" folder.