Show / Hide Table of Contents
View Source

Class SOPClassHelper

Inheritance
System.Object
SOPClassHelper
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 SOPClassHelper

Properties

View Source

Dictionary

Declaration
public static Dictionary<string, SOPClass> Dictionary { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, SOPClass>

Methods

View Source

FromUID(String)

Declaration
public static SOPClass FromUID(string sopClassUid)
Parameters
Type Name Description
System.String sopClassUid
Returns
Type Description
SOPClass
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX