Class IDICOMElementListExtensions
Adds useful methods to a List of IDICOMElements
Inheritance
System.Object
IDICOMElementListExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Core.Extensions
Assembly:EvilDICOM.dll
Syntax
public static class IDICOMElementListExtensions
Methods
View SourceSortByTagID(List<IDICOMElement>)
Sorts the list of elements such that the lowest Tag CompleteID is first (for DICOM compliance)
Declaration
public static void SortByTagID(this List<IDICOMElement> elements)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<IDICOMElement> | elements |