Skip to content

feat(core): add API support for fiducials

Description

These changes introduce a new class, FiducialsSeries, which represent a "Spatial Fiducials" DICOM IOD. ImageSeries and ModelSeries can both have a FiducialSeries. Some modifications were done in SeriesImpl in order to add support to sequences of sequences with more than one element.

Closes #1106 (closed)

How to test it?

Launch datatest.

Merge request reports