Initializes a new instance of the SeriesInfo class with the given seriesInstanceUid, modality, seriesNumber, seriesDate, and seriesDescription.
public SeriesInfo(
string seriesInstanceUid,
string modality,
string seriesNumber,
string seriesDate,
string seriesDescription
)
seriesInstanceUid
The UID of the Series Instance.
modality
The modality.
seriesNumber
The Series Number.
seriesDate
The date of the series.
seriesDescription
The description of the series.