Update science/orthanc to version 1.11.0_3
[dports.git] / science / orthanc / pkg-descr
1 Orthanc aims at providing a simple, yet powerful standalone DICOM server. It
2 is designed to improve the DICOM flows in hospitals and to support research
3 about the automated analysis of medical images. Orthanc lets its users focus
4 on the content of the DICOM files, hiding the complexity of the DICOM format
5 and of the DICOM protocol.
6
7 Orthanc can turn any computer running Windows, Linux, FreeBSD or OS X into a
8 DICOM store (in other words, a mini-PACS system). Its architecture is
9 lightweight and standalone, meaning that no complex database administration
10 is required, nor the installation of third-party dependencies.
11
12 What makes Orthanc unique is the fact that it provides a RESTful API. Thanks
13 to this major feature, it is possible to drive Orthanc from any computer
14 language. The DICOM tags of the stored medical images can be downloaded in
15 the JSON file format. Furthermore, standard PNG images can be generated
16 on-the-fly from the DICOM instances by Orthanc.
17
18 Orthanc also features a plugin mechanism to add new modules that extends the
19 core capabilities of its REST API. A Web viewer, a PostgreSQL database
20 back-end, a MySQL database back-end, and a reference implementation of
21 DICOMweb are currently freely available as plugins.