comparison Sphinx/source/users/man-orthanc.txt @ 933:a5e7e7001316 Orthanc-1.12.0

Orthanc 1.12.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Apr 2023 10:44:42 +0200
parents 3e8a3a900e9e
children a6bf749b3c04
comparison
equal deleted inserted replaced
932:53bb4d4f8e56 933:a5e7e7001316
12 research. 12 research.
13 13
14 The "CONFIGURATION" argument can be a single file or a directory. In 14 The "CONFIGURATION" argument can be a single file or a directory. In
15 the case of a directory, all the JSON files it contains will be merged. 15 the case of a directory, all the JSON files it contains will be merged.
16 If no configuration path is given on the command line, a set of default 16 If no configuration path is given on the command line, a set of default
17 parameters is used. Please refer to the Orthanc Book for the full in‐ 17 parameters is used. Please refer to the Orthanc Book for the full
18 structions about how to use Orthanc <http://book.orthanc-server.com/>. 18 instructions about how to use Orthanc
19 <http://book.orthanc-server.com/>.
19 20
20 Pay attention to the fact that the order of the options is important. 21 Pay attention to the fact that the order of the options is important.
21 Options are read left to right. In particular, options such as "--ver‐ 22 Options are read left to right. In particular, options such as "--ver‐
22 bose" can reset the value of other log-related options that were read 23 bose" can reset the value of other log-related options that were read
23 before. 24 before.
24 25
25 The recommended set of options to debug DICOM communications is "--ver‐ 26 The recommended set of options to debug DICOM communications is "--ver‐
26 bose --trace-dicom --logfile=dicom.log" 27 bose --trace-dicom --logfile=dicom.log"
27 28
28 Command-line options: 29 Command-line options:
29 --help display this help and exit 30 --help display this help and exit
30 31
31 --logdir=[dir] 32 --logdir=[dir]
32 directory where to store the log files (by default, the log is 33 directory where to store the log files (by default, the log is
33 dumped to stderr) 34 dumped to stderr)
34 35
35 --logfile=[file] 36 --logfile=[file]
36 file where to store the log of Orthanc (by default, the log is 37 file where to store the log of Orthanc (by default, the log is
37 dumped to stderr) 38 dumped to stderr)
38 39
39 --config=[file] 40 --config=[file]
40 create a sample configuration file and exit (if "file" is "-", 41 create a sample configuration file and exit (if "file" is "-",
41 dumps to stdout) 42 dumps to stdout)
42 43
43 --errors 44 --errors
44 print the supported error codes and exit 45 print the supported error codes and exit
45 46
48 49
49 --trace 50 --trace
50 highest verbosity in logs (for debug) 51 highest verbosity in logs (for debug)
51 52
52 --upgrade 53 --upgrade
53 allow Orthanc to upgrade the version of the database (beware 54 allow Orthanc to upgrade the version of the database (beware
54 that the database will become incompatible with former versions 55 that the database will become incompatible with former versions
55 of Orthanc) 56 of Orthanc)
56 57
57 --no-jobs 58 --no-jobs
58 don't restart the jobs that were stored during the last execu‐ 59 don't restart the jobs that were stored during the last execu‐
59 tion of Orthanc 60 tion of Orthanc
60 61
61 --openapi=[file] 62 --openapi=[file]
62 write the OpenAPI documentation and exit (if "file" is "-", 63 write the OpenAPI documentation and exit (if "file" is "-",
63 dumps to stdout) 64 dumps to stdout)
64 65
65 --cheatsheet=[file] 66 --cheatsheet=[file]
66 write the cheat sheet of REST API as CSV and exit (if "file" is 67 write the cheat sheet of REST API as CSV and exit (if "file" is
67 "-", dumps to stdout) 68 "-", dumps to stdout)
68 69
69 --version 70 --version
70 output version information and exit 71 output version information and exit
71 72
117 118
118 AUTHOR 119 AUTHOR
119 Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com> 120 Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>
120 121
121 COPYRIGHT 122 COPYRIGHT
122 Copyright © 2012-2016 Sebastien Jodogne, Medical Physics Department, 123 Copyright © 2012-2016 Sebastien Jodogne, Medical Physics Department,
123 University Hospital of Liege (Belgium) 124 University Hospital of Liege (Belgium)
124 Copyright © 2017-2022 Osimis S.A. (Belgium) 125 Copyright © 2017-2023 Osimis S.A. (Belgium)
125 Copyright © 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain (Belgium) Li‐ 126 Copyright © 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)
126 censing GPLv3+: GNU GPL version 3 or later <http://gnu.org/li‐ 127 Licensing GPLv3+: GNU GPL version 3 or later
127 censes/gpl.html>. 128 <http://gnu.org/licenses/gpl.html>.
128 This is free software: you are free to change and redistribute it. 129 This is free software: you are free to change and redistribute it.
129 There is NO WARRANTY, to the extent permitted by law. 130 There is NO WARRANTY, to the extent permitted by law.
130 131
131 Orthanc 1.11.1 June 2022 ORTHANC(1) 132 Orthanc 1.12.0 April 2023 ORTHANC(1)