# \StudiesApi
All URIs are relative to *https://orthanc.uclouvain.be/demo*
Method | HTTP request | Description
------------- | ------------- | -------------
[**studies_get**](StudiesApi.md#studies_get) | **GET** /studies | List the available studies
[**studies_id_anonymize_post**](StudiesApi.md#studies_id_anonymize_post) | **POST** /studies/{id}/anonymize | Anonymize study
[**studies_id_archive_get**](StudiesApi.md#studies_id_archive_get) | **GET** /studies/{id}/archive | Create ZIP archive
[**studies_id_archive_post**](StudiesApi.md#studies_id_archive_post) | **POST** /studies/{id}/archive | Create ZIP archive
[**studies_id_attachments_get**](StudiesApi.md#studies_id_attachments_get) | **GET** /studies/{id}/attachments | List attachments
[**studies_id_attachments_name_compress_post**](StudiesApi.md#studies_id_attachments_name_compress_post) | **POST** /studies/{id}/attachments/{name}/compress | Compress attachment
[**studies_id_attachments_name_compressed_data_get**](StudiesApi.md#studies_id_attachments_name_compressed_data_get) | **GET** /studies/{id}/attachments/{name}/compressed-data | Get attachment (no decompression)
[**studies_id_attachments_name_compressed_md5_get**](StudiesApi.md#studies_id_attachments_name_compressed_md5_get) | **GET** /studies/{id}/attachments/{name}/compressed-md5 | Get MD5 of attachment on disk
[**studies_id_attachments_name_compressed_size_get**](StudiesApi.md#studies_id_attachments_name_compressed_size_get) | **GET** /studies/{id}/attachments/{name}/compressed-size | Get size of attachment on disk
[**studies_id_attachments_name_data_get**](StudiesApi.md#studies_id_attachments_name_data_get) | **GET** /studies/{id}/attachments/{name}/data | Get attachment
[**studies_id_attachments_name_delete**](StudiesApi.md#studies_id_attachments_name_delete) | **DELETE** /studies/{id}/attachments/{name} | Delete attachment
[**studies_id_attachments_name_info_get**](StudiesApi.md#studies_id_attachments_name_info_get) | **GET** /studies/{id}/attachments/{name}/info | Get info about the attachment
[**studies_id_attachments_name_is_compressed_get**](StudiesApi.md#studies_id_attachments_name_is_compressed_get) | **GET** /studies/{id}/attachments/{name}/is-compressed | Is attachment compressed?
[**studies_id_attachments_name_md5_get**](StudiesApi.md#studies_id_attachments_name_md5_get) | **GET** /studies/{id}/attachments/{name}/md5 | Get MD5 of attachment
[**studies_id_attachments_name_put**](StudiesApi.md#studies_id_attachments_name_put) | **PUT** /studies/{id}/attachments/{name} | Set attachment
[**studies_id_attachments_name_size_get**](StudiesApi.md#studies_id_attachments_name_size_get) | **GET** /studies/{id}/attachments/{name}/size | Get size of attachment
[**studies_id_attachments_name_uncompress_post**](StudiesApi.md#studies_id_attachments_name_uncompress_post) | **POST** /studies/{id}/attachments/{name}/uncompress | Uncompress attachment
[**studies_id_attachments_name_verify_md5_post**](StudiesApi.md#studies_id_attachments_name_verify_md5_post) | **POST** /studies/{id}/attachments/{name}/verify-md5 | Verify attachment
[**studies_id_delete**](StudiesApi.md#studies_id_delete) | **DELETE** /studies/{id} | Delete some study
[**studies_id_get**](StudiesApi.md#studies_id_get) | **GET** /studies/{id} | Get information about some study
[**studies_id_instances_get**](StudiesApi.md#studies_id_instances_get) | **GET** /studies/{id}/instances | Get child instances
[**studies_id_instances_tags_get**](StudiesApi.md#studies_id_instances_tags_get) | **GET** /studies/{id}/instances-tags | Get tags of instances
[**studies_id_labels_get**](StudiesApi.md#studies_id_labels_get) | **GET** /studies/{id}/labels | List labels
[**studies_id_labels_label_delete**](StudiesApi.md#studies_id_labels_label_delete) | **DELETE** /studies/{id}/labels/{label} | Remove label
[**studies_id_labels_label_get**](StudiesApi.md#studies_id_labels_label_get) | **GET** /studies/{id}/labels/{label} | Test label
[**studies_id_labels_label_put**](StudiesApi.md#studies_id_labels_label_put) | **PUT** /studies/{id}/labels/{label} | Add label
[**studies_id_media_get**](StudiesApi.md#studies_id_media_get) | **GET** /studies/{id}/media | Create DICOMDIR media
[**studies_id_media_post**](StudiesApi.md#studies_id_media_post) | **POST** /studies/{id}/media | Create DICOMDIR media
[**studies_id_merge_post**](StudiesApi.md#studies_id_merge_post) | **POST** /studies/{id}/merge | Merge study
[**studies_id_metadata_get**](StudiesApi.md#studies_id_metadata_get) | **GET** /studies/{id}/metadata | List metadata
[**studies_id_metadata_name_delete**](StudiesApi.md#studies_id_metadata_name_delete) | **DELETE** /studies/{id}/metadata/{name} | Delete metadata
[**studies_id_metadata_name_get**](StudiesApi.md#studies_id_metadata_name_get) | **GET** /studies/{id}/metadata/{name} | Get metadata
[**studies_id_metadata_name_put**](StudiesApi.md#studies_id_metadata_name_put) | **PUT** /studies/{id}/metadata/{name} | Set metadata
[**studies_id_modify_post**](StudiesApi.md#studies_id_modify_post) | **POST** /studies/{id}/modify | Modify study
[**studies_id_module_get**](StudiesApi.md#studies_id_module_get) | **GET** /studies/{id}/module | Get study module
[**studies_id_module_patient_get**](StudiesApi.md#studies_id_module_patient_get) | **GET** /studies/{id}/module-patient | Get patient module of study
[**studies_id_patient_get**](StudiesApi.md#studies_id_patient_get) | **GET** /studies/{id}/patient | Get parent patient
[**studies_id_reconstruct_post**](StudiesApi.md#studies_id_reconstruct_post) | **POST** /studies/{id}/reconstruct | Reconstruct tags & optionally files of study
[**studies_id_series_get**](StudiesApi.md#studies_id_series_get) | **GET** /studies/{id}/series | Get child series
[**studies_id_shared_tags_get**](StudiesApi.md#studies_id_shared_tags_get) | **GET** /studies/{id}/shared-tags | Get shared tags
[**studies_id_split_post**](StudiesApi.md#studies_id_split_post) | **POST** /studies/{id}/split | Split study
[**studies_id_statistics_get**](StudiesApi.md#studies_id_statistics_get) | **GET** /studies/{id}/statistics | Get study statistics
## studies_get
> serde_json::Value studies_get(expand, full, limit, requested_tags, response_content, short, since)
List the available studies
List the Orthanc identifiers of all the available DICOM studies
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**expand** | Option<**String**> | If present, retrieve detailed information about the individual resources, not only their Orthanc identifiers | |
**full** | Option<**bool**> | If present, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value) | |
**limit** | Option<**f64**> | Limit the number of results | |
**requested_tags** | Option<**String**> | If present, list the DICOM Tags you want to list in the response. This argument is a semi-column separated list of DICOM Tags identifiers; e.g: 'requested-tags=0010,0010;PatientBirthDate'. The tags requested tags are returned in the 'RequestedTags' field in the response. Note that, if you are requesting tags that are not listed in the Main Dicom Tags stored in DB, building the response might be slow since Orthanc will need to access the DICOM files. If not specified, Orthanc will return all Main Dicom Tags to keep backward compatibility with Orthanc prior to 1.11.0. | |
**response_content** | Option<**String**> | Defines the content of response for each returned resource. Allowed values are `MainDicomTags`, `Metadata`, `Children`, `Parent`, `Labels`, `Status`, `IsStable`, `IsProtected`, `Attachments`. If not specified, Orthanc will return `MainDicomTags`, `Metadata`, `Children`, `Parent`, `Labels`, `Status`, `IsStable`, `IsProtected`.e.g: 'response-content=MainDicomTags;Children (new in Orthanc 1.12.5 - overrides `expand`) | |
**short** | Option<**bool**> | If present, report the DICOM tags in hexadecimal format | |
**since** | Option<**f64**> | Show only the resources since the provided index | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_anonymize_post
> models::ModalitiesIdGetPost200Response studies_id_anonymize_post(id, patients_id_anonymize_post_request)
Anonymize study
Start a job that will anonymize all the DICOM instances within the study whose identifier is provided in the URL. The modified DICOM instances will be stored into a brand new study, whose Orthanc identifiers will be returned by the job. https://orthanc.uclouvain.be/book/users/anonymization.html#anonymization-of-patients-studies-or-series
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**patients_id_anonymize_post_request** | Option<[**PatientsIdAnonymizePostRequest**](PatientsIdAnonymizePostRequest.md)> | | |
### Return type
[**models::ModalitiesIdGetPost200Response**](_modalities__id__get_post_200_response.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_archive_get
> serde_json::Value studies_id_archive_get(id, filename, lossy_quality, transcode)
Create ZIP archive
Synchronously create a ZIP archive containing the DICOM study whose Orthanc identifier is provided in the URL. This flavor is synchronous, which might *not* be desirable to archive large amount of data, as it might lead to network timeouts. Prefer the asynchronous version using `POST` method.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**filename** | Option<**String**> | Filename to set in the \"Content-Disposition\" HTTP header (including file extension) | |
**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) | |
**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 | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/zip
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_archive_post
> models::PatientsIdArchivePost200Response studies_id_archive_post(id, patients_id_archive_post_request)
Create ZIP archive
Create a ZIP archive containing the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**patients_id_archive_post_request** | Option<[**PatientsIdArchivePostRequest**](PatientsIdArchivePostRequest.md)> | | |
### Return type
[**models::PatientsIdArchivePost200Response**](_patients__id__archive_post_200_response.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json, application/zip
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_get
> serde_json::Value studies_id_attachments_get(id, full)
List attachments
Get the list of attachments that are associated with the given study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**full** | Option<**String**> | If present, retrieve the attachments list and their numerical ids | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_compress_post
> studies_id_attachments_name_compress_post(id, name)
Compress attachment
Change the compression scheme that is used to store an attachment.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_compressed_data_get
> serde_json::Value studies_id_attachments_name_compressed_data_get(id, name, filename, content_range, if_none_match)
Get attachment (no decompression)
Get the (binary) content of one attachment associated with the given study. The attachment will not be decompressed if `StorageCompression` is `true`.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**filename** | Option<**String**> | Filename to set in the \"Content-Disposition\" HTTP header (including file extension) | |
**content_range** | Option<**String**> | Optional content range to access part of the attachment (new in Orthanc 1.12.5) | |
**if_none_match** | Option<**String**> | Optional revision of the attachment, to check if its content has changed | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/octet-stream
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_compressed_md5_get
> serde_json::Value studies_id_attachments_name_compressed_md5_get(id, name, if_none_match)
Get MD5 of attachment on disk
Get the MD5 hash of one attachment associated with the given study, as stored on the disk. This is different from `.../md5` iff `EnableStorage` is `true`.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**if_none_match** | Option<**String**> | Optional revision of the attachment, to check if its content has changed | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_compressed_size_get
> serde_json::Value studies_id_attachments_name_compressed_size_get(id, name, if_none_match)
Get size of attachment on disk
Get the size of one attachment associated with the given study, as stored on the disk. This is different from `.../size` iff `EnableStorage` is `true`.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**if_none_match** | Option<**String**> | Optional revision of the attachment, to check if its content has changed | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_data_get
> serde_json::Value studies_id_attachments_name_data_get(id, name, filename, content_range, if_none_match)
Get attachment
Get the (binary) content of one attachment associated with the given study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**filename** | Option<**String**> | Filename to set in the \"Content-Disposition\" HTTP header (including file extension) | |
**content_range** | Option<**String**> | Optional content range to access part of the attachment (new in Orthanc 1.12.5) | |
**if_none_match** | Option<**String**> | Optional revision of the attachment, to check if its content has changed | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/octet-stream
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_delete
> studies_id_attachments_name_delete(id, name, if_match)
Delete attachment
Delete an attachment associated with the given DICOM study. This call will fail if trying to delete a system attachment (i.e. whose index is < 1024).
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**if_match** | Option<**String**> | Revision of the attachment, to check if its content has not changed and can be deleted. This header is mandatory if `CheckRevisions` option is `true`. | |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_info_get
> serde_json::Value studies_id_attachments_name_info_get(id, name, if_none_match)
Get info about the attachment
Get all the information about the attachment associated with the given study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**if_none_match** | Option<**String**> | Optional revision of the attachment, to check if its content has changed | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_is_compressed_get
> serde_json::Value studies_id_attachments_name_is_compressed_get(id, name, if_none_match)
Is attachment compressed?
Test whether the attachment has been stored as a compressed file on the disk.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**if_none_match** | Option<**String**> | Optional revision of the attachment, to check if its content has changed | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_md5_get
> serde_json::Value studies_id_attachments_name_md5_get(id, name, if_none_match)
Get MD5 of attachment
Get the MD5 hash of one attachment associated with the given study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**if_none_match** | Option<**String**> | Optional revision of the attachment, to check if its content has changed | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_put
> serde_json::Value studies_id_attachments_name_put(id, name, if_match, body)
Set attachment
Attach a file to the given DICOM study. This call will fail if trying to modify a system attachment (i.e. whose index is < 1024).
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**if_match** | Option<**String**> | Revision of the attachment, if this is not the first time this attachment is set. | |
**body** | Option<**serde_json::Value**> | | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/octet-stream
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_size_get
> serde_json::Value studies_id_attachments_name_size_get(id, name, if_none_match)
Get size of attachment
Get the size of one attachment associated with the given study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
**if_none_match** | Option<**String**> | Optional revision of the attachment, to check if its content has changed | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_uncompress_post
> studies_id_attachments_name_uncompress_post(id, name)
Uncompress attachment
Change the compression scheme that is used to store an attachment.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_attachments_name_verify_md5_post
> serde_json::Value studies_id_attachments_name_verify_md5_post(id, name)
Verify attachment
Verify that the attachment is not corrupted, by validating its MD5 hash
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the attachment, or its index (cf. `UserContentType` configuration option) | [required] |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_delete
> studies_id_delete(id)
Delete some study
Delete the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_get
> serde_json::Value studies_id_get(id, full, requested_tags, short)
Get information about some study
Get detailed information about the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**full** | Option<**bool**> | If present, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value) | |
**requested_tags** | Option<**String**> | If present, list the DICOM Tags you want to list in the response. This argument is a semi-column separated list of DICOM Tags identifiers; e.g: 'requested-tags=0010,0010;PatientBirthDate'. The tags requested tags are returned in the 'RequestedTags' field in the response. Note that, if you are requesting tags that are not listed in the Main Dicom Tags stored in DB, building the response might be slow since Orthanc will need to access the DICOM files. If not specified, Orthanc will return all Main Dicom Tags to keep backward compatibility with Orthanc prior to 1.11.0. | |
**short** | Option<**bool**> | If present, report the DICOM tags in hexadecimal format | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_instances_get
> serde_json::Value studies_id_instances_get(id, expand, full, requested_tags, short)
Get child instances
Get detailed information about the child instances of the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**expand** | Option<**String**> | If false or missing, only retrieve the list of child instances | |
**full** | Option<**bool**> | If present, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value) | |
**requested_tags** | Option<**String**> | If present, list the DICOM Tags you want to list in the response. This argument is a semi-column separated list of DICOM Tags identifiers; e.g: 'requested-tags=0010,0010;PatientBirthDate'. The tags requested tags are returned in the 'RequestedTags' field in the response. Note that, if you are requesting tags that are not listed in the Main Dicom Tags stored in DB, building the response might be slow since Orthanc will need to access the DICOM files. If not specified, Orthanc will return all Main Dicom Tags to keep backward compatibility with Orthanc prior to 1.11.0. | |
**short** | Option<**bool**> | If present, report the DICOM tags in hexadecimal format | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_instances_tags_get
> serde_json::Value studies_id_instances_tags_get(id, ignore_length, short, simplify)
Get tags of instances
Get the tags of all the child instances of the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**ignore_length** | Option<[**Vec<String>**](String.md)> | Also include the DICOM tags that are provided in this list, even if their associated value is long | |
**short** | Option<**bool**> | If present, report the DICOM tags in hexadecimal format | |
**simplify** | Option<**bool**> | If present, report the DICOM tags in human-readable format (using the symbolic name of the tags) | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_labels_get
> serde_json::Value studies_id_labels_get(id)
List labels
Get the labels that are associated with the given study (new in Orthanc 1.12.0)
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_labels_label_delete
> studies_id_labels_label_delete(id, label)
Remove label
Remove a label associated with a study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**label** | **String** | The label to be removed | [required] |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_labels_label_get
> serde_json::Value studies_id_labels_label_get(id, label)
Test label
Test whether the study is associated with the given label
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**label** | **String** | The label of interest | [required] |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_labels_label_put
> studies_id_labels_label_put(id, label)
Add label
Associate a label with a study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**label** | **String** | The label to be added | [required] |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_media_get
> serde_json::Value studies_id_media_get(id, extended, filename, lossy_quality, transcode)
Create DICOMDIR media
Synchronously create a DICOMDIR media containing the DICOM study whose Orthanc identifier is provided in the URL. This flavor is synchronous, which might *not* be desirable to archive large amount of data, as it might lead to network timeouts. Prefer the asynchronous version using `POST` method.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**extended** | Option<**String**> | If present, will include additional tags such as `SeriesDescription`, leading to a so-called *extended DICOMDIR* | |
**filename** | Option<**String**> | Filename to set in the \"Content-Disposition\" HTTP header (including file extension) | |
**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) | |
**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 | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/zip
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_media_post
> models::PatientsIdArchivePost200Response studies_id_media_post(id, patients_id_media_post_request)
Create DICOMDIR media
Create a DICOMDIR media containing the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**patients_id_media_post_request** | Option<[**PatientsIdMediaPostRequest**](PatientsIdMediaPostRequest.md)> | | |
### Return type
[**models::PatientsIdArchivePost200Response**](_patients__id__archive_post_200_response.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json, application/zip
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_merge_post
> models::ModalitiesIdGetPost200Response studies_id_merge_post(id, studies_id_merge_post_request)
Merge study
Start a new job so as to move some DICOM resources into the DICOM study whose Orthanc identifier is provided in the URL: https://orthanc.uclouvain.be/book/users/anonymization.html#merging
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**studies_id_merge_post_request** | Option<[**StudiesIdMergePostRequest**](StudiesIdMergePostRequest.md)> | | |
### Return type
[**models::ModalitiesIdGetPost200Response**](_modalities__id__get_post_200_response.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_metadata_get
> serde_json::Value studies_id_metadata_get(id, expand, numeric)
List metadata
Get the list of metadata that are associated with the given study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**expand** | Option<**String**> | If present, also retrieve the value of the individual metadata | |
**numeric** | Option<**String**> | If present, use the numeric identifier of the metadata instead of its symbolic name | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_metadata_name_delete
> studies_id_metadata_name_delete(id, name, if_match)
Delete metadata
Delete some metadata associated with the given DICOM study. This call will fail if trying to delete a system metadata (i.e. whose index is < 1024).
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the metadata, or its index (cf. `UserMetadata` configuration option) | [required] |
**if_match** | Option<**String**> | Revision of the metadata, to check if its content has not changed and can be deleted. This header is mandatory if `CheckRevisions` option is `true`. | |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_metadata_name_get
> serde_json::Value studies_id_metadata_name_get(id, name, if_none_match)
Get metadata
Get the value of a metadata that is associated with the given study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the metadata, or its index (cf. `UserMetadata` configuration option) | [required] |
**if_none_match** | Option<**String**> | Optional revision of the metadata, to check if its content has changed | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_metadata_name_put
> studies_id_metadata_name_put(id, name, if_match, body)
Set metadata
Set the value of some metadata in the given DICOM study. This call will fail if trying to modify a system metadata (i.e. whose index is < 1024).
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**name** | **String** | The name of the metadata, or its index (cf. `UserMetadata` configuration option) | [required] |
**if_match** | Option<**String**> | Revision of the metadata, if this is not the first time this metadata is set. | |
**body** | Option<**serde_json::Value**> | | |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: text/plain
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_modify_post
> models::ModalitiesIdGetPost200Response studies_id_modify_post(id, patients_id_modify_post_request)
Modify study
Start a job that will modify all the DICOM instances within the study whose identifier is provided in the URL. The modified DICOM instances will be stored into a brand new study, whose Orthanc identifiers will be returned by the job. https://orthanc.uclouvain.be/book/users/anonymization.html#modification-of-studies-or-series
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**patients_id_modify_post_request** | Option<[**PatientsIdModifyPostRequest**](PatientsIdModifyPostRequest.md)> | | |
### Return type
[**models::ModalitiesIdGetPost200Response**](_modalities__id__get_post_200_response.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_module_get
> serde_json::Value studies_id_module_get(id, ignore_length, short, simplify)
Get study module
Get the study module of the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**ignore_length** | Option<[**Vec<String>**](String.md)> | Also include the DICOM tags that are provided in this list, even if their associated value is long | |
**short** | Option<**bool**> | If present, report the DICOM tags in hexadecimal format | |
**simplify** | Option<**bool**> | If present, report the DICOM tags in human-readable format (using the symbolic name of the tags) | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_module_patient_get
> serde_json::Value studies_id_module_patient_get(id, ignore_length, short, simplify)
Get patient module of study
Get the patient module of the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**ignore_length** | Option<[**Vec<String>**](String.md)> | Also include the DICOM tags that are provided in this list, even if their associated value is long | |
**short** | Option<**bool**> | If present, report the DICOM tags in hexadecimal format | |
**simplify** | Option<**bool**> | If present, report the DICOM tags in human-readable format (using the symbolic name of the tags) | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_patient_get
> serde_json::Value studies_id_patient_get(id, full, requested_tags, short)
Get parent patient
Get detailed information about the parent patient of the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**full** | Option<**bool**> | If present, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value) | |
**requested_tags** | Option<**String**> | If present, list the DICOM Tags you want to list in the response. This argument is a semi-column separated list of DICOM Tags identifiers; e.g: 'requested-tags=0010,0010;PatientBirthDate'. The tags requested tags are returned in the 'RequestedTags' field in the response. Note that, if you are requesting tags that are not listed in the Main Dicom Tags stored in DB, building the response might be slow since Orthanc will need to access the DICOM files. If not specified, Orthanc will return all Main Dicom Tags to keep backward compatibility with Orthanc prior to 1.11.0. | |
**short** | Option<**bool**> | If present, report the DICOM tags in hexadecimal format | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_reconstruct_post
> studies_id_reconstruct_post(id, instances_id_reconstruct_post_request)
Reconstruct tags & optionally files of study
Reconstruct the main DICOM tags in DB of the study whose Orthanc identifier is provided in the URL. This is useful if child studies/series/instances have inconsistent values for higher-level tags, in order to force Orthanc to use the value from the resource of interest. Beware that this is a time-consuming operation, as all the children DICOM instances will be parsed again, and the Orthanc index will be updated accordingly.
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**instances_id_reconstruct_post_request** | Option<[**InstancesIdReconstructPostRequest**](InstancesIdReconstructPostRequest.md)> | | |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_series_get
> serde_json::Value studies_id_series_get(id, expand, full, requested_tags, short)
Get child series
Get detailed information about the child series of the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**expand** | Option<**String**> | If false or missing, only retrieve the list of child series | |
**full** | Option<**bool**> | If present, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value) | |
**requested_tags** | Option<**String**> | If present, list the DICOM Tags you want to list in the response. This argument is a semi-column separated list of DICOM Tags identifiers; e.g: 'requested-tags=0010,0010;PatientBirthDate'. The tags requested tags are returned in the 'RequestedTags' field in the response. Note that, if you are requesting tags that are not listed in the Main Dicom Tags stored in DB, building the response might be slow since Orthanc will need to access the DICOM files. If not specified, Orthanc will return all Main Dicom Tags to keep backward compatibility with Orthanc prior to 1.11.0. | |
**short** | Option<**bool**> | If present, report the DICOM tags in hexadecimal format | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_shared_tags_get
> serde_json::Value studies_id_shared_tags_get(id, short, simplify)
Get shared tags
Extract the DICOM tags whose value is constant across all the child instances of the DICOM study whose Orthanc identifier is provided in the URL
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**short** | Option<**bool**> | If present, report the DICOM tags in hexadecimal format | |
**simplify** | Option<**bool**> | If present, report the DICOM tags in human-readable format (using the symbolic name of the tags) | |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_split_post
> models::ModalitiesIdGetPost200Response studies_id_split_post(id, studies_id_split_post_request)
Split study
Start a new job so as to split the DICOM study whose Orthanc identifier is provided in the URL, by taking some of its children series or instances out of it and putting them into a brand new study (this new study is created by setting the `StudyInstanceUID` tag to a random identifier): https://orthanc.uclouvain.be/book/users/anonymization.html#splitting
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
**studies_id_split_post_request** | Option<[**StudiesIdSplitPostRequest**](StudiesIdSplitPostRequest.md)> | | |
### Return type
[**models::ModalitiesIdGetPost200Response**](_modalities__id__get_post_200_response.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## studies_id_statistics_get
> models::StudiesIdStatisticsGet200Response studies_id_statistics_get(id)
Get study statistics
Get statistics about the given study
### Parameters
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Orthanc identifier of the study of interest | [required] |
### Return type
[**models::StudiesIdStatisticsGet200Response**](_studies__id__statistics_get_200_response.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)