# ToolsBulkContentPostRequest
## 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]
**level** | Option<**String**> | This optional argument specifies the level of interest (can be `Patient`, `Study`, `Series` or `Instance`). Orthanc will loop over the items inside `Resources`, and explore upward or downward in the DICOM hierarchy in order to find the level of interest. | [optional]
**metadata** | Option<**bool**> | If set to `true` (default value), the metadata associated with the resources will also be retrieved. | [optional]
**resources** | Option<**Vec<String>**> | List of the Orthanc identifiers of the patients/studies/series/instances of interest. | [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)