Class SiDicomSequence

    • Method Detail

      • getLength

        public long getLength()
        Get the number of nested data sets contained in this sequence.
      • getItem

        public SiDicomDataSet getItem​(long idx)
        Get the n-th nested data set.

        Parameters:
        idx - the index of the nested data set to get.

        Returns:
        a pointer to the n-th data set or NULL if idx is greater than the length of the sequence.