# InstancesIdAnonymizePostRequest
## Properties
**dicom_version** | Option<**String**> | Version of the DICOM standard to be used for anonymization. Check out configuration option `DeidentifyLogsDicomVersion` for possible values. | [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>**> | List of DICOM tags whose value must not be destroyed by the anonymization. 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]
**keep_labels** | Option<**bool**> | Keep the labels of all resources level (defaults to `false`) | [optional]
**keep_private_tags** | Option<**bool**> | Keep the private tags from the DICOM instances (defaults to `false`) | [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]
**private_creator** | Option<**String**> | The private creator to be used for private tags in `Replace` | [optional]
**remove** | Option<**Vec<String>**> | List of additional tags to 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]
**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]
**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)