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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Orthanc identifier of the new instance | [optional]
**parent_patient** | Option<**String**> | Orthanc identifier of the parent patient | [optional]
**parent_series** | Option<**String**> | Orthanc identifier of the parent series | [optional]
**parent_study** | Option<**String**> | Orthanc identifier of the parent study | [optional]
**path** | Option<**String**> | Path to the new instance in the REST API | [optional]
**status** | Option<**String**> | Can be `Success`, `AlreadyStored`, `Failure`, or `FilteredOut` (removed by some `NewInstanceFilter`) | [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)