view README @ 265:af7108b06b4d

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Jun 2020 18:05:15 +0200
parents 1d761296eb8d
children 924f737bdd8a
line wrap: on
line source

Web Viewer plugin for Orthanc
=============================


General Information
-------------------

This repository contains the source code of a plugin implementing a
Web viewer for Orthanc, the lightweight, RESTful DICOM server.


Dependencies
------------

The Web viewer is based upon the Cornerstone project, a client-side
JavaScript library to display medical images in Web browsers, by Chris
Hafey <chafey@gmail.com>:
https://github.com/chafey/cornerstone

In releases < 2.6, this plugin was also implementing primitives to
decode DICOM images using GDCM in Orthanc. Starting with release 2.6,
these primitives are available as part of the "orthanc-gdcm" plugin:
http://sourceforge.net/projects/gdcm/


Installation and usage
----------------------

Build and usage instructions are available in the Orthanc Book:
http://book.orthanc-server.com/plugins/webviewer.html


Licensing
---------

The Web viewer plugin for Orthanc is licensed under the AGPL license.

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