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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dicom_instances** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> | List of DICOM resources that are not necessarily stored within Orthanc, but that must be checked by storage commitment. This is a list of JSON objects that must contain the `SOPClassUID` and `SOPInstanceUID` fields. | [optional]
**resources** | Option<**Vec<String>**> | List of the Orthanc identifiers of the DICOM resources to be checked by storage commitment | [optional]
**timeout** | Option<**f64**> | Timeout for the storage commitment command (new in Orthanc 1.9.1) | [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)