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 identifierimages (
List
[Image
]) – A list ofImage
objects for the examination
-
property
num_images
¶ The number of images in this series
- Return type
int