omidb.series

class omidb.series.Series(id: str, images: List[omidb.image.Image])[source]

A collection of images taken during one examination by one modality, for a given position of the patient on the acquisition device. In Full-Field Digital Mammography, each image is typically associated with one unique series.

Parameters
  • id (str) – Series Instance UID, a unique identifier

  • images (List[Image]) – A list of Image objects for the examination

property num_images

The number of images in this series

Return type

int

plot()[source]

Convenience method for plotting all images in the series

Return type

Axes