# ToolsCountResourcesPostRequest
## Properties
**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]
**labels** | Option<**Vec<String>**> | List of strings specifying which labels to look for in the resources (new in Orthanc 1.12.0) | [optional]
**labels_constraint** | Option<**String**> | Constraint on the labels, can be `All`, `Any`, or `None` (defaults to `All`, new in Orthanc 1.12.0) | [optional]
**level** | Option<**String**> | Level of the query (`Patient`, `Study`, `Series` or `Instance`) | [optional]
**metadata_query** | Option<[**serde_json::Value**](.md)> | Associative array containing the filter on the values of the metadata (new in Orthanc 1.12.5) | [optional]
**parent_patient** | Option<**String**> | Limit the reported resources to descendants of this patient (new in Orthanc 1.12.5) | [optional]
**parent_series** | Option<**String**> | Limit the reported resources to descendants of this series (new in Orthanc 1.12.5) | [optional]
**parent_study** | Option<**String**> | Limit the reported resources to descendants of this study (new in Orthanc 1.12.5) | [optional]
**query** | Option<[**serde_json::Value**](.md)> | Associative array containing the filter on the values of the DICOM tags | [optional]
**short** | Option<**bool**> | If set to `true`, report the DICOM tags in hexadecimal format | [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)