ORTHANC(8) | System Administration Utilities | ORTHANC(8) |
Orthanc - Lightweight, RESTful DICOM server for healthcare and medical research
Orthanc [OPTION]... [CONFIGURATION]
Orthanc, lightweight, RESTful DICOM server for healthcare and medical research.
The "CONFIGURATION" argument can be a single file or a directory. In the case of a directory, all the JSON files it contains will be merged. If no configuration path is given on the command line, a set of default parameters is used. Please refer to the Orthanc Book for the full instructions about how to use Orthanc <http://book.orthanc-server.com/>.
Pay attention to the fact that the order of the options is important. Options are read left to right. In particular, options such as "--verbose" can reset the value of other log-related options that were read before.
The recommended set of options to debug DICOM communications is "--verbose --trace-dicom --logfile=dicom.log"
--trace-dicom use highest verbosity for logs of category "dicom"
--verbose-lua be verbose in logs of category "lua"
Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>
Copyright © 2012-2016 Sebastien Jodogne, Medical Physics
Department, University Hospital of Liege (Belgium)
Copyright © 2017-2022 Osimis S.A. (Belgium)
Copyright © 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)
Licensing GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
March 2022 | Orthanc 1.10.1 |