orthanc_client_ogen 1.12.8

Orthanc API client library produced by OpenAPI Generator
Documentation
# PatientsIdModifyPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asynchronous** | Option<**bool**> | If `true`, run the job in asynchronous mode, which means that the REST API call will immediately return, reporting the identifier of a job. Prefer this flavor wherever possible. | [optional]
**force** | Option<**bool**> | Allow the modification of tags related to DICOM identifiers, at the risk of breaking the DICOM model of the real world | [optional]
**keep** | Option<**Vec<String>**> | Keep the original value of the specified tags, to be chosen among the `StudyInstanceUID`, `SeriesInstanceUID` and `SOPInstanceUID` tags. Avoid this feature as much as possible, as this breaks the DICOM model of the real world. | [optional]
**keep_source** | Option<**bool**> | If set to `false`, instructs Orthanc to the remove original resources. By default, the original resources are kept in Orthanc. | [optional]
**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) | [optional]
**permissive** | Option<**bool**> | If `true`, ignore errors during the individual steps of the job. | [optional]
**priority** | Option<**f64**> | In asynchronous mode, the priority of the job. The higher the value, the higher the priority. | [optional]
**private_creator** | Option<**String**> | The private creator to be used for private tags in `Replace` | [optional]
**remove** | Option<**Vec<String>**> | List of tags that must be removed from the DICOM instances. Starting with Orthanc 1.9.4, paths to subsequences can be provided using the same syntax as the `dcmodify` command-line tool (wildcards are supported as well). | [optional]
**remove_private_tags** | Option<**bool**> | Remove the private tags from the DICOM instances (defaults to `false`) | [optional]
**replace** | Option<[**serde_json::Value**].md> | Associative array to change the value of some DICOM tags in the DICOM instances. Starting with Orthanc 1.9.4, paths to subsequences can be provided using the same syntax as the `dcmodify` command-line tool (wildcards are supported as well). | [optional]
**synchronous** | Option<**bool**> | If `true`, run the job in synchronous mode, which means that the HTTP answer will directly contain the result of the job. This is the default, easy behavior, but it is *not* desirable for long jobs, as it might lead to network timeouts. | [optional]
**transcode** | Option<**String**> | Transcode the DICOM instances to the provided DICOM transfer syntax: https://orthanc.uclouvain.be/book/faq/transcoding.html | [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)