Name | Description | |
---|---|---|
![]() | Count | Gets the number of Data Sets contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the DataSet collection is read-only. |
![]() | Item | Gets the Data Set at the specified index. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Data Sets contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the DataSet collection is read-only. |
![]() | Item | Gets the Data Set at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds element to the end of the |
![]() | Clear | Removes all Data Sets from the collection. |
![]() | Contains | Determines whether the collection contains a specific Data Element. |
![]() | CopyTo | Copies the entire DicomDataSetCollection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | Equals | Returns a value indicating whether this instance is equal to a specified object. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | GetHashCode | Returns the hash code for this instance. |
![]() | IndexOf | Returns the index of the specified DicomDataSet object. |
![]() | Insert | Inserts an element into the DicomDataSetCollection at the specified index. |
![]() | Remove | Removes specified DicomDataSet from this collection. |
![]() | RemoveAt | Removes the DicomDataSet at the specified index from this collection. |
![]() | SortDataElements | Sorts elements of the nested DICOM Data Sets. |
![]() | ToString | Returns the string representation of this object. |