Show / Hide Table of Contents
View Source

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 Source

SortByTagID(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
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX