orthanc_client_ogen 1.12.8

Orthanc API client library produced by OpenAPI Generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ToolsCreateMediaExtendedPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asynchronous** | Option<**bool**> | If `true`, create the archive in asynchronous mode, which means that a job is submitted to create the archive in background. | [optional]
**extended** | Option<**bool**> | If `true`, will include additional tags such as `SeriesDescription`, leading to a so-called *extended DICOMDIR*. Default value is `true`. | [optional]
**filename** | Option<**String**> | Filename to set in the \"Content-Disposition\" HTTP header (including file extension) | [optional]
**lossy_quality** | Option<**f64**> | If transcoding to a lossy transfer syntax, this entry defines the quality as an integer between 1 and 100.  If not provided, the value is defined by the \"DicomLossyTranscodingQuality\" configuration. (new in v1.12.7) | [optional]
**priority** | Option<**f64**> | In asynchronous mode, the priority of the job. The higher the value, the higher the priority. | [optional]
**resources** | Option<**Vec<String>**> | The list of Orthanc identifiers of interest. | [optional]
**synchronous** | Option<**bool**> | If `true`, create the archive in synchronous mode, which means that the HTTP answer will directly contain the ZIP file. This is the default, easy behavior. However, if global configuration option \"SynchronousZipStream\" is set to \"false\", asynchronous transfers should be preferred for large amount of data, as the creation of the temporary file might lead to network timeouts. | [optional]
**transcode** | Option<**String**> | If present, the DICOM files in the archive will be transcoded to the provided transfer syntax: https://orthanc.uclouvain.be/book/faq/transcoding.html | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)