1ORTHANC(1) User Commands ORTHANC(1)
2
3
4
6 Orthanc - Lightweight, RESTful DICOM server for healthcare and medical
7 research
8
10 Orthanc [OPTION]... [CONFIGURATION]
11
13 Orthanc, lightweight, RESTful DICOM server for healthcare and medical
14 research.
15
16 The "CONFIGURATION" argument can be a single file or a directory. In
17 the case of a directory, all the JSON files it contains will be merged.
18 If no configuration path is given on the command line, a set of default
19 parameters is used. Please refer to the Orthanc homepage for the full
20 instructions about how to use Orthanc <http://www.orthanc-server.com/>.
21
22 Command-line options:
23 --help display this help and exit
24
25 --logdir=[dir]
26 directory where to store the log files (by default, the log is
27 dumped to stderr)
28
29 --logfile=[file]
30 file where to store the log of Orthanc (by default, the log is
31 dumped to stderr)
32
33 --config=[file]
34 create a sample configuration file and exit
35
36 --errors
37 print the supported error codes and exit
38
39 --verbose
40 be verbose in logs
41
42 --trace
43 highest verbosity in logs (for debug)
44
45 --upgrade
46 allow Orthanc to upgrade the version of the database (beware
47 that the database will become incompatible with former versions
48 of Orthanc)
49
50 --no-jobs
51 Don't restart the jobs that were stored during the last execu‐
52 tion of Orthanc
53
54 --version
55 output version information and exit
56
57 Exit status:
58 0 if success,
59
60 -1 if error (have a look at the logs).
61
63 Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>
64
66 Copyright © 2012-2016 Sebastien Jodogne, Medical Physics Department,
67 University Hospital of Liege (Belgium)
68 Copyright © 2017-2019 Osimis S.A. (Belgium) Licensing GPLv3+: GNU GPL
69 version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL
70 exception.
71 This is free software: you are free to change and redistribute it.
72 There is NO WARRANTY, to the extent permitted by law.
73
74
75
76Orthanc 1.5.4 July 2019 ORTHANC(1)