dbdicom.values# dbdicom.values(series: list, *attr, dims: list | None = None, verbose=1) → ndarray | list[source]# Read the values of some attributes from a DICOM series Parameters: series (list) – DICOM series to read. attr (tuple, optional) – DICOM attributes to read. dims (list, optional) – Dimensions to sort the values. If dims is not provided, values are sorted by InstanceNumber. Returns: arrays with values for the attributes. Return type: tuple