Show / Hide Table of Contents
View Source

Class UIDHelper

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

Methods

View Source

GenerateUID()

Declaration
public static string GenerateUID()
Returns
Type Description
System.String
View Source

GenerateUID(String)

Declaration
public static string GenerateUID(string prefix)
Parameters
Type Name Description
System.String prefix
Returns
Type Description
System.String
View Source

GenerateUID(String, String, String)

Declaration
public static string GenerateUID(string countryCode, string vendorID, string suffix)
Parameters
Type Name Description
System.String countryCode
System.String vendorID
System.String suffix
Returns
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX