| Name | Description | |
|---|---|---|
|  | Count | Gets the number of Data Elements contained in the collection. | 
|  | IsReadOnly | Gets a value indicating whether the DataElement collection is read-only. | 
|  | Item | Gets the DicomDataElement at the specified index. | 
| Name | Description | |
|---|---|---|
|  | Count | Gets the number of Data Elements contained in the collection. | 
|  | IsReadOnly | Gets a value indicating whether the DataElement collection is read-only. | 
|  | Item | Gets the DicomDataElement at the specified index. | 
| Name | Description | |
|---|---|---|
|  | Add | Overloaded. Adds element to the end of the | 
|  | Clear | Removes all data elements from the collection. | 
|  | Contains | Overloaded. Determines whether the collection contains a specific | 
|  | CopyTo | Copies the entire DicomDataElementCollection to a compatible one-dimensional array, starting at the specified index of the target array. | 
|  | CreateDataElement | Overloaded. Creates the | 
|  | Equals | Returns a value indicating whether this instance is equal to a specified object. | 
|  | Find | Overloaded. Finds the specified | 
|  | GetEnumerator | Returns an enumerator that iterates through a collection. | 
|  | GetHashCode | Returns the hash code for this instance. | 
|  | IndexOf | Overloaded. Returns the index of the specified | 
|  | Insert | Overloaded. Inserts an element into the | 
|  | Remove | Overloaded. Removes the specified | 
|  | RemoveAt | Removes the DicomDataElement at the specified index from this collection. | 
|  | SetData | Overloaded. Sets data element data or adds element with specified data to the end of the | 
|  | SortDataElements | Sorts elements of collection. | 
|  | ToString | Returns the string representation of this object. | 
|  | TryGetData | Overloaded. Tries to retrieve the value for the specified |