comparison Sphinx/source/users/anonymization.rst @ 224:02399e86f046

starting documentation of jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Mar 2019 07:41:49 +0100
parents 981e5a996b11
children 829ce317d215
comparison
equal deleted inserted replaced
223:9ccafca945d2 224:02399e86f046
156 156
157 As written above, the anonymization process can be fine-tuned by using 157 As written above, the anonymization process can be fine-tuned by using
158 a JSON body. 158 a JSON body.
159 159
160 160
161 .. _split-merge:
162
161 Split/merge of DICOM studies 163 Split/merge of DICOM studies
162 ---------------------------- 164 ----------------------------
163 165
164 Starting with Orthanc 1.5.0, Orthanc supports splitting and merging 166 Starting with Orthanc 1.5.0, Orthanc supports splitting and merging
165 DICOM studies through its REST API. 167 DICOM studies through its REST API.
168
169 .. _split:
166 170
167 Splitting 171 Splitting
168 ^^^^^^^^^ 172 ^^^^^^^^^
169 173
170 Here is the syntax to **split** a DICOM study:: 174 Here is the syntax to **split** a DICOM study::
196 the ``Replace`` options. 200 the ``Replace`` options.
197 * ``KeepSource`` (Boolean value), if set to ``true``, instructs 201 * ``KeepSource`` (Boolean value), if set to ``true``, instructs
198 Orthanc to keep a copy of the original series in the source study. 202 Orthanc to keep a copy of the original series in the source study.
199 By default, the original series are deleted from Orthanc. 203 By default, the original series are deleted from Orthanc.
200 204
205 .. _merge:
201 206
202 Merging 207 Merging
203 ^^^^^^^ 208 ^^^^^^^
204 209
205 Here is the syntax to **merge** DICOM series, into another DICOM study:: 210 Here is the syntax to **merge** DICOM series, into another DICOM study::