SiDicomSequence Class |
DICOM data.
Namespace: OIV.VolumeViz.Readers.Dicom
The SiDicomSequence type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Create a clone of the sequence. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetItem | Get the n-th nested data set. |
![]() | GetLength | Get the number of nested data sets contained in this sequence. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Access data in a DICOM sequence.
A DICOM sequence contains a vector of nested data sets, called "items" in this context.