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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**failures** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> | List of failures that have been encountered during the storage commitment request | [optional]
**remote_aet** | Option<**String**> | AET of the remote DICOM modality | [optional]
**status** | Option<**String**> | Can be `Success`, `Failure`, or `Pending` (the latter means that no report has been received yet) | [optional]
**success** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> | List of DICOM instances that have been acknowledged by the remote modality, each one is reported as a JSON object containing the `SOPClassUID` and `SOPInstanceUID` DICOM tags | [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)