# QueriesIdAnswersIndexRetrievePostRequest
## Properties
**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]
**full** | Option<**bool**> | If set to `true`, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value) | [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]
**retrieve_method** | Option<**String**> | Force usage of C-MOVE or C-GET to retrieve the resource. If note defined in the payload, the retrieve method is defined in the DicomDefaultRetrieveMethod configuration or in DicomModalities->..->RetrieveMethod | [optional]
**simplify** | Option<**bool**> | If set to `true`, report the DICOM tags in human-readable format (using the symbolic name of the tags) | [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]
**target_aet** | Option<**String**> | AET of the target modality. By default, the AET of Orthanc is used, as defined in the `DicomAet` configuration option. | [optional]
**timeout** | Option<**f64**> | Timeout for the C-MOVE command, in seconds | [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)