# ModalitiesIdQueryPostRequest
## Properties
**level** | Option<**String**> | Level of the query (`Patient`, `Study`, `Series` or `Instance`) | [optional]
**local_aet** | Option<**String**> | Local AET that is used for this commands, defaults to `DicomAet` configuration option. Ignored if `DicomModalities` already sets `LocalAet` for this modality. | [optional]
**normalize** | Option<**bool**> | Whether to normalize the query, i.e. whether to wipe out from the query, the DICOM tags that are not applicable for the query-retrieve level of interest | [optional]
**query** | Option<[**serde_json::Value**](.md)> | Associative array containing the filter on the values of the DICOM tags | [optional]
**timeout** | Option<**f64**> | Timeout for the C-FIND command and subsequent C-MOVE retrievals, in seconds (new in Orthanc 1.9.1) | [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)