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
# ToolsBulkContentPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**full** | Option<**bool**> | If set to `true`, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value) | [optional]
**level** | Option<**String**> | This optional argument specifies the level of interest (can be `Patient`, `Study`, `Series` or `Instance`). Orthanc will loop over the items inside `Resources`, and explore upward or downward in the DICOM hierarchy in order to find the level of interest. | [optional]
**metadata** | Option<**bool**> | If set to `true` (default value), the metadata associated with the resources will also be retrieved. | [optional]
**resources** | Option<**Vec<String>**> | List of the Orthanc identifiers of the patients/studies/series/instances of interest. | [optional]
**short** | Option<**bool**> | If set to `true`, report the DICOM tags in hexadecimal format | [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)