VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataSetCollection Class
Properties Methods SeeAlso
In This Topic
    DicomDataSetCollection Class Members
    In This Topic
    The following tables list the members exposed by DicomDataSetCollection.
    Public Properties
     NameDescription
    Public PropertyGets the number of Data Sets contained in the collection.
    Public PropertyGets a value indicating whether the DataSet collection is read-only.
    Public PropertyGets the Data Set at the specified index.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds element to the end of the .
    Public MethodRemoves all Data Sets from the collection.
    Public MethodDetermines whether the collection contains a specific Data Element.
    Public MethodCopies the entire DicomDataSetCollection to a compatible one-dimensional array, starting at the specified index of the target array.
    Public MethodReturns a value indicating whether this instance is equal to a specified object.
    Public MethodReturns an enumerator that iterates through a collection.
    Public MethodReturns the hash code for this instance.
    Public MethodReturns the index of the specified DicomDataSet object.
    Public MethodInserts an element into the DicomDataSetCollection at the specified index.
    Public MethodRemoves specified DicomDataSet from this collection.
    Public MethodRemoves the DicomDataSet at the specified index from this collection.
    Public MethodSorts elements of the nested DICOM Data Sets.
    Public MethodReturns the string representation of this object.
    See Also