Show / Hide Table of Contents
View Source

Class DICOMComparer

Inheritance
System.Object
DICOMComparer
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.Helpers
Assembly:EvilDICOM.dll
Syntax
public class DICOMComparer

Methods

View Source

CompareObjects(DICOMObject, DICOMObject, String)

Declaration
public static List<string> CompareObjects(DICOMObject dcm1, DICOMObject dcm2, string priorSequencePath = "")
Parameters
Type Name Description
DICOMObject dcm1
DICOMObject dcm2
System.String priorSequencePath
Returns
Type Description
System.Collections.Generic.List<System.String>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX