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 SourceGenerateUID()
Declaration
public static string GenerateUID()
Returns
| Type | Description |
|---|---|
| System.String |
GenerateUID(String)
Declaration
public static string GenerateUID(string prefix)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | prefix |
Returns
| Type | Description |
|---|---|
| System.String |
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 |