I cannot understand what is the purpose of the class Sequence in pydicom.
I read the example provided on the documentation page of pydicom: https://pydicom.github.io/pydicom/stable/auto_examples/metadata_processing/plot_sequences.html#sphx-glr-auto-examples-metadata-processing-plot-sequences-py
It seems to be nothing more than a list of Dataset.
Furthermore, it is described in the example as an element of the Dataset class, and I do not understand if it required or not.
Does anyone has already used this?
Thanks